Author: glen Date: Thu Aug 30 08:57:54 2007 GMT Module: SPECS Tag: HEAD ---- Log message: - resolve TMPDIR issue; rel 7
---- Files affected: SPECS: util-vserver.spec (1.151 -> 1.152) ---- Diffs: ================================================================ Index: SPECS/util-vserver.spec diff -u SPECS/util-vserver.spec:1.151 SPECS/util-vserver.spec:1.152 --- SPECS/util-vserver.spec:1.151 Tue Aug 7 21:50:14 2007 +++ SPECS/util-vserver.spec Thu Aug 30 10:57:49 2007 @@ -20,7 +20,7 @@ Summary(pl.UTF-8): Narzędzia dla linuksowych serwerów wirtualnych Name: util-vserver Version: 0.30.213 -Release: 6 +Release: 7 License: GPL Group: Applications/System Source0: http://ftp.linux-vserver.org/pub/utils/util-vserver/%{name}-%{version}.tar.bz2 @@ -52,6 +52,7 @@ Patch10: %{name}-no-dynamic-ctx.patch Patch11: %{name}-more-ip.patch Patch12: %{name}-rpm-fake-resolver-badperm-errorlogging.patch +Patch13: %{name}-tmpdir.patch URL: http://savannah.nongnu.org/projects/util-vserver/ BuildRequires: autoconf BuildRequires: automake >= 1.9 @@ -346,6 +347,7 @@ %{?with_no_dynamic_context:%patch10 -p1} %patch11 -p1 %patch12 -p1 +%patch13 -p1 install %{SOURCE9} package-management.txt @@ -468,9 +470,9 @@ # we have our own initscript which does the same rm -f $RPM_BUILD_ROOT/etc/rc.d/init.d/vservers-default -rm -f $RPM_BUILD_ROOT/usr/lib/util-vserver/vserver-wrapper +rm -f $RPM_BUILD_ROOT%{_libdir}/util-vserver/vserver-wrapper # probaly the part of them -rm -f $RPM_BUILD_ROOT/etc/vservers.conf +rm -f $RPM_BUILD_ROOT%{_sysconfdir}/vservers.conf %clean rm -rf $RPM_BUILD_ROOT @@ -758,6 +760,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.152 2007/08/30 08:57:49 glen +- resolve TMPDIR issue; rel 7 + Revision 1.151 2007/08/07 19:50:14 arekm - rel 6 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/util-vserver.spec?r1=1.151&r2=1.152&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
