summaryrefslogtreecommitdiffstats
path: root/kernel.spec
diff options
context:
space:
mode:
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 1b6974cac..9a9a57360 100644
--- a/kernel.spec
+++ b/kernel.spec
@@ -130,7 +130,7 @@ Summary: The Linux kernel
%define doc_build_fail true
%endif
-%define rawhide_skip_docs 1
+%define rawhide_skip_docs 0
%if 0%{?rawhide_skip_docs}
%define with_doc 0
%define doc_build_fail true
@@ -153,7 +153,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 0
+%define debugbuildsenabled 1
# Want to build a vanilla kernel build without any non-upstream patches?
%define with_vanilla %{?_with_vanilla: 1} %{?!_with_vanilla: 0}
@@ -1933,7 +1933,10 @@ fi
# and build.
%changelog
-* Wed May 11 2011 Kyle McMartin <kmcmartin@redhat.com> 2.6.39-0.rc7.git3.0
+* Thu May 12 2011 Kyle McMartin <kmcmartin@redhat.com> 2.6.39-0.rc7.git3.0
+- Switch on release builds until 2.6.39 releases and we branch off 2.6.40-git.
+
+* Wed May 11 2011 Kyle McMartin <kmcmartin@redhat.com>
- Linux 2.6.39-rc7-git3
- Pull in some SLUB fixes from Mel Gorman for testing.