#161785 ensure that service restart works
This commit is contained in:
parent
7df9cc31ff
commit
403418a8ec
@ -6,7 +6,7 @@
|
||||
Summary: Spam filter for email which can be invoked from mail delivery agents.
|
||||
Name: spamassassin
|
||||
Version: 3.1.0
|
||||
Release: 1.fc5
|
||||
Release: 2.fc5
|
||||
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!)
|
||||
#Patch107: spamassassin-3.0.3-allow-disabling-subject-rewriting.patch
|
||||
Patch121: spamassassin-3.0.4-4655-initrd-kill-ppid.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!)
|
||||
#%patch107 -p1
|
||||
%patch121 -p1
|
||||
# end of patches
|
||||
|
||||
%build
|
||||
@ -148,6 +148,9 @@ fi
|
||||
exit 0
|
||||
|
||||
%changelog
|
||||
* Tue Nov 08 2005 Warren Togami <wtogami@redhat.com> - 3.1.0-2
|
||||
- #161785 ensure that service restart works
|
||||
|
||||
* Tue Sep 13 2005 Warren Togami <wtogami@redhat.com> - 3.1.0-1
|
||||
- 3.1.0
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user