X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=kernel-2.6.spec;h=67463b36851373b98b021ab384542db068667b75;hb=fd6217538ec2e3f7880a581e95569aded35dee77;hp=2d8bc61bcd64a2c3f09ec8f560763678c2008141;hpb=be1fa8e59672d00400985eacb13b115ccc288e01;p=linux-2.6.git diff --git a/kernel-2.6.spec b/kernel-2.6.spec index 2d8bc61bc..67463b368 100644 --- a/kernel-2.6.spec +++ b/kernel-2.6.spec @@ -10,7 +10,7 @@ URL: %{SCMURL} %define name linux-2.6 %define module_version_varname sublevel -%define taglevel 26 +%define taglevel 28 %define sublevel 32 @@ -661,6 +661,7 @@ Source81: config-i686-debug-rhel Source82: config-generic Source83: config-x86_64-debug-rhel +Patch0: bcm5720.diff Patch1: patch-2.6.32-131.0.15.el6-vs2.3.0.36.29.6.diff Patch2: linux-2.6-255-vserver-delta-cow-fix23.patch Patch3: linux-2.6-250-ipsets.patch @@ -979,6 +980,7 @@ cp %{SOURCE15} %{SOURCE1} %{SOURCE16} %{SOURCE17} %{SOURCE18} . make -f %{SOURCE20} VERSION=%{version} configs #### Planet-Lab #### +ApplyPatch bcm5720.diff ApplyPatch patch-2.6.32-131.0.15.el6-vs2.3.0.36.29.6.diff ApplyPatch linux-2.6-255-vserver-delta-cow-fix23.patch ApplyPatch linux-2.6-250-ipsets.patch @@ -1142,6 +1144,11 @@ BuildKernel() { sed -i -e "s:-Wno-array-bounds -Werror:-Wno-array-bounds:g" Makefile #### Planet-Lab #### + #### Planet-Lab #### + # -Werror breaks F16 builds in tools/perf + sed -i -e "s: -Werror : :g" tools/perf/Makefile + #### Planet-Lab #### + # and now to start the build process make -s mrproper @@ -1788,6 +1795,13 @@ fi %endif %changelog +* Tue May 01 2012 Sapan Bhatia - linux-2.6-32-28 +- This patch adds a backported version of a patchset to support the bcm5720 chipset, used by various PlanetLab and MLab +- members. + +* Mon Nov 07 2011 Thierry Parmentelat - linux-2.6-32-27 +- 2 places for pulling sources from in case of network outage + * Wed Oct 05 2011 Sapan Bhatia - linux-2.6-32-26 - Tweak to the f8 build-fixing patch