--- rpms/spamassassin/sme9/spamassassin.spec 2015/07/09 20:23:50 1.2 +++ rpms/spamassassin/sme9/spamassassin.spec 2015/07/10 06:20:56 1.4 @@ -2,7 +2,7 @@ Name: spamassassin Version: 3.3.2 -Release: 57%{?dist} +Release: 59%{?dist} Summary: Spam filter for email which can be invoked from mail delivery agents License: Apache Group: Applications/Internet @@ -26,9 +26,11 @@ Source50: http://www.apache.org/dist/spa Source60: GPG-sought.KEY Patch0: Mail-SpamAssassin-3.0.0-krb5.patch #Patch1: sa-1027163-for-3.3.diff +Patch1000: Mail-SpamAssassin-3.3.2-update_RegistrarBoundaries.patch Buildroot: %{_tmppath}/%{name}-root Requires(pre): /sbin/chkconfig /sbin/service +BuildRequires: atrpms-rpm-config BuildRequires: openssl-devel, krb5-devel BuildRequires: autoconf BuildRequires: perl >= 2:5.8.1 @@ -138,6 +140,7 @@ To filter spam for all users, add that l %setup -q -n %{pkgname}-%{version} %patch0 -p1 -b .krb5 #patch1 -p0 -b .goto +%patch1000 -p1 %build (cd spamc; autoconf) @@ -145,6 +148,7 @@ To filter spam for all users, add that l %perl_configure ENABLE_SSL=yes %perl_make %perl_makecheck || : +%endif mv spamd/README spamd/README.spamd %install @@ -253,6 +257,13 @@ fi exit 0 %changelog +* Fri Jul 10 2015 Daniel Berteaud - 3.3.2-59.sme +- Add atrpms-rpm-config to the BUildReq so it can build [SME: 8980] + +* Thu Jul 9 2015 Daniel Berteaud - 3.3.2-58.sme +- Update RegistrarBoundaries.pm to the one from 3.4.1 so URIBL tests are + done on new tld [SME: 8980] + * Thu Jul 9 2015 Daniel Berteaud - 3.3.2-57.sme - Remove dependency on atrpms macros [SME: 8980]