Use sysvinit on F15, not systemd

This commit is contained in:
Nick Bebout 2011-09-12 19:52:21 -05:00
parent d445ae08f0
commit 2a18fc3715

View File

@ -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@fedoraproject.org> - 3.3.2-7
- Use sysvinit on F15, not systemd
* Thu Sep 08 2011 Nick Bebout <nb@fedoraproject.org> - 3.3.2-6
- Don't install sysvinit script if using systemd