From 5879696d18a528fe83d8c62b6413efeabe71534e Mon Sep 17 00:00:00 2001 From: unknown <kent@mysql.com> Date: Fri, 17 Feb 2006 16:38:32 +0100 Subject: [PATCH] mysql.spec.sh: Only install a subset of shared libraries created support-files/mysql.spec.sh: Only install a subset of shared libraries created --- support-files/mysql.spec.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/support-files/mysql.spec.sh b/support-files/mysql.spec.sh index 3e53bb74b60..eba7bc8af9e 100644 --- a/support-files/mysql.spec.sh +++ b/support-files/mysql.spec.sh @@ -629,7 +629,8 @@ fi %files shared %defattr(-, root, root, 0755) # Shared libraries (omit for architectures that don't support them) -%{_libdir}/*.so* +%{_libdir}/libmysql*.so* +%{_libdir}/libndb*.so* %files bench %defattr(-, root, root, 0755) -- 2.30.9