From b9644da132cfd35f8b1f99cfaa2d3bf6bdc8b189 Mon Sep 17 00:00:00 2001 From: "Justin M. Forbes" Date: Tue, 2 Apr 2013 12:25:35 -0500 Subject: [PATCH] Linux v3.9-rc5-108-g118c9a4 --- kernel.spec | 18 ++++++++---------- 1 file changed, 8 insertions(+), 10 deletions(-) diff --git a/kernel.spec b/kernel.spec index 4f969418b..a18831d2e 100644 --- a/kernel.spec +++ b/kernel.spec @@ -62,7 +62,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 1 %global fedora_build %{baserelease} # base_sublevel is the kernel version we're starting with and patching @@ -95,7 +95,7 @@ Summary: The Linux kernel # The rc snapshot level %define rcrev 5 # The git snapshot level -%define gitrev 0 +%define gitrev 1 # Set rpm version accordingly %define rpmversion 3.%{upstream_sublevel}.0 %endif @@ -157,7 +157,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} @@ -170,7 +170,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 @@ -731,9 +731,6 @@ Patch21262: x86-mm-Fix-vmalloc_fault-oops-during-lazy-MMU-updates.patch Patch21273: cfg80211-mac80211-disconnect-on-suspend.patch Patch21274: mac80211_fixes_for_ieee80211_do_stop_while_suspend_v3.9.patch -#rhbz 920218 -Patch21276: mac80211-Dont-restart-sta-timer-if-not-running.patch - #rhbz 859282 Patch21275: VMX-x86-handle-host-TSC-calibration-failure.patch @@ -1436,9 +1433,6 @@ ApplyPatch mac80211_fixes_for_ieee80211_do_stop_while_suspend_v3.9.patch #rhbz 859282 ApplyPatch VMX-x86-handle-host-TSC-calibration-failure.patch -#rhbz 920218 -ApplyPatch mac80211-Dont-restart-sta-timer-if-not-running.patch - #rhbz 927469 ApplyPatch fix-child-thread-introspection.patch @@ -2277,6 +2271,10 @@ fi # ||----w | # || || %changelog +* Tue Apr 02 2013 Justin M. Forbes - 3.9.0-0.rc5.git1.1 +- Linux v3.9-rc5-108-g118c9a4 +- Reenable debugging options. + * Tue Apr 02 2013 Josh Boyer - Enable CONFIG_SCSI_DMX3191D (rhbz 919874)