summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLaura Abbott <labbott@redhat.com>2018-01-04 08:28:38 -0800
committerLaura Abbott <labbott@redhat.com>2018-01-04 08:28:38 -0800
commit30a7a0723f2a9986abbbe1f5ca426139c6b6144d (patch)
tree3f3a15498b3808b894bf0f99186f4a2774605c36
parentb5cf2a10ddc784456e8600fd8a5be116ff542c1d (diff)
downloadkernel-30a7a0723f2a9986abbbe1f5ca426139c6b6144d.tar.gz
kernel-30a7a0723f2a9986abbbe1f5ca426139c6b6144d.tar.xz
kernel-30a7a0723f2a9986abbbe1f5ca426139c6b6144d.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 32c53fed7..6538a9c74 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}
@@ -2207,6 +2207,9 @@ fi
#
#
%changelog
+* Thu Jan 04 2018 Laura Abbott <labbott@redhat.com>
+- Reenable debugging options.
+
* Thu Jan 04 2018 Hans de Goede <hdegoede@redhat.com>
- Add a patch to filter false positive kbd backlight change events (#1514969)
- Add a patch to disable runtime-pm for QCA bluetooth devices (#1514836)