Accepting request 567774 from home:kstreitova:branches:server:database

- 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]

OBS-URL: https://build.opensuse.org/request/show/567774
OBS-URL: https://build.opensuse.org/package/show/server:database/mariadb?expand=0&rev=205
This commit is contained in:
Martin Pluskal 2018-01-20 08:19:42 +00:00 committed by Git OBS Bridge
parent 92bdaead26
commit 8c0a7ab9e9
2 changed files with 10 additions and 2 deletions

View File

@ -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

View File

@ -77,7 +77,7 @@ Patch5: mariadb-10.2.3-group.patch
Patch6: mariadb-10.1.12-deharcode-libdir.patch
Patch7: mariadb-10.0.15-logrotate-su.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
Patch11: mariadb-10.2.9-galera_cnf.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-stress-test.pl.1*
%{_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]*
%dir %attr(755, mysql, mysql) %{_datadir}/mysql-test%{_localstatedir}