X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=kernel-2.6.spec;h=8b132eefe16515409a85c4194b448d93226e31a6;hb=39b7c72914c8333f1b73824e4f416fb8294dcea3;hp=fc9f909062d73074c0b08d9d2a241b4235961300;hpb=c07941d47f069d879e3f75e4c909a677269edc2e;p=linux-2.6.git diff --git a/kernel-2.6.spec b/kernel-2.6.spec index fc9f90906..8b132eefe 100644 --- a/kernel-2.6.spec +++ b/kernel-2.6.spec @@ -10,7 +10,7 @@ URL: %(echo %{url} | cut -d ' ' -f 2) %define name linux-2.6 %define module_version_varname sublevel -%define taglevel 0 +%define taglevel 1 %define sublevel 32 #### Planet-Lab #### @@ -116,8 +116,10 @@ Summary: The Linux kernel %define with_doc %{?_without_doc: 0} %{?!_without_doc: 1} # kernel-headers %define with_headers %{?_without_headers: 0} %{?!_without_headers: 1} +#### Planet-Lab #### # kernel-firmware -%define with_firmware %{?_with_firmware: 1} %{?!_with_firmware: 0} +%define with_firmware %{?_with_firmware: 0} %{?!_with_firmware: 1} +#### Planet-Lab #### # tools/perf %define with_perftool %{?_without_perftool: 0} %{?!_without_perftool: 1} # perf noarch subpkg @@ -139,10 +141,12 @@ Summary: The Linux kernel %define doc_build_fail true %endif +#### Planet-Lab #### # Control whether we perform a compat. check against published ABI. -%define with_kabichk %{?_without_kabichk: 0} %{?!_without_kabichk: 1} +%define with_kabichk %{?_without_kabichk: 1} %{?!_without_kabichk: 0} # Control whether we perform a compat. check against published ABI. -%define with_fips %{?_without_fips: 0} %{?!_without_fips: 1} +%define with_fips %{?_without_fips: 1} %{?!_without_fips: 0} +#### Planet-Lab #### # Additional options for user-friendly one-off kernel building: # @@ -626,6 +630,27 @@ Source79: config-debug-rhel Source80: config-generic-rhel Source81: config-powerpc64 +Patch1: patch-2.6.32-71.7.1.el6-vs2.3.0.36.29.4.diff +Patch2: linux-2.6-220-delta-ptrace-fix01.patch +Patch3: linux-2.6-250-ipsets.patch +Patch4: linux-2.6-510-ipod.patch +Patch5: linux-2.6-521-packet-tagging.patch +Patch6: linux-2.6-522-iptables-connection-tagging.patch +Patch7: linux-2.6-523-raw-sockets.patch +Patch8: linux-2.6-524-peercred.patch +Patch9: linux-2.6-525-sknid-elevator.patch +Patch10: linux-2.6-527-iptables-classify-add-mark.patch +Patch11: linux-2.6-530-built-by-support.patch +Patch12: linux-2.6-550-raise-default-nfile-ulimit.patch +Patch13: linux-2.6-570-tagxid.patch +Patch14: linux-2.6-580-show-proc-virt.patch +Patch15: linux-2.6-590-dcookies-mm.patch +Patch16: linux-2.6-591-chopstix-intern.patch +Patch17: linux-2.6-640-netlink-audit-hack.patch +Patch18: linux-2.6-650-hangcheck-reboot.patch +Patch19: linux-2.6-660-nmi-watchdog-default.patch +Patch20: linux-2.6-680-htb-hysteresis-tso.patch + # empty final patch file to facilitate testing of kernel patches Patch999999: linux-kernel-test.patch @@ -916,8 +941,7 @@ ApplyPatch linux-2.6-550-raise-default-nfile-ulimit.patch ApplyPatch linux-2.6-570-tagxid.patch ApplyPatch linux-2.6-580-show-proc-virt.patch ApplyPatch linux-2.6-590-dcookies-mm.patch -# fails with -Wall build -#ApplyPatch linux-2.6-591-chopstix-intern.patch +ApplyPatch linux-2.6-591-chopstix-intern.patch ApplyPatch linux-2.6-640-netlink-audit-hack.patch ApplyPatch linux-2.6-650-hangcheck-reboot.patch ApplyPatch linux-2.6-660-nmi-watchdog-default.patch @@ -1053,6 +1077,11 @@ BuildKernel() { %endif %endif + #### Planet-Lab #### + # -Werror breaks F14 builds + sed -i -e "s:-Wno-array-bounds -Werror:-Wno-array-bounds:g" Makefile + #### Planet-Lab #### + # and now to start the build process make -s mrproper @@ -1699,6 +1728,9 @@ fi %endif %changelog +* Wed Dec 08 2010 S.Çağlar Onur - linux-2.6-32-1 +- Bump to latest RHEL6 kernel + * Wed Oct 27 2010 Frantisek Hrbata [2.6.32-71.7.1.el6] - [drm] ttm: fix regression introduced in dfb4a4250168008c5ac61e90ab2b86f074a83a6c (Dave Airlie) [646994 644896]