SHA256
1
0
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:
Dominique Leuenberger 2018-01-25 11:34:44 +00:00 committed by Git OBS Bridge
commit 9ec75e6dc7
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 Fri Jan 5 12:23:20 UTC 2018 - kstreitova@suse.com

View File

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