Commit 62e514d6 authored by unknown's avatar unknown

mysql.spec.sh:

  Only install a subset of shared libraries created


support-files/mysql.spec.sh:
  Only install a subset of shared libraries created
parent 6fc3a3d9
...@@ -629,7 +629,8 @@ fi ...@@ -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)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment