From 5e26ad607101c501ce15796a7d2a813add476eb4 Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Fri, 21 Jan 2011 12:42:45 +0100 Subject: [PATCH] turn off debuginfo on f14 as well --- kernel-2.6.spec | 4 ++++ 1 file changed, 4 insertions(+) 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} -- 2.43.0