From 8c7f8ae4c3c9cec4ed0b54804522e66a63ea51ee Mon Sep 17 00:00:00 2001 From: Enrico Scholz Date: Wed, 26 Jan 2005 21:15:36 +0000 Subject: [PATCH] do not ship the /vservers directory itself; as it is immutable, the extraction will fail else git-svn-id: http://svn.linux-vserver.org/svn/util-vserver/trunk@1802 94cd875c-1c1d-0410-91d2-eb244daf1a30 --- util-vserver/util-vserver.spec.in | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/util-vserver/util-vserver.spec.in b/util-vserver/util-vserver.spec.in index c428540..51ba84e 100644 --- a/util-vserver/util-vserver.spec.in +++ b/util-vserver/util-vserver.spec.in @@ -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 - 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 - 0:0.30.194-0 - documented switches for 'rpmbuild' -- 1.8.1.5