mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
mysql.spec.sh:
Only install a subset of shared libraries created support-files/mysql.spec.sh: Only install a subset of shared libraries created
This commit is contained in:
@@ -629,7 +629,8 @@ fi
|
|||||||
%files shared
|
%files shared
|
||||||
%defattr(-, root, root, 0755)
|
%defattr(-, root, root, 0755)
|
||||||
# Shared libraries (omit for architectures that don't support them)
|
# Shared libraries (omit for architectures that don't support them)
|
||||||
%{_libdir}/*.so*
|
%{_libdir}/libmysql*.so*
|
||||||
|
%{_libdir}/libndb*.so*
|
||||||
|
|
||||||
%files bench
|
%files bench
|
||||||
%defattr(-, root, root, 0755)
|
%defattr(-, root, root, 0755)
|
||||||
|
Reference in New Issue
Block a user