[kernel] re-enable debuginfo generation, which had been accidentally

Kyle McMartin kyle at fedoraproject.org
Wed Jun 22 16:17:42 UTC 2011


commit 761d1c022e64df676070ef1f1ebf673aca9ee231
Author: Kyle McMartin <kyle at redhat.com>
Date:   Wed Jun 22 12:17:08 2011 -0400

    re-enable debuginfo generation, which had been accidentally
    
    disabled in 3d121413

 kernel.spec |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/kernel.spec b/kernel.spec
index 5c08d21..e8f0bbd 100644
--- a/kernel.spec
+++ b/kernel.spec
@@ -51,7 +51,7 @@ Summary: The Linux kernel
 # For non-released -rc kernels, this will be prepended with "0.", so
 # for example a 3 here will become 0.3
 #
-%global baserelease 1
+%global baserelease 2
 %global fedora_build %{baserelease}
 
 # base_sublevel is the kernel version we're starting with and patching
@@ -117,7 +117,7 @@ Summary: The Linux kernel
 # tools/perf
 %define with_perf      %{?_without_perf:      0} %{?!_without_perf:      1}
 # kernel-debuginfo
-%define with_debuginfo %{?_without_debuginfo: 0} %{?!_without_debuginfo: 0}
+%define with_debuginfo %{?_without_debuginfo: 0} %{?!_without_debuginfo: 1}
 # kernel-bootwrapper (for creating zImages from kernel + initrd)
 %define with_bootwrapper %{?_without_bootwrapper: 0} %{?!_without_bootwrapper: 1}
 # Want to build a the vsdo directories installed
@@ -1877,6 +1877,10 @@ fi
 # and build.
 
 %changelog
+* Wed Jun 22 2011 Kyle McMartin <kmcmartin at redhat.com> 3.0-0.rc4.git0.2
+- Re-enable debuginfo generation. Thanks to Richard Jones for noticing... no
+  wonder builds had been so quick lately.
+
 * Tue Jun 21 2011 Kyle McMartin <kmcmartin at redhat.com> 3.0-0.rc4.git0.1
 - Linux 3.0-rc4 (getting closer...)
 


More information about the scm-commits mailing list