fixed Requires(preun) vs. Requires(postun) inconsistency
This commit is contained in:
parent
48c90418de
commit
9f90c7cd4d
@ -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@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@fedoraproject.org> - 0.97-1400
|
||||
- Update to 0.97
|
||||
|
Loading…
x
Reference in New Issue
Block a user