summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLaura Abbott <labbott@fedoraproject.org>2017-04-25 07:17:28 -0700
committerLaura Abbott <labbott@fedoraproject.org>2017-04-25 07:17:28 -0700
commit308a1242310a1551efcfe0218b6155b845688d7a (patch)
tree29fa1c89f3d7fbc162f358563022765e34f14163
parentd5b7da2f272d5929b9f24b78ce5c6056a431d031 (diff)
downloadkernel-308a1242310a1551efcfe0218b6155b845688d7a.tar.gz
kernel-308a1242310a1551efcfe0218b6155b845688d7a.tar.xz
kernel-308a1242310a1551efcfe0218b6155b845688d7a.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 48004edaf..1d184be21 100644
--- a/kernel.spec
+++ b/kernel.spec
@@ -125,7 +125,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
# Want to build a vanilla kernel build without any non-upstream patches?
%define with_vanilla %{?_with_vanilla: 1} %{?!_with_vanilla: 0}
@@ -2181,6 +2181,9 @@ fi
#
#
%changelog
+* Tue Apr 25 2017 Laura Abbott <labbott@fedoraproject.org>
+- Reenable debugging options.
+
* Tue Apr 25 2017 Justin M. Forbes <jforbes@fedoraproject.org>
- Fix CVE-2017-7477 (rhbz 1445207 1445208)