Reenable debugging options.

This commit is contained in:
Laura Abbott 2018-08-01 16:12:02 +01:00
parent a1853172d8
commit af23fa04ba

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
%define with_headers 0
@ -1904,6 +1904,9 @@ fi
#
#
%changelog
* Wed Aug 01 2018 Laura Abbott <labbott@redhat.com>
- Reenable debugging options.
* Wed Aug 01 2018 Jeremy Cline <jeremy@jcline.org>
- Enable AEGIS and MORUS ciphers (rhbz 1610180)