X-Git-Url: http://git.onelab.eu/?p=linux-2.6.git;a=blobdiff_plain;f=kernel-2.6.spec;h=9db6435b8936ceae052ffb8d54de0275256bfdee;hp=ccc5e2e69395ce2f71ee242a8d2bddb254ee596e;hb=5e26ad607101c501ce15796a7d2a813add476eb4;hpb=15764e1bcadb162e5fdd0860458578d893e9ed97 diff --git a/kernel-2.6.spec b/kernel-2.6.spec index ccc5e2e69..9db6435b8 100644 --- a/kernel-2.6.spec +++ b/kernel-2.6.spec @@ -129,8 +129,12 @@ Summary: The Linux kernel %if "%{distro}" == "CentOS" && %{distrorelease} == 5 %define with_debuginfo %{?_without_debuginfo: 1} %{?!_without_debuginfo: 0} %else +%if "%{distroname}" == "f14" +%define with_debuginfo %{?_without_debuginfo: 1} %{?!_without_debuginfo: 0} +%else %define with_debuginfo %{?_without_debuginfo: 0} %{?!_without_debuginfo: 1} %endif +%endif #### Planet-Lab #### # kernel-bootwrapper (for creating zImages from kernel + initrd) %define with_bootwrapper %{?_without_bootwrapper: 0} %{?!_without_bootwrapper: 1}