Linux v3.18-rc1-68-gc2661b806092
- Make LOG_BUF_SHIFT on arm64 the same as the rest of the arches (rhbz 1123327) - Enable RTC PL031 driver on arm64 (rhbz 1123882) - Reenable debugging options.
This commit is contained in:
parent
5917cde9c1
commit
27d39a95f6
6 changed files with 70 additions and 64 deletions
10
kernel.spec
10
kernel.spec
|
|
@ -69,7 +69,7 @@ Summary: The Linux kernel
|
|||
# The rc snapshot level
|
||||
%define rcrev 1
|
||||
# The git snapshot level
|
||||
%define gitrev 0
|
||||
%define gitrev 1
|
||||
# Set rpm version accordingly
|
||||
%define rpmversion 3.%{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
|
||||
|
||||
# Want to build a vanilla kernel build without any non-upstream patches?
|
||||
%define with_vanilla %{?_with_vanilla: 1} %{?!_with_vanilla: 0}
|
||||
|
|
@ -2208,6 +2208,12 @@ fi
|
|||
# ||----w |
|
||||
# || ||
|
||||
%changelog
|
||||
* Tue Oct 21 2014 Josh Boyer <jwboyer@fedoraproject.org> - 3.18.0-0.rc1.git1.1
|
||||
- Linux v3.18-rc1-68-gc2661b806092
|
||||
- Make LOG_BUF_SHIFT on arm64 the same as the rest of the arches (rhbz 1123327)
|
||||
- Enable RTC PL031 driver on arm64 (rhbz 1123882)
|
||||
- Reenable debugging options.
|
||||
|
||||
* Mon Oct 20 2014 Josh Boyer <jwboyer@fedoraproject.org> - 3.18.0-0.rc1.git0.1
|
||||
- Linux v3.18-rc1
|
||||
- Disable debugging options.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue