Linux v3.14-rc7-26-g4907cdc
- Reenable debugging options.
This commit is contained in:
parent
2e6773e1fa
commit
a86a8d4495
5 changed files with 68 additions and 63 deletions
|
|
@ -61,7 +61,7 @@ Summary: The Linux kernel
|
|||
# The rc snapshot level
|
||||
%define rcrev 7
|
||||
# The git snapshot level
|
||||
%define gitrev 0
|
||||
%define gitrev 1
|
||||
# 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 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}
|
||||
|
|
@ -2068,6 +2068,10 @@ fi
|
|||
# ||----w |
|
||||
# || ||
|
||||
%changelog
|
||||
* Wed Mar 19 2014 Josh Boyer <jwboyer@fedoraproject.org> - 3.14.0-0.rc7.git1.1
|
||||
- Linux v3.14-rc7-26-g4907cdc
|
||||
- Reenable debugging options.
|
||||
|
||||
* Tue Mar 18 2014 Josh Boyer <jwboyer@fedoraproject.org>
|
||||
- Enable TEGRA_FBDEV (rhbz 1073960)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue