Reenable debugging options.

This commit is contained in:
Jeremy Cline 2019-04-23 14:30:39 +00:00
parent 3313b2c332
commit 647a44eba1
1 changed files with 4 additions and 1 deletions

View File

@ -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
# Kernel headers are being split out into a separate package
%if 0%{?fedora}
@ -1860,6 +1860,9 @@ fi
#
#
%changelog
* Tue Apr 23 2019 Jeremy Cline <jcline@redhat.com>
- Reenable debugging options.
* Tue Apr 23 2019 Jeremy Cline <jcline@redhat.com>
- Allow modules signed by keys in the platform keyring (rbhz 1701096)