SPECS: util-vserver.spec - -build R: e2fsprogs due chattr requirem...

glen glen at pld-linux.org
Mon Feb 27 10:13:56 CET 2006


Author: glen                         Date: Mon Feb 27 09:13:56 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- -build R: e2fsprogs due chattr requirement
- package /var/cache/vservers for now
- small adapterize

---- Files affected:
SPECS:
   util-vserver.spec (1.103 -> 1.104) 

---- Diffs:

================================================================
Index: SPECS/util-vserver.spec
diff -u SPECS/util-vserver.spec:1.103 SPECS/util-vserver.spec:1.104
--- SPECS/util-vserver.spec:1.103	Wed Feb 22 20:22:55 2006
+++ SPECS/util-vserver.spec	Mon Feb 27 10:13:51 2006
@@ -56,17 +56,17 @@
 BuildRequires:	tetex-makeindex
 # To be removed when tetex-format-pdflatex, tetex-pdftex...
 # ...and graphviz packages get fixed
-BuildRequires:	tetex-fonts-jknappen
-BuildRequires:	tetex-metafont
 BuildRequires:	ghostscript
 BuildRequires:	ghostscript-fonts-std
+BuildRequires:	tetex-fonts-jknappen
+BuildRequires:	tetex-metafont
 %{?with_xalan:BuildRequires:	xalan-j}
 %endif
+Requires(post,preun):	/sbin/chkconfig
+Requires:	%{name}-lib = %{version}-%{release}
 Requires:	issue
 Requires:	rc-scripts
 Requires:	util-linux
-Requires(post,preun):	/sbin/chkconfig
-Requires:	%{name}-lib = %{version}-%{release}
 Obsoletes:	util-vserver-core
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -136,7 +136,7 @@
 util-vserver provides the components and a framework to setup virtual
 servers. A virtual server runs inside a linux server. It is
 nevertheless highly independent. As such, you can run various services
-with normal configuration. The various vservers can't interact with
+pith normal configuration. The various vservers can't interact with
 each other and can't interact with services in the main server.
 
 This package contains the shared libraries needed by all other
@@ -156,8 +156,9 @@
 Summary:	Tools which can be used to build vservers
 Summary(pl):	Narzędzia do budowania vserverów
 Group:		Applications/System
-Conflicts:	poldek < 0.18.8-10
 Requires:	%{name} = %{version}-%{release}
+Requires:	e2fsprogs
+Conflicts:	poldek < 0.18.8-10
 
 %description build
 util-vserver provides the components and a framework to setup virtual
@@ -416,6 +417,9 @@
 sed -i 's/glibc\-\[0\-9\]\*\.rpm/glibc64\-\[0\-9\]\*\.rpm/' $RPM_BUILD_ROOT%{_libdir}/%{name}/distributions/pld-ac/rpmlist.d/00.lst
 %endif
 
+# baggins check this: needed but seems unused
+install -d $RPM_BUILD_ROOT/var/cache/vservers
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
@@ -561,6 +565,7 @@
 %dir %{_localstatedir}/run/vservers
 %dir %{_localstatedir}/run/vservers.rev
 %dir %{_localstatedir}/run/vshelper
+%dir /var/cache/vservers
 
 %files devel
 %defattr(644,root,root,755)
@@ -682,6 +687,11 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.104  2006/02/27 09:13:51  glen
+- -build R: e2fsprogs due chattr requirement
+- package /var/cache/vservers for now
+- small adapterize
+
 Revision 1.103  2006/02/22 19:22:55  glen
 - /var/cache/vservers is needed somewhy?
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/util-vserver.spec?r1=1.103&r2=1.104&f=u



More information about the pld-cvs-commit mailing list