From 97366df753bb8eb7c287f277f1876176c824b13e Mon Sep 17 00:00:00 2001 From: Josh Boyer Date: Tue, 17 Dec 2013 15:11:05 -0500 Subject: Linux v3.13-rc4-21-g0eda402 - Reenable debugging options. --- kernel.spec | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) (limited to 'kernel.spec') diff --git a/kernel.spec b/kernel.spec index 5dcd5f07e..0a05fd8e8 100644 --- a/kernel.spec +++ b/kernel.spec @@ -95,7 +95,7 @@ Summary: The Linux kernel # The rc snapshot level %define rcrev 4 # The git snapshot level -%define gitrev 0 +%define gitrev 1 # Set rpm version accordingly %define rpmversion 3.%{upstream_sublevel}.0 %endif @@ -158,7 +158,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} @@ -171,7 +171,7 @@ Summary: The Linux kernel %define doc_build_fail true %endif -%define rawhide_skip_docs 0 +%define rawhide_skip_docs 1 %if 0%{?rawhide_skip_docs} %define with_doc 0 %define doc_build_fail true @@ -703,9 +703,6 @@ Patch25047: drm-radeon-Disable-writeback-by-default-on-ppc.patch #rhbz 993744 Patch25128: dm-cache-policy-mq_fix-large-scale-table-allocation-bug.patch -#rhbz 1000439 -Patch25129: cpupower-Fix-segfault-due-to-incorrect-getopt_long-a.patch - #rhbz 1030802 Patch25171: elantech-Properly-differentiate-between-clickpads-an.patch @@ -1375,9 +1372,6 @@ ApplyPatch drm-radeon-Disable-writeback-by-default-on-ppc.patch #rhbz 993744 ApplyPatch dm-cache-policy-mq_fix-large-scale-table-allocation-bug.patch -#rhbz 1000439 -ApplyPatch cpupower-Fix-segfault-due-to-incorrect-getopt_long-a.patch - #rhbz 1030802 ApplyPatch elantech-Properly-differentiate-between-clickpads-an.patch @@ -2195,6 +2189,10 @@ fi # ||----w | # || || %changelog +* Tue Dec 17 2013 Josh Boyer - 3.13.0-0.rc4.git1.1 +- Linux v3.13-rc4-21-g0eda402 +- Reenable debugging options. + * Mon Dec 16 2013 Josh Boyer - 3.13.0-0.rc4.git0.1 - Linux v3.13-rc4 - Disable debugging options. -- cgit