From 2a18fc3715ce3245a828901e57781aac146f9d6a Mon Sep 17 00:00:00 2001 From: Nick Bebout Date: Mon, 12 Sep 2011 19:52:21 -0500 Subject: [PATCH] Use sysvinit on F15, not systemd --- spamassassin.spec | 7 +++++-- 1 file 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 - 3.3.2-7 +- Use sysvinit on F15, not systemd + * Thu Sep 08 2011 Nick Bebout - 3.3.2-6 - Don't install sysvinit script if using systemd