Update macros with rhel7 data (no build necessary)
This commit is contained in:
parent
4a3bbed674
commit
c4e0f25337
@ -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/
|
||||
@ -344,6 +347,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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user