Revert "Append .debug to rawhide builds"

This reverts commit abff21a8fa.

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.
This commit is contained in:
Josh Boyer 2012-02-21 10:17:26 -05:00
parent e1d46a5d22
commit 44e57012c8
1 changed files with 0 additions and 7 deletions

View File

@ -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}