--- spamassassin-botnet/F/spamassassin-botnet.spec 2007/05/06 06:27:49 1.3 +++ spamassassin-botnet/F/spamassassin-botnet.spec 2007/08/27 20:25:18 1.4 @@ -1,6 +1,6 @@ Name: spamassassin-botnet -Version: 0.7 -Release: 1%{?dist} +Version: 0.8 +Release: 2%{?dist} Summary: A botnet plugin for SpamAssassin Group: Development/Libraries @@ -9,6 +9,8 @@ URL: http://people.ucsc.edu/~jrudd/spama Source0: http://people.ucsc.edu/~jrudd/spamassassin/Botnet-%{version}.tar Patch0: spamassassin-botnet-0.7.location.patch Patch1: spamassassin-botnet-0.7-trustip.patch +Patch2: spamassassin-botnet-0.8-dnsresolver.patch + BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch @@ -31,6 +33,7 @@ finds certain relays). %setup -q -c Botnet %patch0 -p1 %patch1 -p1 +%patch2 -p1 %install # Determine the proper perl directory: @@ -67,6 +70,12 @@ rm -rf %{buildroot} %config(noreplace) %{_sysconfdir}/mail/spamassassin/* %changelog +* Mon Aug 27 2007 Greg Swallow 0.8-2 +- update to botnet 0.8 +- plus patch from http://www200.pair.com/mecham/spam/botnet8patch.txt + that was suggested on the spamassassin users list, but not included + with 0.8 + * Sun Apr 29 2007 Shad L. Lords - Clean up spec so package can be built by koji/plague