[spamassassin/f14: 1/2] Use sysvinit on F15, not systemd

Nick Bebout nb at fedoraproject.org
Tue Sep 13 00:53:24 UTC 2011


commit 2a18fc3715ce3245a828901e57781aac146f9d6a
Author: Nick Bebout <nb at fedoraproject.org>
Date:   Mon Sep 12 19:52:21 2011 -0500

    Use sysvinit on F15, not systemd

 spamassassin.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/spamassassin.spec b/spamassassin.spec
index c83d4a3..6d5ea4d 100644
--- a/spamassassin.spec
+++ b/spamassassin.spec
@@ -55,7 +55,7 @@ Requires: portreserve
 %define dkim_deps 1
 %endif
 
-%if 0%{?fedora} >= 15
+%if 0%{?fedora} >= 16
 %define use_systemd 1
 %endif
 
@@ -69,7 +69,7 @@ Summary: Spam filter for email which can be invoked from mail delivery agents
 Name: spamassassin
 Version: 3.3.2
 #Release: 0.8.%{prerev}%{?dist}
-Release: 6%{?dist}
+Release: 7%{?dist}
 License: ASL 2.0
 Group: Applications/Internet
 URL: http://spamassassin.apache.org/
@@ -352,6 +352,9 @@ fi
 %endif
 
 %changelog
+* Mon Sep 12 2011 Nick Bebout <nb at fedoraproject.org> - 3.3.2-7
+- Use sysvinit on F15, not systemd
+
 * Thu Sep 08 2011 Nick Bebout <nb at fedoraproject.org> - 3.3.2-6
 - Don't install sysvinit script if using systemd
 


More information about the scm-commits mailing list