[mariadb] Fix typo in mysqld.service Resolves: #1063981

Honza Horak hhorak at fedoraproject.org
Tue Feb 11 18:01:25 UTC 2014


commit d283b050854521019993fd3123d031170d442897
Author: Honza Horak <hhorak at redhat.com>
Date:   Tue Feb 11 19:01:55 2014 +0100

    Fix typo in mysqld.service
    Resolves: #1063981

 mariadb.spec   |    6 +++++-
 mysqld.service |    2 +-
 2 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/mariadb.spec b/mariadb.spec
index d8c5076..aed650f 100644
--- a/mariadb.spec
+++ b/mariadb.spec
@@ -7,7 +7,7 @@
 
 Name: mariadb
 Version: 5.5.35
-Release: 3%{?dist}
+Release: 4%{?dist}
 Epoch: 1
 
 Summary: A community developed branch of MySQL
@@ -802,6 +802,10 @@ fi
 %{_mandir}/man1/mysql_client_test.1*
 
 %changelog
+* Tue Feb 11 2014 Honza Horak <hhorak at redhat.com> 1:5.5.35-4
+- Fix typo in mysqld.service
+  Resolves: #1063981
+
 * Wed Feb  5 2014 Honza Horak <hhorak at redhat.com> 1:5.5.35-3
 - Do not touch the log file in post script, so it does not get wrong owner
   Resolves: #1061045
diff --git a/mysqld.service b/mysqld.service
index 04db97c..fad58b7 100644
--- a/mysqld.service
+++ b/mysqld.service
@@ -1,4 +1,4 @@
-Unit]
+[Unit]
 Description=MySQL compatibility service (another name for mariadb.service; you should use mariadb.service instead)
 BindsTo=mariadb.service
 


More information about the scm-commits mailing list