Merge branch 'master' of ssh://pkgs.fedoraproject.org/spamassassin

This commit is contained in:
Nick Bebout 2011-09-08 20:24:01 -05:00
commit 63359ce674

View File

@ -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 <jkeating@redhat.com> - 3.3.2-5
- Add details for RHEL 7
* Sat Aug 13 2011 Nick Bebout <nb@fedoraproject.org> - 3.3.2-4
- Build with systemd unit file for f16 and f17