Author: hawk Date: Sun Jan 28 14:49:23 2007 GMT Module: SPECS Tag: hawk-LINUX_2_6 ---- Log message: - added squashfs
---- Files affected: SPECS: kernel.spec (1.441.2.1701.2.8 -> 1.441.2.1701.2.9) ---- Diffs: ================================================================ Index: SPECS/kernel.spec diff -u SPECS/kernel.spec:1.441.2.1701.2.8 SPECS/kernel.spec:1.441.2.1701.2.9 --- SPECS/kernel.spec:1.441.2.1701.2.8 Sun Jan 28 13:49:30 2007 +++ SPECS/kernel.spec Sun Jan 28 15:49:17 2007 @@ -77,6 +77,8 @@ %define _oprofile_ver 0.9 %define _udev_ver 071 +%define squashfs_version 3.2 + %define _basever 2.6.19 %define _postver .2 %define _rel 1 @@ -122,6 +124,7 @@ Source44: kernel-grsec.config Source45: kernel-pax.config Source46: kernel-no-pax.config +Source47: kernel-squashfs.config # http://vserver.13thfloor.at/Experimental/patch-2.6.19.2-vs2.3.0.8.diff Patch100: linux-2.6-vs2.3.patch @@ -133,6 +136,9 @@ Patch202: linux-2.6-grsec-minimal.patch Patch203: linux-2.6-grsec-vs-minimal.patch +# from squashfs: http://dl.sourceforge.net/sourceforge/squashfs/squashfs3.2-r2.tar.gz for linux-2.6.19 +Patch300: squashfs%{squashfs_version}-patch + URL: http://www.kernel.org/ BuildRequires: binutils >= 3:2.14.90.0.7 %ifarch sparc sparc64 @@ -624,6 +630,9 @@ %endif +# other patches +%patch300 -p1 + sed -i -e '/select INPUT/d' net/bluetooth/hidp/Kconfig # remove unwanted files after patching (if any) @@ -721,6 +730,7 @@ %else cat %{SOURCE41} >> .config %endif + cat %{SOURCE42} >> .config %if %{with vserver} @@ -738,6 +748,8 @@ cat %{SOURCE46} >> .config %endif + cat %{SOURCE47} >> .config + %{?debug:sed -i "s:# CONFIG_DEBUG_SLAB is not set:CONFIG_DEBUG_SLAB=y:" .config} %{?debug:sed -i "s:# CONFIG_DEBUG_PREEMPT is not set:CONFIG_DEBUG_PREEMPT=y:" .config} %{?debug:sed -i "s:# CONFIG_RT_DEADLOCK_DETECT is not set:CONFIG_RT_DEADLOCK_DETECT=y:" .config} @@ -1374,6 +1386,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.441.2.1701.2.9 2007/01/28 14:49:17 hawk +- added squashfs + Revision 1.441.2.1701.2.8 2007/01/28 12:49:30 hawk - updated vserver patch URL ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/kernel.spec?r1=1.441.2.1701.2.8&r2=1.441.2.1701.2.9&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
