[kernel] Linux 3.2-rc3. Gobble.

Josh Boyer jwboyer at fedoraproject.org
Thu Nov 24 13:47:56 UTC 2011


commit 471066eceb9d6bf8d0bfdcc9a83d47045eea6f0c
Author: Josh Boyer <jwboyer at redhat.com>
Date:   Thu Nov 24 08:44:18 2011 -0500

    Linux 3.2-rc3.  Gobble.
    
    Try switching to using xz patches for rc and gitrev.

 kernel.spec |   15 +++++++++------
 sources     |    3 +--
 2 files changed, 10 insertions(+), 8 deletions(-)
---
diff --git a/kernel.spec b/kernel.spec
index d5fc50b..18ade1d 100644
--- a/kernel.spec
+++ b/kernel.spec
@@ -85,9 +85,9 @@ Summary: The Linux kernel
 # The next upstream release sublevel (base_sublevel+1)
 %define upstream_sublevel %(echo $((%{base_sublevel} + 1)))
 # The rc snapshot level
-%define rcrev 2
+%define rcrev 3
 # The git snapshot level
-%define gitrev 8
+%define gitrev 0
 # Set rpm version accordingly
 %define rpmversion 3.%{upstream_sublevel}.0
 %endif
@@ -600,9 +600,9 @@ Patch01: %{stable_patch_01}
 # near the top of this spec file.
 %else
 %if 0%{?rcrev}
-Patch00: patch-3.%{upstream_sublevel}-rc%{rcrev}.bz2
+Patch00: patch-3.%{upstream_sublevel}-rc%{rcrev}.xz
 %if 0%{?gitrev}
-Patch01: patch-3.%{upstream_sublevel}-rc%{rcrev}-git%{gitrev}.bz2
+Patch01: patch-3.%{upstream_sublevel}-rc%{rcrev}-git%{gitrev}.xz
 %endif
 %else
 # pre-{base_sublevel+1}-rc1 case
@@ -1133,9 +1133,9 @@ if [ ! -d kernel-%{kversion}%{?dist}/vanilla-%{vanillaversion} ]; then
 # Update vanilla to the latest upstream.
 # (non-released_kernel case only)
 %if 0%{?rcrev}
-    ApplyPatch patch-3.%{upstream_sublevel}-rc%{rcrev}.bz2
+    ApplyPatch patch-3.%{upstream_sublevel}-rc%{rcrev}.xz
 %if 0%{?gitrev}
-    ApplyPatch patch-3.%{upstream_sublevel}-rc%{rcrev}-git%{gitrev}.bz2
+    ApplyPatch patch-3.%{upstream_sublevel}-rc%{rcrev}-git%{gitrev}.xz
 %endif
 %else
 # pre-{base_sublevel+1}-rc1 case
@@ -2098,6 +2098,9 @@ fi
 #                 ||----w |
 #                 ||     ||
 %changelog
+* Thu Nov 24 2011 Josh Boyer <jwboyer at redhat.com> 3.2.0-0.rc3.git0.1
+- Linux 3.2-rc3.  Gobble.
+
 * Wed Nov 23 2011 Josh Boyer <jwboyer at redhat.com> 3.2.0-0.rc2.git8.1
 - Linux 3.2-rc2-git8
 
diff --git a/sources b/sources
index 68a362c..dcc9e91 100644
--- a/sources
+++ b/sources
@@ -1,4 +1,3 @@
 8d43453f8159b2332ad410b19d86a931  linux-3.1.tar.bz2
-210b6056f364be58cb95e11a529e158d  patch-3.2-rc2.bz2
-29a48112281adb4f2aec460604818711  patch-3.2-rc2-git8.bz2
+11f19e852610d574d79c295d2c452fd5  patch-3.2-rc3.xz
 77da243ea639c14679d67788b2b72f41  compat-wireless-2011-11-15.tar.bz2


More information about the scm-commits mailing list