Summary: Linux virtual server utilities
Name: @PACKAGE@
Version: @VERSION@
-Release: 0.3
+Release: 0.5
Epoch: 0
License: GPL
Group: System Environment/Base
%_sbindir/setattr --barrier /vservers || :
+%post lib -p /sbin/ldconfig
+%postun lib -p /sbin/ldconfig
+
+
%post sysv
%chkconfig --add vservers-default
%chkconfig --add vprocunhide
test "$1" = 0 || %_initrddir/vprocunhide condrestart >/dev/null || :
-%post lib -p /sbin/ldconfig
-%postun lib -p /sbin/ldconfig
-
-
## Temporary workaround to remove old v_* files; it will conflict
## somehow with the -legacy package but can be fixed by reinstalling
## this package.
## TODO: remove me in the final .spec file
%define v_services httpd named portmap sendmail smb sshd xinetd gated
-%triggerun sysv -- util-vserver-sysv<0.30.198
-test "$1" != 0 || for i in %v_services; do
+%triggerun sysv -- util-vserver-sysv < 0.30.198
+for i in %v_services; do
%chkconfig --del v_$i || :
done