From 19be51b028153da9a31f98b976648517071fafc5 Mon Sep 17 00:00:00 2001 From: Tom Lane Date: Thu, 8 Jul 2010 20:25:20 +0000 Subject: [PATCH] Duplicate COPYING and EXCEPTIONS-CLIENT in -libs and -embedded subpackages --- mysql.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/mysql.spec b/mysql.spec index 4e75964..cbb7b07 100644 --- a/mysql.spec +++ b/mysql.spec @@ -428,11 +428,10 @@ fi %files libs %defattr(-,root,root) - +%doc COPYING EXCEPTIONS-CLIENT # although the default my.cnf contains only server settings, we put it in the # libs package because it can be used for client settings too. %config(noreplace) /etc/my.cnf - %dir %{_libdir}/mysql %{_libdir}/mysql/libmysqlclient*.so.* /etc/ld.so.conf.d/* @@ -552,6 +551,7 @@ fi %files embedded %defattr(-,root,root) +%doc COPYING EXCEPTIONS-CLIENT %{_libdir}/mysql/libmysqld.so.* %files embedded-devel @@ -574,6 +574,10 @@ fi %{_mandir}/man1/mysql_client_test.1* %changelog +- Duplicate COPYING and EXCEPTIONS-CLIENT in -libs and -embedded subpackages, + to ensure they are available when any subset of mysql RPMs are installed, + per revised packaging guidelines + * Mon Jun 21 2010 Tom Lane 5.1.48-1 - Update to MySQL 5.1.48, for various fixes described at http://dev.mysql.com/doc/refman/5.1/en/news-5-1-48.html