SA#4287 retval fix
This commit is contained in:
parent
21f6d27a14
commit
ebcf11bab1
@ -6,7 +6,7 @@
|
|||||||
Summary: Spam filter for email which can be invoked from mail delivery agents.
|
Summary: Spam filter for email which can be invoked from mail delivery agents.
|
||||||
Name: spamassassin
|
Name: spamassassin
|
||||||
Version: 3.0.3
|
Version: 3.0.3
|
||||||
Release: 1.fc4
|
Release: 2.fc4
|
||||||
License: Apache License
|
License: Apache License
|
||||||
Group: Applications/Internet
|
Group: Applications/Internet
|
||||||
URL: http://spamassassin.apache.org/
|
URL: http://spamassassin.apache.org/
|
||||||
@ -19,7 +19,7 @@ Source10: spamassassin-helper.sh
|
|||||||
# Patches 0-99 are RH specific
|
# Patches 0-99 are RH specific
|
||||||
# none yet
|
# none yet
|
||||||
# Patches 100+ are SVN backports (DO NOT REUSE!)
|
# 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
|
# end of patches
|
||||||
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
|
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
|
||||||
Buildroot: %{_tmppath}/%{name}-root
|
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
|
# Patches 0-99 are RH specific
|
||||||
# none yet
|
# none yet
|
||||||
# Patches 100+ are SVN backports (DO NOT REUSE!)
|
# Patches 100+ are SVN backports (DO NOT REUSE!)
|
||||||
#%patch105 -p1
|
%patch106 -p1
|
||||||
# end of patches
|
# end of patches
|
||||||
|
|
||||||
%build
|
%build
|
||||||
@ -148,8 +148,9 @@ fi
|
|||||||
exit 0
|
exit 0
|
||||||
|
|
||||||
%changelog
|
%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
|
- 3.0.3
|
||||||
|
- SA#4287 retval fix
|
||||||
|
|
||||||
* Mon Apr 25 2005 Warren Togami <wtogami@redhat.com> - 3.0.3-0.r164513
|
* Mon Apr 25 2005 Warren Togami <wtogami@redhat.com> - 3.0.3-0.r164513
|
||||||
- 3.0.3-r164513 (almost final)
|
- 3.0.3-r164513 (almost final)
|
||||||
|
Loading…
Reference in New Issue
Block a user