diff options
author | Justin M. Forbes <jforbes@redhat.com> | 2017-01-30 06:58:02 -0600 |
---|---|---|
committer | Justin M. Forbes <jforbes@redhat.com> | 2017-01-30 06:58:02 -0600 |
commit | 420e8b793f394bcba240f29f3e7646a792e4cfe3 (patch) | |
tree | fc08d48451ac3de617c73e6bc71f3717ea4ffffa /kernel.spec | |
parent | fd6460a8d81a3dc5242b43097a3c96db6737ff3b (diff) | |
download | kernel-420e8b793f394bcba240f29f3e7646a792e4cfe3.tar.gz kernel-420e8b793f394bcba240f29f3e7646a792e4cfe3.tar.xz kernel-420e8b793f394bcba240f29f3e7646a792e4cfe3.zip |
Disable debugging options
Diffstat (limited to 'kernel.spec')
-rw-r--r-- | kernel.spec | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/kernel.spec b/kernel.spec index 3e212ce9a..870c473a6 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 2 +%global baserelease 3 %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} @@ -2166,6 +2166,9 @@ fi # # %changelog +* Mon Jan 30 2017 Justin M. Forbes <jforbes@fedoraproject.org> - 4.10.0-0.rc5.git4.3 +- Disable debugging options. + * Sat Jan 28 2017 Laura Abbott <labbott@redhat.com> - 4.10.0-0.rc5.git4.2 - Temporary workaround for gcc7 and arm64 |