[mariadb-galera] Fix typo in the config file

Honza Horak hhorak at fedoraproject.org
Wed Mar 11 22:54:29 UTC 2015


commit 0bb76751fdb9b8080874a2b76c0965eedb02a6c8
Author: Honza Horak <hhorak at redhat.com>
Date:   Mon Jan 26 17:55:15 2015 +0100

    Fix typo in the config file
    
    Conflicts:
    	mariadb-galera.spec

 mariadb-galera.spec    | 1 +
 mariadb-ownsetup.patch | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)
---
diff --git a/mariadb-galera.spec b/mariadb-galera.spec
index 1773fdc..3287b7c 100644
--- a/mariadb-galera.spec
+++ b/mariadb-galera.spec
@@ -1179,6 +1179,7 @@ fi
 * Wed Mar 11 2015 Honza Horak <hhorak at redhat.com> - 1:10.0.17-1
 - Rebase to version 10.0.17
 - Rework disabled tests handling
+- Fix typo in the config file
 
 * Sun Jan 25 2015 Honza Horak <hhorak at redhat.com> - 1:10.0.15-3
 - Do not create log file in post script
diff --git a/mariadb-ownsetup.patch b/mariadb-ownsetup.patch
index 5a748d2..5e0b504 100644
--- a/mariadb-ownsetup.patch
+++ b/mariadb-ownsetup.patch
@@ -11,7 +11,7 @@ diff -up mariadb-10.0.15/support-files/rpm/server.cnf.ownconfig mariadb-10.0.15/
 +# 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 at .pid
  


More information about the scm-commits mailing list