From d8616baf4a532cc414d3db9ec4dda4d62eee21ef Mon Sep 17 00:00:00 2001 From: Kyle McMartin Date: Thu, 12 May 2011 10:34:16 -0400 Subject: flip the release builds toggle --- kernel.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'kernel.spec') diff --git a/kernel.spec b/kernel.spec index 1b6974ca..9a9a5736 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 2.6.39-0.rc7.git3.0 +* Thu May 12 2011 Kyle McMartin 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 - Linux 2.6.39-rc7-git3 - Pull in some SLUB fixes from Mel Gorman for testing. -- cgit