Client related libraries moved from mariadb-server to mariadb-libs
Related: #1138843
This commit is contained in:
parent
6cfcb4da75
commit
881c7d3976
11
mariadb.spec
11
mariadb.spec
@ -100,7 +100,7 @@
|
|||||||
|
|
||||||
Name: %{pkgname}
|
Name: %{pkgname}
|
||||||
Version: %{compatver}.%{bugfixver}
|
Version: %{compatver}.%{bugfixver}
|
||||||
Release: 6%{?dist}
|
Release: 7%{?dist}
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
|
|
||||||
Summary: A community developed branch of MySQL
|
Summary: A community developed branch of MySQL
|
||||||
@ -931,6 +931,8 @@ fi
|
|||||||
%files libs
|
%files libs
|
||||||
%dir %{_libdir}/mysql
|
%dir %{_libdir}/mysql
|
||||||
%{_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/*
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
@ -1017,6 +1019,9 @@ fi
|
|||||||
%dir %{_datadir}/%{name}
|
%dir %{_datadir}/%{name}
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
|
||||||
|
%exclude %{_libdir}/mysql/plugin/dialog.so
|
||||||
|
%exclude %{_libdir}/mysql/plugin/mysql_clear_password.so
|
||||||
%{_libdir}/mysql/plugin
|
%{_libdir}/mysql/plugin
|
||||||
%{?with_oqgraph:%exclude %{_libdir}/mysql/plugin/ha_oqgraph.so}
|
%{?with_oqgraph:%exclude %{_libdir}/mysql/plugin/ha_oqgraph.so}
|
||||||
|
|
||||||
@ -1123,6 +1128,10 @@ fi
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Sep 24 2014 Matej Muzila <mmuzila@redhat.com> - 1:10.0.13-7
|
||||||
|
- Client related libraries moved from mariadb-server to mariadb-libs
|
||||||
|
Related: #1138843
|
||||||
|
|
||||||
* Mon Sep 08 2014 Honza Horak <hhorak@redhat.com> - 1:10.0.13-6
|
* Mon Sep 08 2014 Honza Horak <hhorak@redhat.com> - 1:10.0.13-6
|
||||||
- Disable vcol_supported_sql_funcs_myisam test on all arches
|
- Disable vcol_supported_sql_funcs_myisam test on all arches
|
||||||
Related: #1096787
|
Related: #1096787
|
||||||
|
Loading…
Reference in New Issue
Block a user