From 26e4ccd45b525aa03fc5ad5cb4b19b6d9d86b272 Mon Sep 17 00:00:00 2001 From: Adam Jackson Date: Wed, 18 Mar 2015 11:48:41 -0400 Subject: [PATCH] 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 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 - 1.1.12-9 - Rebuild for boost 1.57.0