[clamav/f14] fixed Requires(preun) vs. Requires(postun) inconsistency

ensc ensc at fedoraproject.org
Tue Jul 5 07:13:25 UTC 2011


commit 9f90c7cd4d694b3f5b8ec196879b899f47f0d729
Author: Enrico Scholz <enrico.scholz at informatik.tu-chemnitz.de>
Date:   Thu Jun 9 20:41:45 2011 +0200

    fixed Requires(preun) vs. Requires(postun) inconsistency

 clamav.spec |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/clamav.spec b/clamav.spec
index 20cf3ce..5479738 100644
--- a/clamav.spec
+++ b/clamav.spec
@@ -173,7 +173,7 @@ Provides:	init(clamav-scanner) = upstart
 Requires:	clamav-scanner = %version-%release
 Requires(pre):		/etc/init
 Requires(post):		/usr/bin/killall
-Requires(postun):	/sbin/initctl
+Requires(preun):	/sbin/initctl
 %{?noarch}
 
 
@@ -221,7 +221,7 @@ Provides:	init(clamav-milter) = upstart
 Requires:	clamav-milter = %version-%release
 Requires(pre):		/etc/init
 Requires(post):		/usr/bin/killall
-Requires(postun):	/sbin/initctl
+Requires(preun):	/sbin/initctl
 %{?noarch}
 
 
@@ -720,6 +720,7 @@ test "$1" != "0" || /sbin/initctl -q stop clamav-milter || :
 %changelog
 * Thu Jun  9 2011 Enrico Scholz <enrico.scholz at informatik.tu-chemnitz.de> - 0.97.1-1400
 - updated to 0.97.1
+- fixed Requires(preun) vs. Requires(postun) inconsistency
 
 * Thu Mar 3 2011 Nick Bebout <nb at fedoraproject.org> - 0.97-1400
 - Update to 0.97


More information about the scm-commits mailing list