X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=kernel-2.6.spec;h=6c84c6293db5e2e8b2c9e746ed9e3c28ba0867de;hb=bf4b1e0cd7d818bb057fa17157801cf61bc63042;hp=b1cc407a238ab88666abd76fbb17d89fba92bd30;hpb=a10f49771d83503aff8a77cde3a54764f2510f57;p=linux-2.6.git diff --git a/kernel-2.6.spec b/kernel-2.6.spec index b1cc407a2..6c84c6293 100644 --- a/kernel-2.6.spec +++ b/kernel-2.6.spec @@ -4,13 +4,13 @@ Vendor: PlanetLab Packager: PlanetLab Central Distribution: PlanetLab %{plrelease} -URL: %(echo %{url} | cut -d ' ' -f 2) +URL: %{SCMURL} %{!?pldistro:%global pldistro planetlab} %define name linux-2.6 %define module_version_varname sublevel -%define taglevel 4 +%define taglevel 6 %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 @@ -1773,6 +1779,12 @@ fi %endif %changelog +* 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 + * Fri Dec 17 2010 S.Çağlar Onur - linux-2.6-32-4 - Fix build problems for Fedora 8 and 12