Linux v4.3-rc3-40-g097f70b
- Disable debugging options.
This commit is contained in:
parent
ffe6c8179f
commit
c8dc6762e9
5 changed files with 67 additions and 62 deletions
|
|
@ -67,7 +67,7 @@ Summary: The Linux kernel
|
|||
# The rc snapshot level
|
||||
%define rcrev 3
|
||||
# The git snapshot level
|
||||
%define gitrev 0
|
||||
%define gitrev 1
|
||||
# Set rpm version accordingly
|
||||
%define rpmversion 4.%{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}
|
||||
|
|
@ -2032,6 +2032,10 @@ fi
|
|||
#
|
||||
#
|
||||
%changelog
|
||||
* Mon Sep 28 2015 Laura Abbott <labbott@redhat.com> - 4.3.0-0.rc3.git1.1
|
||||
- Linux v4.3-rc3-40-g097f70b
|
||||
- Disable debugging options.
|
||||
|
||||
* Mon Sep 28 2015 Laura Abbott <labbott@redhat.com> - 4.3.0-0.rc3.git0.1
|
||||
- Linux v4.3-rc3
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue