Linux v3.14-rc8
- Disable debugging options.
This commit is contained in:
parent
34889e88ec
commit
5b9ddb97b7
5 changed files with 69 additions and 66 deletions
10
kernel.spec
10
kernel.spec
|
|
@ -59,9 +59,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 7
|
||||
%define rcrev 8
|
||||
# The git snapshot level
|
||||
%define gitrev 2
|
||||
%define gitrev 0
|
||||
# Set rpm version accordingly
|
||||
%define rpmversion 3.%{upstream_sublevel}.0
|
||||
%endif
|
||||
|
|
@ -122,7 +122,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}
|
||||
|
|
@ -2068,6 +2068,10 @@ fi
|
|||
# ||----w |
|
||||
# || ||
|
||||
%changelog
|
||||
* Tue Mar 25 2014 Josh Boyer <jwboyer@fedoraproject.org> - 3.14.0-0.rc8.git0.1
|
||||
- Linux v3.14-rc8
|
||||
- Disable debugging options.
|
||||
|
||||
* Mon Mar 24 2014 Peter Robinson <pbrobinson@fedoraproject.org>
|
||||
- Update some generic ARM config options
|
||||
- Build in TPS65217 for ARM non lpae kernels (fixes BBW booting)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue