Let mariadb-libs to own /etc/my.cnf.d
This commit is contained in:
parent
5cefe26150
commit
30d1fbf422
@ -1,6 +1,6 @@
|
|||||||
Name: mariadb
|
Name: mariadb
|
||||||
Version: 5.5.29
|
Version: 5.5.29
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
|
|
||||||
Summary: A community developed branch of MySQL
|
Summary: A community developed branch of MySQL
|
||||||
Group: Applications/Databases
|
Group: Applications/Databases
|
||||||
@ -602,6 +602,7 @@ fi
|
|||||||
# libs package because it can be used for client settings too.
|
# libs package because it can be used for client settings too.
|
||||||
%config(noreplace) %{_sysconfdir}/my.cnf
|
%config(noreplace) %{_sysconfdir}/my.cnf
|
||||||
%config(noreplace) %{_sysconfdir}/my.cnf.d/mysql-clients.cnf
|
%config(noreplace) %{_sysconfdir}/my.cnf.d/mysql-clients.cnf
|
||||||
|
%dir %{_sysconfdir}/my.cnf.d
|
||||||
%dir %{_libdir}/mysql
|
%dir %{_libdir}/mysql
|
||||||
%{_libdir}/mysql/libmysqlclient.so.*
|
%{_libdir}/mysql/libmysqlclient.so.*
|
||||||
%{_sysconfdir}/ld.so.conf.d/*
|
%{_sysconfdir}/ld.so.conf.d/*
|
||||||
@ -751,6 +752,9 @@ fi
|
|||||||
%{_mandir}/man1/mysql_client_test.1*
|
%{_mandir}/man1/mysql_client_test.1*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Feb 05 2013 Honza Horak <hhorak@redhat.com> 5.5.29-2
|
||||||
|
- Let mariadb-libs to own /etc/my.cnf.d
|
||||||
|
|
||||||
* Thu Jan 31 2013 Honza Horak <hhorak@redhat.com> 5.5.29-1
|
* Thu Jan 31 2013 Honza Horak <hhorak@redhat.com> 5.5.29-1
|
||||||
- Rebase to 5.5.29
|
- Rebase to 5.5.29
|
||||||
https://kb.askmonty.org/en/mariadb-5529-changelog/
|
https://kb.askmonty.org/en/mariadb-5529-changelog/
|
||||||
|
Loading…
Reference in New Issue
Block a user