summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLaura Abbott <labbott@redhat.com>2019-02-26 08:57:36 -0800
committerLaura Abbott <labbott@redhat.com>2019-02-26 08:57:36 -0800
commit6d26752622c7540d12d28f69fe6b1b40f6351cba (patch)
tree0983ea434b445bc89436af0858c9959553bb7715
parent1249e571364e5dcf60b4e86dc3491b0f1c1dc858 (diff)
downloadkernel-6d26752622c7540d12d28f69fe6b1b40f6351cba.tar.gz
kernel-6d26752622c7540d12d28f69fe6b1b40f6351cba.tar.xz
kernel-6d26752622c7540d12d28f69fe6b1b40f6351cba.zip
Reenable debugging options.
-rw-r--r--kernel.spec5
1 files changed, 4 insertions, 1 deletions
diff --git a/kernel.spec b/kernel.spec
index 38f7748e8..d3ef71939 100644
--- a/kernel.spec
+++ b/kernel.spec
@@ -124,7 +124,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
%if 0%{?fedora}
@@ -1890,6 +1890,9 @@ fi
#
#
%changelog
+* Tue Feb 26 2019 Laura Abbott <labbott@redhat.com>
+- Reenable debugging options.
+
* Mon Feb 25 2019 Laura Abbott <labbott@redhat.com> - 5.0.0-0.rc8.git0.1
- Linux v5.0-rc8
- Disable debugging options.