[kernel] Re-enable debugging options

Justin M. Forbes jforbes at fedoraproject.org
Tue Jun 26 15:32:09 UTC 2012


commit 97c90ee0b204541ceb4c26e861a6fedc770e8d77
Author: Justin M. Forbes <jforbes at redhat.com>
Date:   Tue Jun 26 10:31:46 2012 -0500

    Re-enable debugging options

 kernel.spec |    9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/kernel.spec b/kernel.spec
index c674993..8f3316e 100644
--- a/kernel.spec
+++ b/kernel.spec
@@ -62,7 +62,7 @@ Summary: The Linux kernel
 # For non-released -rc kernels, this will be appended after the rcX and
 # gitX tags, so a 3 here would become part of release "0.rcX.gitX.3"
 #
-%global baserelease 1
+%global baserelease 2
 %global fedora_build %{baserelease}
 
 # base_sublevel is the kernel version we're starting with and patching
@@ -163,7 +163,7 @@ Summary: The Linux kernel
 # Set debugbuildsenabled to 1 for production (build separate debug kernels)
 #  and 0 for rawhide (all kernels are debug kernels).
 # See also 'make debug' and 'make release'.
-%define debugbuildsenabled 1
+%define debugbuildsenabled 0
 
 # Want to build a vanilla kernel build without any non-upstream patches?
 %define with_vanilla %{?_with_vanilla: 1} %{?!_with_vanilla: 0}
@@ -176,7 +176,7 @@ Summary: The Linux kernel
 %define doc_build_fail true
 %endif
 
-%define rawhide_skip_docs 0
+%define rawhide_skip_docs 1
 %if 0%{?rawhide_skip_docs}
 %define with_doc 0
 %define doc_build_fail true
@@ -2277,6 +2277,9 @@ fi
 #                 ||----w |
 #                 ||     ||
 %changelog
+* Tue Jun 26 2012 Justin M. Forbes <jforbes at redhat.com> - 3.5.0-0.rc4.git1.2
+- Reenable debugging options.
+
 * Tue Jun 26 2012 Justin M. Forbes <jforbes at redhat.com> - 3.5.0-0.rc4.git1.1
 - Linux v3.5-rc4-52-gaace99e
 


More information about the scm-commits mailing list