v3.7-rc2-53-g2d1f4c8
This commit is contained in:
parent
6e2d2c54c0
commit
13fe024c56
2 changed files with 12 additions and 6 deletions
14
kernel.spec
14
kernel.spec
|
|
@ -93,9 +93,9 @@ Summary: The Linux kernel
|
|||
# The next upstream release sublevel (base_sublevel+1)
|
||||
%define upstream_sublevel %(echo $((%{base_sublevel} + 1)))
|
||||
# The rc snapshot level
|
||||
%define rcrev 1
|
||||
%define rcrev 2
|
||||
# The git snapshot level
|
||||
%define gitrev 3
|
||||
%define gitrev 1
|
||||
# Set rpm version accordingly
|
||||
%define rpmversion 3.%{upstream_sublevel}.0
|
||||
%endif
|
||||
|
|
@ -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 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}
|
||||
|
|
@ -176,7 +176,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
|
||||
|
|
@ -2311,6 +2311,12 @@ fi
|
|||
# ||----w |
|
||||
# || ||
|
||||
%changelog
|
||||
* Tue Oct 23 2012 Justin M. Forbes <jforbes@redhat.com> - 3.7.0-0.rc2.git1.1
|
||||
- Linux v3.7-rc2-53-g2d1f4c8
|
||||
|
||||
* Sun Oct 21 2012 Justin M. Forbes <jforbes@redhat.com> - 3.7.0-0.rc1.git3.2
|
||||
- Disable debugging options.
|
||||
|
||||
* Fri Oct 19 2012 Justin M. Forbes <jforbes@redhat.com> - 3.7.0-0.rc1.git3.1
|
||||
- Linux v3.7-rc1-154-gc9623de
|
||||
|
||||
|
|
|
|||
4
sources
4
sources
|
|
@ -1,3 +1,3 @@
|
|||
1a1760420eac802c541a20ab51a093d1 linux-3.6.tar.xz
|
||||
b8f473f227609390c573ca182c6a2e69 patch-3.7-rc1.xz
|
||||
5d5bafb5103eeecb966c67d9bc7359ca patch-3.7-rc1-git3.xz
|
||||
d4da3e472267e21af9ef30215c84ebaa patch-3.7-rc2.xz
|
||||
4aae3e63fe3e45e6f420218e89bdb257 patch-3.7-rc2-git1.xz
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue