From b92ba30bb82e4531474f38dbd58f6b7fa6565b53 Mon Sep 17 00:00:00 2001 From: Laura Abbott Date: Tue, 4 Oct 2016 09:00:00 -0700 Subject: Linux v4.8-1558-g21f54dd --- kernel.spec | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) (limited to 'kernel.spec') diff --git a/kernel.spec b/kernel.spec index b1b42cc03..fa60f66b3 100644 --- a/kernel.spec +++ b/kernel.spec @@ -6,7 +6,7 @@ Summary: The Linux kernel # For a stable, released kernel, released_kernel should be 1. For rawhide # and/or a kernel built from an rc or git snapshot, released_kernel should # be 0. -%global released_kernel 1 +%global released_kernel 0 # Sign modules on x86. Make sure the config files match this setting if more # architectures are added. @@ -69,7 +69,7 @@ Summary: The Linux kernel # The rc snapshot level %define rcrev 0 # The git snapshot level -%define gitrev 0 +%define gitrev 1 # Set rpm version accordingly %define rpmversion 4.%{upstream_sublevel}.0 %endif @@ -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} @@ -497,9 +497,6 @@ Source5005: kbuild-AFTER_LINK.patch # Standalone patches -# http://www.spinics.net/lists/arm-kernel/msg523359.html -Patch420: arm64-ACPI-parse-SPCR-table.patch - # a tempory patch for QCOM hardware enablement. Will be gone by end of 2016/F-26 GA Patch421: qcom-QDF2432-tmp-errata.patch @@ -2160,6 +2157,10 @@ fi # # %changelog +* Tue Oct 04 2016 Laura Abbott - 4.9.0-0.rc0.git1.1 +- Linux v4.8-1558-g21f54dd +- Reenable debugging options. + * Mon Oct 03 2016 Justin M. Forbes - 4.8.0-1 - Disable debugging options. - Linux v4.8 -- cgit