Linux v4.12-rc1
This commit is contained in:
parent
fd234dbc0e
commit
ac4ad6bdf3
35 changed files with 138 additions and 60 deletions
13
kernel.spec
13
kernel.spec
|
|
@ -67,9 +67,9 @@ Summary: The Linux kernel
|
|||
# The next upstream release sublevel (base_sublevel+1)
|
||||
%define upstream_sublevel %(echo $((%{base_sublevel} + 1)))
|
||||
# The rc snapshot level
|
||||
%global rcrev 0
|
||||
%global rcrev 1
|
||||
# The git snapshot level
|
||||
%define gitrev 9
|
||||
%define gitrev 0
|
||||
# Set rpm version accordingly
|
||||
%define rpmversion 4.%{upstream_sublevel}.0
|
||||
%endif
|
||||
|
|
@ -125,7 +125,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}
|
||||
|
|
@ -592,9 +592,6 @@ Patch502: firmware-Drop-WARN-from-usermodehelper_read_trylock-.patch
|
|||
# CVE-2017-7477 rhbz 1445207 1445208
|
||||
Patch668: CVE-2017-7477.patch
|
||||
|
||||
# Fix build on PPC
|
||||
Patch669: powerpc-fix-distclean-with-Makefile.postlink.patch
|
||||
|
||||
Patch679: ARM-KVM-Fix-tracepoint-generation-after-move-to-virt-kvm-arm.patch
|
||||
|
||||
# END OF PATCH DEFINITIONS
|
||||
|
|
@ -2169,6 +2166,10 @@ fi
|
|||
#
|
||||
#
|
||||
%changelog
|
||||
* Mon May 15 2017 Justin M. Forbes <jforbes@fedoraproject.org> - 4.12.0-0.rc1.git0.1
|
||||
- Linux v4.12-rc1
|
||||
- Disable debugging options.
|
||||
|
||||
* Fri May 12 2017 Justin M. Forbes <jforbes@fedoraproject.org> - 4.12.0-0.rc0.git9.1
|
||||
- Linux v4.11-13318-g09d79d1
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue