Linux v4.5-rc7
This commit is contained in:
parent
6c5f57724d
commit
fdf0c70f78
6 changed files with 69 additions and 66 deletions
10
kernel.spec
10
kernel.spec
|
|
@ -65,9 +65,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 6
|
||||
%define rcrev 7
|
||||
# The git snapshot level
|
||||
%define gitrev 3
|
||||
%define gitrev 0
|
||||
# Set rpm version accordingly
|
||||
%define rpmversion 4.%{upstream_sublevel}.0
|
||||
%endif
|
||||
|
|
@ -123,7 +123,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}
|
||||
|
|
@ -2138,6 +2138,10 @@ fi
|
|||
#
|
||||
#
|
||||
%changelog
|
||||
* Mon Mar 07 2016 Justin M. Forbes <jforbes@fedoraproject.org> - 4.5.0-0.rc7.git0.1
|
||||
- Disable debugging options.
|
||||
- Linux v4.5-rc7
|
||||
|
||||
* Sat Mar 5 2016 Peter Robinson <pbrobinson@fedoraproject.org>
|
||||
- Updates and new SoCs for aarch64 and ARMv7
|
||||
- Add aarch64 support for PINE64 and Geekbox devices
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue