From 4cfc378096bc9e583320b281bc34b0147d87ec66 Mon Sep 17 00:00:00 2001 From: "jimw@mysql.com" <> Date: Thu, 13 Apr 2006 13:10:00 -0700 Subject: [PATCH] Clean up problem in mysql.spec caused by over-aggressive editor word-wrapping --- support-files/mysql.spec.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/support-files/mysql.spec.sh b/support-files/mysql.spec.sh index e76d462aa26..4bff95b29fa 100644 --- a/support-files/mysql.spec.sh +++ b/support-files/mysql.spec.sh @@ -679,8 +679,9 @@ fi %{_libdir}/libmysql*.so* %{_libdir}/libndb*.so* -%files embedded defattr(-, root, root, 0755) attr(644, root, root) -%%{_libdir}/mysql/libmysqld.a +%files embedded +%defattr(-, root, root, 0755) +%attr(644, root, root) %{_libdir}/mysql/libmysqld.a # The spec file changelog only includes changes made to the spec file # itself - note that they must be ordered by date (important when