SPECS: util-vserver.spec - use /var/cache/... for poldek cache - t...

glen glen at pld-linux.org
Tue Apr 29 22:57:34 CEST 2008


Author: glen                         Date: Tue Apr 29 20:57:33 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- use /var/cache/... for poldek cache
- treat *~ as backup files not just *.~*~
- force /tmp tmppath for rpm to overcome various rpm problems
- rel 4

---- Files affected:
SPECS:
   util-vserver.spec (1.188 -> 1.189) 

---- Diffs:

================================================================
Index: SPECS/util-vserver.spec
diff -u SPECS/util-vserver.spec:1.188 SPECS/util-vserver.spec:1.189
--- SPECS/util-vserver.spec:1.188	Sat Mar 29 14:45:59 2008
+++ SPECS/util-vserver.spec	Tue Apr 29 22:57:28 2008
@@ -1,6 +1,5 @@
 # $Revision$, $Date$
 # TODO
-# - somewhy empty /var/cache/vservers is needed when building pld vserver
 # - make build create /dev/std{in,out,err} links
 # - reject install in %%pretrans if /proc/virtual/info has incompatible version
 # - unpackaged
@@ -22,7 +21,7 @@
 Summary(pl.UTF-8):	Narzędzia dla linuksowych serwerów wirtualnych
 Name:		util-vserver
 Version:	0.30.215
-Release:	3
+Release:	4
 License:	GPL
 Group:		Applications/System
 Source0:	http://ftp.linux-vserver.org/pub/utils/util-vserver/%{name}-%{version}.tar.bz2
@@ -60,6 +59,7 @@
 Patch14:	%{name}-rpmpath.patch
 Patch15:	%{name}-interfaces-ignore-cvs-dir.patch
 Patch16:	%{name}-personalitymachine.patch
+Patch17:	%{name}-backupfiles.patch
 URL:		http://savannah.nongnu.org/projects/util-vserver/
 BuildRequires:	autoconf
 BuildRequires:	automake >= 1.9
@@ -405,6 +405,7 @@
 %patch14 -p1
 %patch15 -p1
 %patch16 -p1
+%patch17 -p1
 
 install %{SOURCE9} package-management.txt
 
@@ -628,8 +629,7 @@
 noarch-[^-]*-.*
 EOF
 
-# XXX baggins check this: needed but seems unused
-install -d $RPM_BUILD_ROOT/var/cache/vservers
+install -d $RPM_BUILD_ROOT/var/cache/vservers/poldek
 
 # we have our own initscript which does the same
 rm -f $RPM_BUILD_ROOT/etc/rc.d/init.d/vservers-default
@@ -797,6 +797,7 @@
 %dir %{_localstatedir}/run/vservers.rev
 %dir %{_localstatedir}/run/vshelper
 %dir /var/cache/vservers
+%dir /var/cache/vservers/poldek
 
 %files lib
 %defattr(644,root,root,755)
@@ -964,6 +965,12 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.189  2008-04-29 20:57:28  glen
+- use /var/cache/... for poldek cache
+- treat *~ as backup files not just *.~*~
+- force /tmp tmppath for rpm to overcome various rpm problems
+- rel 4
+
 Revision 1.188  2008-03-29 13:45:59  hawk
 - release 3
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/util-vserver.spec?r1=1.188&r2=1.189&f=u



More information about the pld-cvs-commit mailing list