turn off debuginfo on f14 as well
authorThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Fri, 21 Jan 2011 11:42:45 +0000 (12:42 +0100)
committerThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Fri, 21 Jan 2011 11:42:45 +0000 (12:42 +0100)
kernel-2.6.spec

index ccc5e2e..9db6435 100644 (file)
@@ -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}