Reenable debugging options.

This commit is contained in:
Laura Abbott 2016-10-25 09:01:33 -07:00
commit 5ddb8c76cb
4 changed files with 64 additions and 61 deletions

View file

@ -125,7 +125,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}
@ -2147,6 +2147,9 @@ fi
#
#
%changelog
* Tue Oct 25 2016 Laura Abbott <labbott@redhat.com>
- Reenable debugging options.
* Mon Oct 24 2016 Laura Abbott <labbott@redhat.com> - 4.9.0-0.rc2.git0.2
- Rebuild for build problems
- Add fix for rng with VMAP_STACK (rhbz 1383451)