- try again
This commit is contained in:
parent
d4425f7b6f
commit
a4d3f2748f
@ -8,7 +8,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.2
|
Version: 3.0.2
|
||||||
Release: 4
|
Release: 5
|
||||||
License: Apache License
|
License: Apache License
|
||||||
Group: Applications/Internet
|
Group: Applications/Internet
|
||||||
URL: http://spamassassin.apache.org/
|
URL: http://spamassassin.apache.org/
|
||||||
@ -131,6 +131,7 @@ fi
|
|||||||
if [ "$1" -ge "1" ]; then
|
if [ "$1" -ge "1" ]; then
|
||||||
/sbin/service spamassassin condrestart > /dev/null 2>&1
|
/sbin/service spamassassin condrestart > /dev/null 2>&1
|
||||||
fi
|
fi
|
||||||
|
exit 0
|
||||||
|
|
||||||
%preun
|
%preun
|
||||||
if [ $1 = 0 ] ; then
|
if [ $1 = 0 ] ; then
|
||||||
@ -140,6 +141,9 @@ fi
|
|||||||
exit 0
|
exit 0
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Mar 24 2005 Florian La Roche <laroche@redhat.com>
|
||||||
|
- add "exit 0" to postun script
|
||||||
|
|
||||||
* Thu Mar 24 2005 Joe Orton <jorton@redhat.com> 3.0.2-4
|
* Thu Mar 24 2005 Joe Orton <jorton@redhat.com> 3.0.2-4
|
||||||
- package the NOTICE file
|
- package the NOTICE file
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user