Disable debugging options.

This commit is contained in:
Jeremy Cline 2018-11-19 11:07:20 -05:00
parent a4764614a7
commit c3c75f6fde
No known key found for this signature in database
GPG Key ID: 9223308FA9B246DB

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 0 %define debugbuildsenabled 1
# 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}
@ -1878,6 +1878,9 @@ fi
# #
# #
%changelog %changelog
* Mon Nov 19 2018 Jeremy Cline <jcline@redhat.com>
- Disable debugging options.
* Sat Nov 17 2018 Peter Robinson <pbrobinson@fedoraproject.org> * Sat Nov 17 2018 Peter Robinson <pbrobinson@fedoraproject.org>
- Fix WiFi on Raspberry Pi 3 on aarch64 (rhbz 1649344) - Fix WiFi on Raspberry Pi 3 on aarch64 (rhbz 1649344)
- Fixes for Raspberry Pi hwmon driver and firmware interface - Fixes for Raspberry Pi hwmon driver and firmware interface