added yum* files + vsomething + check-unixfile
[util-vserver.git] / util-vserver / util-vserver.spec.in
index c428540..51ba84e 100644 (file)
@@ -13,7 +13,7 @@
 Summary:       Linux virtual server utilities
 Name:          @PACKAGE@
 Version:       @VERSION@
-Release:       0.5
+Release:       0
 Epoch:         0
 License:       GPL
 Group:         System Environment/Base
@@ -130,6 +130,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %post
+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 /var/run/vservers.rev "$f"
 
@@ -204,9 +207,6 @@ 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
@@ -243,7 +243,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'