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
|
%files libs
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
|
%doc COPYING EXCEPTIONS-CLIENT
|
||||||
# although the default my.cnf contains only server settings, we put it in the
|
# 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.
|
# libs package because it can be used for client settings too.
|
||||||
%config(noreplace) /etc/my.cnf
|
%config(noreplace) /etc/my.cnf
|
||||||
|
|
||||||
%dir %{_libdir}/mysql
|
%dir %{_libdir}/mysql
|
||||||
%{_libdir}/mysql/libmysqlclient*.so.*
|
%{_libdir}/mysql/libmysqlclient*.so.*
|
||||||
/etc/ld.so.conf.d/*
|
/etc/ld.so.conf.d/*
|
||||||
@ -552,6 +551,7 @@ fi
|
|||||||
|
|
||||||
%files embedded
|
%files embedded
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
|
%doc COPYING EXCEPTIONS-CLIENT
|
||||||
%{_libdir}/mysql/libmysqld.so.*
|
%{_libdir}/mysql/libmysqld.so.*
|
||||||
|
|
||||||
%files embedded-devel
|
%files embedded-devel
|
||||||
@ -574,6 +574,10 @@ fi
|
|||||||
%{_mandir}/man1/mysql_client_test.1*
|
%{_mandir}/man1/mysql_client_test.1*
|
||||||
|
|
||||||
%changelog
|
%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
|
* Mon Jun 21 2010 Tom Lane <tgl@redhat.com> 5.1.48-1
|
||||||
- Update to MySQL 5.1.48, for various fixes described at
|
- 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
|
http://dev.mysql.com/doc/refman/5.1/en/news-5-1-48.html
|
||||||
|
Loading…
Reference in New Issue
Block a user