[packages/mysql/MYSQL_5_6] - rel 3; set secure_file_priv to empty (just like we had it in previous releases)
arekm
arekm at pld-linux.org
Sun Jan 22 10:28:35 CET 2017
commit 65ac61b79b7d83a4367db57c534c31600671a505
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Sun Jan 22 10:28:26 2017 +0100
- rel 3; set secure_file_priv to empty (just like we had it in previous releases)
mysql.spec | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
---
diff --git a/mysql.spec b/mysql.spec
index 486c72d..5d52709 100644
--- a/mysql.spec
+++ b/mysql.spec
@@ -30,7 +30,7 @@
%undefine with_tokudb
%endif
-%define rel 2
+%define rel 3
%define percona_rel 79.1
%include /usr/lib/rpm/macros.perl
Summary: MySQL: a very fast and reliable SQL database engine
@@ -583,6 +583,7 @@ CPPFLAGS="%{rpmcppflags}" \
-DINSTALL_SQLBENCHDIR=%{_datadir} \
-DINSTALL_SUPPORTFILESDIR=share/%{_orgname}-support \
-DINSTALL_MYSQLSHAREDIR=share/%{_orgname} \
+ -DINSTALL_SECURE_FILE_PRIVDIR="" \
-DMYSQL_UNIX_ADDR=/var/lib/%{name}/%{name}.sock \
%{?debug:-DWITH_DEBUG=ON} \
-DWITHOUT_EXAMPLE_STORAGE_ENGINE=1 \
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/mysql.git/commitdiff/65ac61b79b7d83a4367db57c534c31600671a505
More information about the pld-cvs-commit
mailing list