summaryrefslogtreecommitdiffstats
path: root/kernel.spec
diff options
context:
space:
mode:
authorJosh Boyer <jwboyer@redhat.com>2012-09-05 08:21:09 -0400
committerJosh Boyer <jwboyer@redhat.com>2012-09-05 08:21:24 -0400
commit221b79a9ac885a40f42e9bd9ef786a7ba53a2d64 (patch)
tree6cc2e18ca52ee804a99665730fb55d3ce01ea2c2 /kernel.spec
parent447e3a6aa1760b6d235df50e7ba8570902ede270 (diff)
downloadkernel-221b79a9ac885a40f42e9bd9ef786a7ba53a2d64.tar.gz
kernel-221b79a9ac885a40f42e9bd9ef786a7ba53a2d64.tar.xz
kernel-221b79a9ac885a40f42e9bd9ef786a7ba53a2d64.zip
Reenable debugging options.
Diffstat (limited to 'kernel.spec')
-rw-r--r--kernel.spec9
1 files changed, 6 insertions, 3 deletions
diff --git a/kernel.spec b/kernel.spec
index e91f29754..a157e0ea4 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
@@ -2321,6 +2321,9 @@ fi
# ||----w |
# || ||
%changelog
+* Wed Sep 05 2012 Josh Boyer <jwboyer@redhat.com> - 3.6.0-0.rc4.git0.2
+- Reenable debugging options.
+
* Tue Sep 4 2012 Matthew Garrett <mjg@redhat.com>
- handle-efi-roms.patch: Improve PCI support on UEFI systems