Duplicate COPYING and EXCEPTIONS-CLIENT in -libs and -embedded subpackages
This commit is contained in:
parent
25fc107329
commit
19be51b028
@ -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 <tgl@redhat.com> 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
|
||||
|
Loading…
Reference in New Issue
Block a user