SA#4287 retval fix

This commit is contained in:
Warren Togami 2005-04-28 02:58:16 +00:00
parent 21f6d27a14
commit ebcf11bab1

View File

@ -6,7 +6,7 @@
Summary: Spam filter for email which can be invoked from mail delivery agents.
Name: spamassassin
Version: 3.0.3
Release: 1.fc4
Release: 2.fc4
License: Apache License
Group: Applications/Internet
URL: http://spamassassin.apache.org/
@ -19,7 +19,7 @@ Source10: spamassassin-helper.sh
# Patches 0-99 are RH specific
# none yet
# Patches 100+ are SVN backports (DO NOT REUSE!)
#Patch105: spamassassin-3.0.3-r164513.patch
Patch106: spamassassin-3.0.3-rc-retval.patch
# end of patches
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
Buildroot: %{_tmppath}/%{name}-root
@ -61,7 +61,7 @@ To filter spam for all users, add that line to /etc/procmailrc
# Patches 0-99 are RH specific
# none yet
# Patches 100+ are SVN backports (DO NOT REUSE!)
#%patch105 -p1
%patch106 -p1
# end of patches
%build
@ -148,8 +148,9 @@ fi
exit 0
%changelog
* Wed Apr 27 2005 Warren Togami <wtogami@redhat.com> - 3.0.3-1
* Wed Apr 27 2005 Warren Togami <wtogami@redhat.com> - 3.0.3-2
- 3.0.3
- SA#4287 retval fix
* Mon Apr 25 2005 Warren Togami <wtogami@redhat.com> - 3.0.3-0.r164513
- 3.0.3-r164513 (almost final)