From 44e57012c844f9a3926b2dcf8c26e113bb7ea485 Mon Sep 17 00:00:00 2001 From: Josh Boyer Date: Tue, 21 Feb 2012 10:17:26 -0500 Subject: [PATCH] Revert "Append .debug to rawhide builds" This reverts commit abff21a8faeaf6d8eef10a26ad2ecf4d6f102be8. 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 e0c2bbeea..ea9e7a95b 100644 --- a/kernel.spec +++ b/kernel.spec @@ -1632,13 +1632,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}