summaryrefslogtreecommitdiffstats
path: root/kernel.spec
diff options
context:
space:
mode:
authorKyle McMartin <kyle@redhat.com>2011-05-12 10:34:16 -0400
committerKyle McMartin <kyle@redhat.com>2011-05-12 10:34:16 -0400
commitd8616baf4a532cc414d3db9ec4dda4d62eee21ef (patch)
tree3e71e88f1530cae0299036184c8d9921ab4e0780 /kernel.spec
parentb365a824ae13f21cb7d7e1099f3b18e39170cab9 (diff)
downloadkernel-d8616baf4a532cc414d3db9ec4dda4d62eee21ef.tar.gz
kernel-d8616baf4a532cc414d3db9ec4dda4d62eee21ef.tar.xz
kernel-d8616baf4a532cc414d3db9ec4dda4d62eee21ef.zip
flip the release builds toggle
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.