From 093a0820aff1d5af785fe9e0020078479db7f41b Mon Sep 17 00:00:00 2001 From: Honza Horak Date: Mon, 26 Jan 2015 17:55:15 +0100 Subject: [PATCH] Fix typo in the config file --- mariadb-ownsetup.patch | 2 +- mariadb.spec | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/mariadb-ownsetup.patch b/mariadb-ownsetup.patch index 491a3a5..9741221 100644 --- a/mariadb-ownsetup.patch +++ b/mariadb-ownsetup.patch @@ -11,7 +11,7 @@ diff -up mariadb-10.0.15/support-files/rpm/server.cnf.ownsetup mariadb-10.0.15/s +# instructions in http://fedoraproject.org/wiki/Systemd [mysqld] +datadir=@MYSQL_DATADIR@ -+socket=@DMYSQL_UNIX_ADDR@ ++socket=@MYSQL_UNIX_ADDR@ +log-error=@LOG_LOCATION@ +pid-file=@PID_FILE_DIR@/@DAEMON_NAME@.pid + diff --git a/mariadb.spec b/mariadb.spec index f909a23..15ee234 100644 --- a/mariadb.spec +++ b/mariadb.spec @@ -108,7 +108,7 @@ Name: mariadb Version: %{compatver}.%{bugfixver} -Release: 7%{?with_debug:.debug}%{?dist} +Release: 8%{?with_debug:.debug}%{?dist} Epoch: 1 Summary: A community developed branch of MySQL @@ -1139,6 +1139,9 @@ fi %endif %changelog +* Mon Jan 26 2015 Honza Horak - 1:10.0.15-8 +- Fix typo in the config file + * Sun Jan 25 2015 Honza Horak - 1:10.0.15-7 - Do not create log file in post script