From 71c117f4fa43f9cebfd450ef8f4c8736e61b2c92 Mon Sep 17 00:00:00 2001 From: Josh Boyer Date: Tue, 21 Feb 2012 10:20:14 -0500 Subject: [PATCH] Revert "Append .debug to rawhide builds" This reverts commit 0288b5115e4add8f85b5fb14a147a166b1b4ac48. The way we have all the macros coded, this means all the paths need to end with .debug, including the %kernel_variant_files macros. That gets ugly rather quickly with the "simple" fix the above commit tried. An alternate solution might be to override the variants built instead. --- kernel.spec | 7 ------- 1 file changed, 7 deletions(-) diff --git a/kernel.spec b/kernel.spec index c4bf4b5dc..e9435c9d9 100644 --- a/kernel.spec +++ b/kernel.spec @@ -1630,13 +1630,6 @@ BuildKernel() { # make sure EXTRAVERSION says what we want it to say perl -p -i -e "s/^EXTRAVERSION.*/EXTRAVERSION = -%{release}.%{_target_cpu}${Flavour:+.${Flavour}}/" Makefile - %if !%{debugbuildsenabled} - %if !%{with_release} - # we're building a rawhide kernel where debug is the "norm". - perl -p -i -e "s/^EXTRAVERSION.*/EXTRAVERSION = -%{release}.%{_target_cpu}${Flavour:+.${Flavour}}.debug/" Makefile - %endif - %endif - # if pre-rc1 devel kernel, must fix up PATCHLEVEL for our versioning scheme %if !0%{?rcrev} %if 0%{?gitrev}