[mariadb] Fixed compat service file.

Jan Staněk jstanek at fedoraproject.org
Fri Oct 24 12:18:16 UTC 2014


commit a2a92b8e1d645c375d8621adef2c242ba573b4b4
Author: Jan Staněk <jstanek at redhat.com>
Date:   Fri Oct 24 14:18:17 2014 +0200

    Fixed compat service file.
    
      Resolves: #1155700

 mariadb.spec            |    6 +++++-
 mysql-compat.service.in |    1 +
 2 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/mariadb.spec b/mariadb.spec
index 29abd04..d94db38 100644
--- a/mariadb.spec
+++ b/mariadb.spec
@@ -107,7 +107,7 @@
 
 Name:             %{pkgname}
 Version:          %{compatver}.%{bugfixver}
-Release:          6%{?with_debug:.debug}%{?dist}
+Release:          7%{?with_debug:.debug}%{?dist}
 Epoch:            1
 
 Summary:          A community developed branch of MySQL
@@ -1186,6 +1186,10 @@ fi
 %endif
 
 %changelog
+* Fri Oct 24 2014 Jan Stanek <jstanek at redhat.com> - 1:10.0.14-7
+- Fixed compat service file.
+  Resolves: #1155700
+
 * Mon Oct 13 2014 Honza Horak <hhorak at redhat.com> - 1:10.0.14-6
 - Remove bundled cmd-line-utils
   Related: #1079637
diff --git a/mysql-compat.service.in b/mysql-compat.service.in
index acd6c44..16bcdc0 100644
--- a/mysql-compat.service.in
+++ b/mysql-compat.service.in
@@ -1,6 +1,7 @@
 [Unit]
 Description=MySQL compatibility service (another name for @DAEMON_NAME at .service; you should use @DAEMON_NAME at .service instead)
 BindsTo=@DAEMON_NAME at .service
+After=@DAEMON_NAME at .service
 
 [Service]
 Type=oneshot


More information about the scm-commits mailing list