[gearmand] Re-add Fedora conditional dropped in 1.1.12-1, which had the (probably)

Adam Jackson ajax at fedoraproject.org
Wed Mar 18 15:48:42 UTC 2015


commit 26e4ccd45b525aa03fc5ad5cb4b19b6d9d86b272
Author: Adam Jackson <ajax at redhat.com>
Date:   Wed Mar 18 11:48:41 2015 -0400

    Re-add Fedora conditional dropped in 1.1.12-1, which had the (probably)
    
      unintended side-effect of reverting Fedora to sysvinit from systemd.

 gearmand.spec | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/gearmand.spec b/gearmand.spec
index 5853aa4..3200b99 100644
--- a/gearmand.spec
+++ b/gearmand.spec
@@ -1,5 +1,5 @@
 # Use systemd unit files on Fedora 18 and above.
-%if 0%{?rhel} >= 7
+%if 0%{?rhel} >= 7 || 0%{?fedora} >= 18
   %global _with_systemd 1
 %endif
 
@@ -16,7 +16,7 @@
 
 Name:           gearmand
 Version:        1.1.12
-Release:        9%{?dist}
+Release:        10%{?dist}
 Summary:        A distributed job system
 
 Group:          System Environment/Daemons
@@ -262,6 +262,10 @@ exit 0
 
 
 %changelog
+* Wed Mar 18 2015 Adam Jackson <ajax at redhat.com> 1.1.12-10
+- Re-add Fedora conditional dropped in 1.1.12-1, which had the (probably)
+  unintended side-effect of reverting Fedora to sysvinit from systemd.
+
 * Tue Jan 27 2015 Petr Machata <pmachata at redhat.com> - 1.1.12-9
 - Rebuild for boost 1.57.0
 


More information about the scm-commits mailing list