diff options
author | Josh Boyer <jwboyer@redhat.com> | 2012-02-21 10:20:14 -0500 |
---|---|---|
committer | Josh Boyer <jwboyer@redhat.com> | 2012-02-21 10:20:14 -0500 |
commit | 71c117f4fa43f9cebfd450ef8f4c8736e61b2c92 (patch) | |
tree | 84cccd473f0d2e2f2d9e19efd24bb42b305ed603 | |
parent | 43a44e9595f4ff57fb3c7ce29b75a4563dc56ad0 (diff) | |
download | kernel-71c117f4fa43f9cebfd450ef8f4c8736e61b2c92.tar.gz kernel-71c117f4fa43f9cebfd450ef8f4c8736e61b2c92.tar.xz kernel-71c117f4fa43f9cebfd450ef8f4c8736e61b2c92.zip |
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.
-rw-r--r-- | kernel.spec | 7 |
1 files changed, 0 insertions, 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} |