added list-* files
[util-vserver.git] / util-vserver / util-vserver.spec.in
index c428540..01f05c6 100644 (file)
 %define __chattr       /usr/bin/chattr
 %define chkconfig      /sbin/chkconfig
 
+%define _localstatedir %_var
+
 Summary:       Linux virtual server utilities
 Name:          @PACKAGE@
 Version:       @VERSION@
-Release:       0.5
+Release:       0
 Epoch:         0
 License:       GPL
 Group:         System Environment/Base
@@ -130,8 +132,11 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %post
-f="%confdefaultdir/vdirbase"; test -L "$f" -o -e "$f" || ln -s /vservers             "$f"
-f="%confdefaultdir/run.rev";  test -L "$f" -o -e "$f" || ln -s /var/run/vservers.rev "$f"
+test -d /vservers      || mkdir -m0000 /vservers
+test -d /vservers/.pkg || mkdir -m0755 /vservers/.pkg
+
+f="%confdefaultdir/vdirbase"; test -L "$f" -o -e "$f" || ln -s /vservers                        "$f"
+f="%confdefaultdir/run.rev";  test -L "$f" -o -e "$f" || ln -s %_localstatedir/run/vservers.rev "$f"
 
 %_sbindir/setattr --barrier /vservers || :
 
@@ -204,12 +209,9 @@ test "$1" = 0  || %_initrddir/rebootmgr   condrestart >/dev/null || :
 %ghost %confdefaultdir/vdirbase
 %ghost %confdefaultdir/run.rev
 
-%attr(000,root,root) %dir /vservers/.pkg
-%attr(000,root,root) %dir /vservers
-
-%dir /var/run/vservers
-%dir /var/run/vservers.rev
-%dir /var/run/vshelper
+%dir %_localstatedir/run/vservers
+%dir %_localstatedir/run/vservers.rev
+%dir %_localstatedir/run/vshelper
 
 
 %files lib -f %name-lib.list
@@ -243,7 +245,9 @@ test "$1" = 0  || %_initrddir/rebootmgr   condrestart >/dev/null || :
 * Wed Jan 26 2005 Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de> - 0:0.30.198-0.3
 - updated BuildRequires:
 - use 'setattr --barrier' instead of 'chattr +t' in the %post scriptlet
-- moved the v_* initscripts to legacy 
+- moved the v_* initscripts to legacy
+- do not ship the /vservers directory itself; as it is immutable, the
+  extraction will fail else
 
 * Thu Sep  9 2004 Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de> - 0:0.30.194-0
 - documented switches for 'rpmbuild'