flip the release builds toggle
This commit is contained in:
parent
b365a824ae
commit
d8616baf4a
4 changed files with 62 additions and 59 deletions
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue