summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLaura Abbott <labbott@redhat.com>2019-01-15 08:43:22 -0800
committerLaura Abbott <labbott@redhat.com>2019-01-15 08:43:22 -0800
commit1080cb00f35e2769c9ce6733e893e034acf2a123 (patch)
treeee46ba52951bbe1fc32de3f93576e16231fb683f
parente9497551251080171ef91db74e945a03135c6112 (diff)
downloadkernel-1080cb00f35e2769c9ce6733e893e034acf2a123.tar.gz
kernel-1080cb00f35e2769c9ce6733e893e034acf2a123.tar.xz
kernel-1080cb00f35e2769c9ce6733e893e034acf2a123.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 da9d313ad..57ebbc11f 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}
@@ -1873,6 +1873,9 @@ fi
#
#
%changelog
+* Tue Jan 15 2019 Laura Abbott <labbott@redhat.com>
+- Reenable debugging options.
+
* Mon Jan 14 2019 Laura Abbott <labbott@redhat.com>
- Enable CONFIG_GPIO_LEDS and CONFIG_GPIO_PCA953X (rhbz 1601623)