From a4d3f2748fa8e883decf8ec23e8cf19fb9a8a5de Mon Sep 17 00:00:00 2001 From: Florian La Roche Date: Thu, 24 Mar 2005 16:31:13 +0000 Subject: [PATCH] - try again --- spamassassin.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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