summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLaura Abbott <labbott@redhat.com>2019-01-23 00:21:59 -0800
committerLaura Abbott <labbott@redhat.com>2019-01-23 00:21:59 -0800
commitdebd37a8d3e31b5826570e5ae94c59fb2fd4aa09 (patch)
treecfa2add944071566f00c59cb89b9d142f30c41f0
parentd3e446dd5a4beb6a7bd3e68624352590b2f46ca3 (diff)
downloadkernel-debd37a8d3e31b5826570e5ae94c59fb2fd4aa09.tar.gz
kernel-debd37a8d3e31b5826570e5ae94c59fb2fd4aa09.tar.xz
kernel-debd37a8d3e31b5826570e5ae94c59fb2fd4aa09.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 406157ee7..818bf4a63 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}
@@ -1874,6 +1874,9 @@ fi
#
#
%changelog
+* Wed Jan 23 2019 Laura Abbott <labbott@redhat.com>
+- Reenable debugging options.
+
* Mon Jan 21 2019 Laura Abbott <labbott@redhat.com> - 5.0.0-0.rc3.git0.1
- Linux v5.0-rc3
- Disable debugging options.