Author: glen Date: Tue Jan 29 14:15:52 2008 GMT Module: SPECS Tag: HEAD ---- Log message: - patch Makefile for now
---- Files affected: SPECS: kernel-vanilla.spec (1.74 -> 1.75) ---- Diffs: ================================================================ Index: SPECS/kernel-vanilla.spec diff -u SPECS/kernel-vanilla.spec:1.74 SPECS/kernel-vanilla.spec:1.75 --- SPECS/kernel-vanilla.spec:1.74 Tue Jan 29 15:10:18 2008 +++ SPECS/kernel-vanilla.spec Tue Jan 29 15:15:46 2008 @@ -85,6 +85,8 @@ Source40: kernel-vanilla-preempt-nort.config Source41: kernel-vanilla-no-preempt-nort.config +Patch0: kernel-pykconfig.patch + URL: http://www.kernel.org/ BuildRequires: binutils >= 3:2.14.90.0.7 %ifarch sparc sparc64 @@ -399,9 +401,14 @@ %{__bzip2} -dc %{SOURCE10} | %{__patch} -p1 -s %endif +# if we really want to have vanilla kernel we should create copy from Makefile +#cp Makefile{,.vanilla} + # Fix EXTRAVERSION in main Makefile sed -i 's#EXTRAVERSION =.*#EXTRAVERSION = %{_postver}_%{alt_kernel}#g' Makefile +%patch0 -p1 + sed -i -e '/select INPUT/d' net/bluetooth/hidp/Kconfig # remove unwanted files after patching (if any) @@ -833,6 +840,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.75 2008-01-29 14:15:46 glen +- patch Makefile for now + Revision 1.74 2008-01-29 14:10:18 glen - skip regen if spec produced config is same as previous ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/kernel-vanilla.spec?r1=1.74&r2=1.75&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
