Linux v4.16-2520-g642e7fd23353
This commit is contained in:
parent
01830e1a1c
commit
71c4e801d3
33 changed files with 77 additions and 57 deletions
15
kernel.spec
15
kernel.spec
|
|
@ -6,7 +6,7 @@ Summary: The Linux kernel
|
|||
# For a stable, released kernel, released_kernel should be 1. For rawhide
|
||||
# and/or a kernel built from an rc or git snapshot, released_kernel should
|
||||
# be 0.
|
||||
%global released_kernel 1
|
||||
%global released_kernel 0
|
||||
|
||||
# Sign modules on x86. Make sure the config files match this setting if more
|
||||
# architectures are added.
|
||||
|
|
@ -42,7 +42,7 @@ Summary: The Linux kernel
|
|||
# For non-released -rc kernels, this will be appended after the rcX and
|
||||
# gitX tags, so a 3 here would become part of release "0.rcX.gitX.3"
|
||||
#
|
||||
%global baserelease 2
|
||||
%global baserelease 1
|
||||
%global fedora_build %{baserelease}
|
||||
|
||||
# base_sublevel is the kernel version we're starting with and patching
|
||||
|
|
@ -69,7 +69,7 @@ Summary: The Linux kernel
|
|||
# The rc snapshot level
|
||||
%global rcrev 0
|
||||
# The git snapshot level
|
||||
%define gitrev 0
|
||||
%define gitrev 1
|
||||
# Set rpm version accordingly
|
||||
%define rpmversion 4.%{upstream_sublevel}.0
|
||||
%endif
|
||||
|
|
@ -124,7 +124,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 1
|
||||
%define debugbuildsenabled 0
|
||||
|
||||
%if %{with_verbose}
|
||||
%define make_opts V=1
|
||||
|
|
@ -506,9 +506,6 @@ Source5000: patch-4.%{base_sublevel}-git%{gitrev}.xz
|
|||
# ongoing complaint, full discussion delayed until ksummit/plumbers
|
||||
Patch002: 0001-iio-Use-event-header-from-kernel-tree.patch
|
||||
|
||||
# gcc -Werror=aliasing workaround
|
||||
Patch003: 0001-Temporarily-work-around-gcc-aliasing-warning-error.patch
|
||||
|
||||
%if !%{nopatches}
|
||||
|
||||
# Git trees.
|
||||
|
|
@ -1882,6 +1879,10 @@ fi
|
|||
#
|
||||
#
|
||||
%changelog
|
||||
* Tue Apr 03 2018 Justin M. Forbes <jforbes@fedoraproject.org> - 4.17.0-0.rc0.git1.1
|
||||
- Linux v4.16-2520-g642e7fd23353
|
||||
- Reenable debugging options.
|
||||
|
||||
* Mon Apr 2 2018 Peter Robinson <pbrobinson@fedoraproject.org> 4.16.0-2
|
||||
- Improvements for the Raspberry Pi 3+
|
||||
- Fixes and minor improvements to Raspberry Pi 2/3
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue