Disable debugging options.
This commit is contained in:
parent
c80c8a3afd
commit
8d1139bb92
@ -187,7 +187,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
|
||||||
|
|
||||||
%if 0%{?fedora}
|
%if 0%{?fedora}
|
||||||
# Kernel headers are being split out into a separate package
|
# Kernel headers are being split out into a separate package
|
||||||
@ -2413,6 +2413,9 @@ fi
|
|||||||
#
|
#
|
||||||
#
|
#
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Nov 11 2019 Jeremy Cline <jcline@redhat.com>
|
||||||
|
- Disable debugging options.
|
||||||
|
|
||||||
* Fri Nov 08 2019 Jeremy Cline <jcline@redhat.com> - 5.4.0-0.rc6.git3.1
|
* Fri Nov 08 2019 Jeremy Cline <jcline@redhat.com> - 5.4.0-0.rc6.git3.1
|
||||||
- Linux v5.4-rc6-29-g847120f859cc
|
- Linux v5.4-rc6-29-g847120f859cc
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user