From c4e0f25337d4eae18f573a3332f60d421021e603 Mon Sep 17 00:00:00 2001 From: Jesse Keating Date: Wed, 7 Sep 2011 11:25:23 -0700 Subject: [PATCH] Update macros with rhel7 data (no build necessary) --- spamassassin.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/spamassassin.spec b/spamassassin.spec index 2915a13..9815240 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/ @@ -344,6 +347,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