Reenable debugging options.

This commit is contained in:
Laura Abbott 2019-07-09 08:32:37 -04:00
parent 52decab756
commit f4ea651be7
1 changed files with 5 additions and 2 deletions

View File

@ -6,7 +6,7 @@ Summary: The Linux kernel
# For a stable, released kernel, released_kernel should be 1. For rawhide # For a stable, released kernel, released_kernel should be 1. For rawhide
# and/or a kernel built from an rc or git snapshot, released_kernel should # and/or a kernel built from an rc or git snapshot, released_kernel should
# be 0. # be 0.
%global released_kernel 1 %global released_kernel 0
# Sign modules on x86. Make sure the config files match this setting if more # Sign modules on x86. Make sure the config files match this setting if more
# architectures are added. # architectures are added.
@ -124,7 +124,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
%if 0%{?fedora} %if 0%{?fedora}
@ -1830,6 +1830,9 @@ fi
# #
# #
%changelog %changelog
* Tue Jul 09 2019 Laura Abbott <labbott@redhat.com>
- Reenable debugging options.
* Mon Jul 08 2019 Justin M. Forbes <jforbes@fedoraproject.org> - 5.2.0-1 * Mon Jul 08 2019 Justin M. Forbes <jforbes@fedoraproject.org> - 5.2.0-1
- Linux v5.2.0 - Linux v5.2.0
- Disable debugging options. - Disable debugging options.