diff --git a/spamassassin.spec b/spamassassin.spec index d4a082b..89d5756 100644 --- a/spamassassin.spec +++ b/spamassassin.spec @@ -18,6 +18,9 @@ %define fedora 12 %define dist .el6 %endif +%if 0%{?rhel} == 7 +%define fedora 16 +%endif # Define variables to use in conditionals %define option_ssl 0 @@ -66,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: 4%{?dist} +Release: 5%{?dist} License: ASL 2.0 Group: Applications/Internet URL: http://spamassassin.apache.org/ @@ -349,6 +352,9 @@ fi %endif %changelog +* Wed Sep 07 2011 Jesse Keating - 3.3.2-5 +- Add details for RHEL 7 + * Sat Aug 13 2011 Nick Bebout - 3.3.2-4 - Build with systemd unit file for f16 and f17