Author: baggins Date: Tue Aug 23 13:06:42 2005 GMT Module: SPECS Tag: LINUX_2_6 ---- Log message: - added bind mount extensions for vservers - added fixes for vserver 2.0.1
---- Files affected: SPECS: kernel.spec (1.441.2.1160 -> 1.441.2.1161) ---- Diffs: ================================================================ Index: SPECS/kernel.spec diff -u SPECS/kernel.spec:1.441.2.1160 SPECS/kernel.spec:1.441.2.1161 --- SPECS/kernel.spec:1.441.2.1160 Mon Aug 22 18:21:58 2005 +++ SPECS/kernel.spec Tue Aug 23 15:06:36 2005 @@ -262,8 +262,6 @@ # http://openmosix.snarc.org/files/releases/2.6/ # derived from openMosix-r570.patch Patch201: linux-2.6-omosix.patch -# vserver-2.0-pre4 -Patch202: linux-2.6-vs2.patch # xen http://www.cl.cam.ac.uk/Research/SRG/netos/xen/index.html Patch203: linux-xen-2.0.6.patch Patch204: linux-2.6.12-smp-alts.patch @@ -271,6 +269,17 @@ Patch206: linux-2.6.12.3-xenbus.patch Patch207: linux-2.6.12.3-xen-fixes.patch +# vserver-2.0 +Patch300: linux-2.6-vs2.patch +# Bind Mount Extensions +Patch301: linux-2.6-vs2-BME.patch +# http://vserver.13thfloor.at/Experimental/FOR-2.0.1/ +Patch310: delta-vroot-fix01.diff +Patch311: delta-dlimit-feat01.diff +Patch312: delta-dlimit-fix01.diff +Patch313: delta-loopback-fix01.diff +Patch314: delta-dlimit-fix02.diff + Patch400: kernel-gcc4.patch Patch401: kernel-hotfixes.patch Patch402: linux-em8300-2.6.11.2.patch @@ -694,7 +703,13 @@ %{__patch} -p1 -F3 < %{PATCH201} %endif %if %{with vserver} -%patch202 -p1 +%patch300 -p1 +%patch301 -p1 +%patch310 -p1 +%patch311 -p1 +%patch312 -p1 +%patch313 -p1 +%patch314 -p1 %endif %if %{with xen} %if %{with xendev} @@ -1466,6 +1481,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.441.2.1161 2005/08/23 13:06:36 baggins +- added bind mount extensions for vservers +- added fixes for vserver 2.0.1 + Revision 1.441.2.1160 2005/08/22 16:21:58 pluto - fbsplash dropped, bootsplash-3.1.6 added, release 0.3. ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/kernel.spec?r1=1.441.2.1160&r2=1.441.2.1161&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
