diff --git a/spamassassin.spec b/spamassassin.spec index eb86339..f9793fc 100644 --- a/spamassassin.spec +++ b/spamassassin.spec @@ -8,7 +8,7 @@ Summary: Spam filter for email which can be invoked from mail delivery agents. Name: spamassassin Version: 3.0.2 -Release: 4 +Release: 5 License: Apache License Group: Applications/Internet URL: http://spamassassin.apache.org/ @@ -131,6 +131,7 @@ fi if [ "$1" -ge "1" ]; then /sbin/service spamassassin condrestart > /dev/null 2>&1 fi +exit 0 %preun if [ $1 = 0 ] ; then @@ -140,6 +141,9 @@ fi exit 0 %changelog +* Thu Mar 24 2005 Florian La Roche +- add "exit 0" to postun script + * Thu Mar 24 2005 Joe Orton 3.0.2-4 - package the NOTICE file