From fdbebc15721ea4f93adb90521a6bc62d02cfcb20 Mon Sep 17 00:00:00 2001 From: "Justin M. Forbes" Date: Wed, 7 Sep 2016 12:48:19 -0500 Subject: Linux v4.8-rc5-62-gd060e0f --- kernel.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'kernel.spec') diff --git a/kernel.spec b/kernel.spec index da74d51ca..f7d034507 100644 --- a/kernel.spec +++ b/kernel.spec @@ -69,7 +69,7 @@ Summary: The Linux kernel # The rc snapshot level %define rcrev 5 # The git snapshot level -%define gitrev 1 +%define gitrev 2 # 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} @@ -970,7 +970,6 @@ input and output, etc. %prep # do a few sanity-checks for --with *only builds -ulimit -a %if %{with_baseonly} %if !%{with_up}%{with_pae} echo "Cannot build --with baseonly, up build is disabled" @@ -2151,6 +2150,10 @@ fi # # %changelog +* Wed Sep 07 2016 Justin M. Forbes - 4.8.0-0.rc5.git2.1 +- Linux v4.8-rc5-62-gd060e0f +- Reenable debugging options. + * Tue Sep 06 2016 Justin M. Forbes - 4.8.0-0.rc5.git1.1 - Linux v4.8-rc5-5-gbc4dee5 - Disable debugging options. -- cgit