rearranged some scriptlets to avoid comments after '-p /sbin/ldconfig'
authorEnrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
Wed, 26 Jan 2005 20:09:29 +0000 (20:09 +0000)
committerEnrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
Wed, 26 Jan 2005 20:09:29 +0000 (20:09 +0000)
git-svn-id: http://svn.linux-vserver.org/svn/util-vserver/trunk@1800 94cd875c-1c1d-0410-91d2-eb244daf1a30

util-vserver/util-vserver.spec.in

index 251d234..c428540 100644 (file)
@@ -13,7 +13,7 @@
 Summary:       Linux virtual server utilities
 Name:          @PACKAGE@
 Version:       @VERSION@
-Release:       0.3
+Release:       0.5
 Epoch:         0
 License:       GPL
 Group:         System Environment/Base
@@ -136,6 +136,10 @@ f="%confdefaultdir/run.rev";  test -L "$f" -o -e "$f" || ln -s /var/run/vservers
 %_sbindir/setattr --barrier /vservers || :
 
 
+%post   lib -p /sbin/ldconfig
+%postun lib -p /sbin/ldconfig
+
+
 %post sysv
 %chkconfig --add vservers-default
 %chkconfig --add vprocunhide
@@ -153,17 +157,13 @@ test "$1" != 0 || %chkconfig --del vservers-default
 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