X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=kernel-2.6.spec;h=3c3a993c192ac91f3d7056e73c9c668a305bc118;hb=c8ca52fb4110dd9637970010837bfe2b79763144;hp=3157cd9c433a8844290b3a5fb57bd32e56cfa2e3;hpb=af7e06075e11dfcb33a5ec8a167b798ab84fe3ad;p=linux-2.6.git diff --git a/kernel-2.6.spec b/kernel-2.6.spec index 3157cd9c4..3c3a993c1 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 5 +%define taglevel 7 %define sublevel 32 #### Planet-Lab #### @@ -124,8 +124,14 @@ Summary: The Linux kernel %define with_perftool %{?_without_perftool: 0} %{?!_without_perftool: 1} # perf noarch subpkg %define with_perf %{?_without_perf: 0} %{?!_without_perf: 1} +#### Planet-Lab #### # kernel-debuginfo +%if "%{distro}" == "CentOS" && %{distrorelease} == 5 +%define with_debuginfo %{?_without_debuginfo: 1} %{?!_without_debuginfo: 0} +%else %define with_debuginfo %{?_without_debuginfo: 0} %{?!_without_debuginfo: 1} +%endif +#### Planet-Lab #### # kernel-bootwrapper (for creating zImages from kernel + initrd) %define with_bootwrapper %{?_without_bootwrapper: 0} %{?!_without_bootwrapper: 1} # Want to build a the vsdo directories installed @@ -504,7 +510,7 @@ Summary: The Linux kernel %if "%{distro}" == "Fedora" && %{distrorelease} >= 12 %define initrd_prereq mkinitrd >= 6.0.61-1 %else -%define initrd_prereq mkinitrd >= 6.0.19-1 +%define initrd_prereq mkinitrd >= 5.1 %endif #### Planet-Lab #### %endif @@ -1773,6 +1779,12 @@ fi %endif %changelog +* Thu Jan 06 2011 S.Çağlar Onur - linux-2.6-32-7 +- Adjust mkinitrd requirement for CentOS 5 + +* Wed Jan 05 2011 S.Çağlar Onur - linux-2.6-32-6 +- Disable debuginfo packages for CentOS 5 + * Wed Dec 22 2010 S.Çağlar Onur - linux-2.6-32-5 - Fix problems caused by gcc 4.5.1 on F14