summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLaura Abbott <labbott@redhat.com>2019-02-19 09:03:46 -0800
committerLaura Abbott <labbott@redhat.com>2019-02-19 09:03:46 -0800
commit0f823b00b3b157009e5b72429a479f1cabc3d619 (patch)
tree782263076e56948a64ae2efaa2a6a2abb5a1c0fc
parent16332ac6b7f9494200f0547f93bc1ea7d9924717 (diff)
downloadkernel-0f823b00b3b157009e5b72429a479f1cabc3d619.tar.gz
kernel-0f823b00b3b157009e5b72429a479f1cabc3d619.tar.xz
kernel-0f823b00b3b157009e5b72429a479f1cabc3d619.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 0af9a9fa8..c5f29dc8b 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}
@@ -1886,6 +1886,9 @@ fi
#
#
%changelog
+* Tue Feb 19 2019 Laura Abbott <labbott@redhat.com>
+- Reenable debugging options.
+
* Mon Feb 18 2019 Laura Abbott <labbott@redhat.com> - 5.0.0-0.rc7.git0.1
- Linux v5.0-rc7
- Disable debugging options.