summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJustin M. Forbes <jforbes@redhat.com>2017-01-16 08:58:49 -0600
committerJustin M. Forbes <jforbes@redhat.com>2017-01-16 08:58:49 -0600
commitcf4759fc3fbe7f7009161bcd1806e7eb04dfbd1b (patch)
tree12a94837f788afeead6ea9434f5a53bfdee23380
parenta99c794e82db44a33e76cd73b1856b3f1a17e426 (diff)
downloadkernel-cf4759fc3fbe7f7009161bcd1806e7eb04dfbd1b.tar.gz
kernel-cf4759fc3fbe7f7009161bcd1806e7eb04dfbd1b.tar.xz
kernel-cf4759fc3fbe7f7009161bcd1806e7eb04dfbd1b.zip
Disable debugging options
-rw-r--r--kernel.spec7
1 files changed, 5 insertions, 2 deletions
diff --git a/kernel.spec b/kernel.spec
index 119c72378..81d0dc2c7 100644
--- a/kernel.spec
+++ b/kernel.spec
@@ -42,7 +42,7 @@ Summary: The Linux kernel
# For non-released -rc kernels, this will be appended after the rcX and
# gitX tags, so a 3 here would become part of release "0.rcX.gitX.3"
#
-%global baserelease 1
+%global baserelease 2
%global fedora_build %{baserelease}
# base_sublevel is the kernel version we're starting with and patching
@@ -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 0
+%define debugbuildsenabled 1
# Want to build a vanilla kernel build without any non-upstream patches?
%define with_vanilla %{?_with_vanilla: 1} %{?!_with_vanilla: 0}
@@ -2155,6 +2155,9 @@ fi
#
#
%changelog
+* Mon Jan 16 2017 Justin M. Forbes <jforbes@fedoraproject.org> - 4.10.0-0.rc3.git4.2
+- Disable debugging options.
+
* Mon Jan 16 2017 Peter Robinson <pbrobinson@fedoraproject.org>
- Minor ARM updates