Include client plugins into -common package since they are used by both -libs
and base packages. Conflicts: mariadb.spec
This commit is contained in:
parent
b0dd56bbb5
commit
41d13c39ac
10
mariadb.spec
10
mariadb.spec
@ -117,7 +117,7 @@
|
|||||||
|
|
||||||
Name: mariadb
|
Name: mariadb
|
||||||
Version: %{compatver}.%{bugfixver}
|
Version: %{compatver}.%{bugfixver}
|
||||||
Release: 3%{?with_debug:.debug}%{?dist}
|
Release: 4%{?with_debug:.debug}%{?dist}
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
|
|
||||||
Summary: A community developed branch of MySQL
|
Summary: A community developed branch of MySQL
|
||||||
@ -936,8 +936,6 @@ fi
|
|||||||
%if %{with clibrary}
|
%if %{with clibrary}
|
||||||
%files libs
|
%files libs
|
||||||
%{_libdir}/mysql/libmysqlclient.so.*
|
%{_libdir}/mysql/libmysqlclient.so.*
|
||||||
%{_libdir}/mysql/plugin/dialog.so
|
|
||||||
%{_libdir}/mysql/plugin/mysql_clear_password.so
|
|
||||||
%{_sysconfdir}/ld.so.conf.d/*
|
%{_sysconfdir}/ld.so.conf.d/*
|
||||||
%config(noreplace) %{_sysconfdir}/my.cnf.d/client.cnf
|
%config(noreplace) %{_sysconfdir}/my.cnf.d/client.cnf
|
||||||
%endif
|
%endif
|
||||||
@ -957,6 +955,8 @@ fi
|
|||||||
%doc storage/innobase/COPYING.Percona storage/innobase/COPYING.Google
|
%doc storage/innobase/COPYING.Percona storage/innobase/COPYING.Google
|
||||||
%dir %{_libdir}/mysql
|
%dir %{_libdir}/mysql
|
||||||
%dir %{_datadir}/%{pkg_name}
|
%dir %{_datadir}/%{pkg_name}
|
||||||
|
%{_libdir}/mysql/plugin/dialog.so
|
||||||
|
%{_libdir}/mysql/plugin/mysql_clear_password.so
|
||||||
%{_datadir}/%{pkg_name}/charsets
|
%{_datadir}/%{pkg_name}/charsets
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
@ -1145,6 +1145,10 @@ fi
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri May 07 2015 Honza Horak <hhorak@redhat.com> - 1:10.0.17-4
|
||||||
|
- Include client plugins into -common package since they are used by both -libs
|
||||||
|
and base packages.
|
||||||
|
|
||||||
* Sat May 02 2015 Kalev Lember <kalevlember@gmail.com> - 1:10.0.17-3
|
* Sat May 02 2015 Kalev Lember <kalevlember@gmail.com> - 1:10.0.17-3
|
||||||
- Rebuilt for GCC 5 C++11 ABI change
|
- Rebuilt for GCC 5 C++11 ABI change
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user