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) # Set debugbuildsenabled to 1 for production (build separate debug kernels)
# and 0 for rawhide (all kernels are debug kernels). # and 0 for rawhide (all kernels are debug kernels).
# See also 'make debug' and 'make release'. # See also 'make debug' and 'make release'.
%define debugbuildsenabled 1 %define debugbuildsenabled 0
# Kernel headers are being split out into a separate package # Kernel headers are being split out into a separate package
%define with_headers 0 %define with_headers 0
@ -1904,6 +1904,9 @@ fi
# #
# #
%changelog %changelog
* Wed Aug 01 2018 Laura Abbott <labbott@redhat.com>
- Reenable debugging options.
* Wed Aug 01 2018 Jeremy Cline <jeremy@jcline.org> * Wed Aug 01 2018 Jeremy Cline <jeremy@jcline.org>
- Enable AEGIS and MORUS ciphers (rhbz 1610180) - Enable AEGIS and MORUS ciphers (rhbz 1610180)