forked from pool/mariadb
Accepting request 567863 from server:database
OBS-URL: https://build.opensuse.org/request/show/567863 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mariadb?expand=0&rev=65
This commit is contained in:
commit
9ec75e6dc7
@ -1,3 +1,11 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jan 19 13:28:50 UTC 2018 - kstreitova@suse.com
|
||||||
|
|
||||||
|
- change owner of mysql-test directory from root to mysql. It also
|
||||||
|
fixes sys_vars.secure_file_priv running under mysql user (e.g.
|
||||||
|
if ít's started via suse-test-run script) that needs to be able
|
||||||
|
to create a test file there during its run [bsc#1012075]
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Jan 5 12:23:20 UTC 2018 - kstreitova@suse.com
|
Fri Jan 5 12:23:20 UTC 2018 - kstreitova@suse.com
|
||||||
|
|
||||||
|
@ -77,7 +77,7 @@ Patch5: mariadb-10.2.3-group.patch
|
|||||||
Patch6: mariadb-10.1.12-deharcode-libdir.patch
|
Patch6: mariadb-10.1.12-deharcode-libdir.patch
|
||||||
Patch7: mariadb-10.0.15-logrotate-su.patch
|
Patch7: mariadb-10.0.15-logrotate-su.patch
|
||||||
Patch8: mariadb-10.2.4-fortify-and-O.patch
|
Patch8: mariadb-10.2.4-fortify-and-O.patch
|
||||||
Patch9: mariadb-10.2.8-systemd-cmake.patch
|
Patch9: mariadb-10.2.8-systemd-cmake.patch
|
||||||
Patch10: mariadb-10.2.3-mysql_install_db-mariadb_dirs.patch
|
Patch10: mariadb-10.2.3-mysql_install_db-mariadb_dirs.patch
|
||||||
Patch11: mariadb-10.2.9-galera_cnf.patch
|
Patch11: mariadb-10.2.9-galera_cnf.patch
|
||||||
Patch12: mariadb-10.2.10-disable_openssl_compatibility_check.patch
|
Patch12: mariadb-10.2.10-disable_openssl_compatibility_check.patch
|
||||||
@ -852,7 +852,7 @@ exit 0
|
|||||||
%{_mandir}/man1/mysql-test-run.pl.1*
|
%{_mandir}/man1/mysql-test-run.pl.1*
|
||||||
%{_mandir}/man1/mysql-stress-test.pl.1*
|
%{_mandir}/man1/mysql-stress-test.pl.1*
|
||||||
%{_datadir}/mysql-test/valgrind.supp
|
%{_datadir}/mysql-test/valgrind.supp
|
||||||
%dir %attr(755, root, root)%{_datadir}/mysql-test
|
%dir %attr(755, mysql, mysql)%{_datadir}/mysql-test
|
||||||
%{_datadir}/mysql-test/[^v]*
|
%{_datadir}/mysql-test/[^v]*
|
||||||
%dir %attr(755, mysql, mysql) %{_datadir}/mysql-test%{_localstatedir}
|
%dir %attr(755, mysql, mysql) %{_datadir}/mysql-test%{_localstatedir}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user