diff options
author | Laura Abbott <labbott@fedoraproject.org> | 2016-10-25 09:01:33 -0700 |
---|---|---|
committer | Laura Abbott <labbott@fedoraproject.org> | 2016-10-25 09:01:33 -0700 |
commit | 5ddb8c76cbb5502dcd5e2a1db82c33ae8cf212b2 (patch) | |
tree | 1f5b01f8649c563f3be0c06f8e5a8ed47e435708 /kernel.spec | |
parent | 6f07a39d66a4644bea6961982010e86f9dcfeb98 (diff) | |
download | kernel-5ddb8c76cbb5502dcd5e2a1db82c33ae8cf212b2.tar.gz kernel-5ddb8c76cbb5502dcd5e2a1db82c33ae8cf212b2.tar.xz kernel-5ddb8c76cbb5502dcd5e2a1db82c33ae8cf212b2.zip |
Reenable debugging options.
Diffstat (limited to 'kernel.spec')
-rw-r--r-- | kernel.spec | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/kernel.spec b/kernel.spec index bdd34a331..fc4ead9e9 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} @@ -2147,6 +2147,9 @@ fi # # %changelog +* Tue Oct 25 2016 Laura Abbott <labbott@redhat.com> +- Reenable debugging options. + * Mon Oct 24 2016 Laura Abbott <labbott@redhat.com> - 4.9.0-0.rc2.git0.2 - Rebuild for build problems - Add fix for rng with VMAP_STACK (rhbz 1383451) |