Author: baggins Date: Thu Oct 13 18:20:58 2005 GMT Module: SPECS Tag: HEAD ---- Log message: - release 2.1 - added -mounted patch to accommodate for building vservers in mounted filesystems (e.g. if /vserver/sth is a mountpoint)
---- Files affected: SPECS: util-vserver.spec (1.73 -> 1.74) ---- Diffs: ================================================================ Index: SPECS/util-vserver.spec diff -u SPECS/util-vserver.spec:1.73 SPECS/util-vserver.spec:1.74 --- SPECS/util-vserver.spec:1.73 Thu Oct 13 16:12:11 2005 +++ SPECS/util-vserver.spec Thu Oct 13 20:20:52 2005 @@ -10,7 +10,7 @@ Summary(pl): Narzędzia dla linuksowych serwerów wirtualnych Name: util-vserver Version: 0.30.208 -Release: 2 +Release: 2.1 License: GPL Group: Applications/System Source0: http://www.13thfloor.at/~ensc/util-vserver/files/alpha/%{name}-%{version}.tar.bz2 @@ -34,6 +34,7 @@ Patch7: %{name}-cpuset.patch Patch8: %{name}-build-umask.patch Patch9: %{name}-vwait-timeout-fix.patch +Patch10: %{name}-mounted.patch URL: http://savannah.nongnu.org/projects/util-vserver/ BuildRequires: autoconf BuildRequires: automake >= 1.9 @@ -266,6 +267,7 @@ %patch7 -p1 %patch8 -p1 %patch9 -p1 +%patch10 -p1 install %{SOURCE7} package-menagament.txt @@ -574,6 +576,11 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.74 2005/10/13 18:20:52 baggins +- release 2.1 +- added -mounted patch to accommodate for building vservers + in mounted filesystems (e.g. if /vserver/sth is a mountpoint) + Revision 1.73 2005/10/13 14:12:11 romke - vwait timeout fix, - release 2, STBR. ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/util-vserver.spec?r1=1.73&r2=1.74&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
