Linux 3.2-rc3. Gobble.
Try switching to using xz patches for rc and gitrev.
This commit is contained in:
parent
f839e398ef
commit
471066eceb
15
kernel.spec
15
kernel.spec
@ -85,9 +85,9 @@ Summary: The Linux kernel
|
|||||||
# The next upstream release sublevel (base_sublevel+1)
|
# The next upstream release sublevel (base_sublevel+1)
|
||||||
%define upstream_sublevel %(echo $((%{base_sublevel} + 1)))
|
%define upstream_sublevel %(echo $((%{base_sublevel} + 1)))
|
||||||
# The rc snapshot level
|
# The rc snapshot level
|
||||||
%define rcrev 2
|
%define rcrev 3
|
||||||
# The git snapshot level
|
# The git snapshot level
|
||||||
%define gitrev 8
|
%define gitrev 0
|
||||||
# Set rpm version accordingly
|
# Set rpm version accordingly
|
||||||
%define rpmversion 3.%{upstream_sublevel}.0
|
%define rpmversion 3.%{upstream_sublevel}.0
|
||||||
%endif
|
%endif
|
||||||
@ -600,9 +600,9 @@ Patch01: %{stable_patch_01}
|
|||||||
# near the top of this spec file.
|
# near the top of this spec file.
|
||||||
%else
|
%else
|
||||||
%if 0%{?rcrev}
|
%if 0%{?rcrev}
|
||||||
Patch00: patch-3.%{upstream_sublevel}-rc%{rcrev}.bz2
|
Patch00: patch-3.%{upstream_sublevel}-rc%{rcrev}.xz
|
||||||
%if 0%{?gitrev}
|
%if 0%{?gitrev}
|
||||||
Patch01: patch-3.%{upstream_sublevel}-rc%{rcrev}-git%{gitrev}.bz2
|
Patch01: patch-3.%{upstream_sublevel}-rc%{rcrev}-git%{gitrev}.xz
|
||||||
%endif
|
%endif
|
||||||
%else
|
%else
|
||||||
# pre-{base_sublevel+1}-rc1 case
|
# pre-{base_sublevel+1}-rc1 case
|
||||||
@ -1133,9 +1133,9 @@ if [ ! -d kernel-%{kversion}%{?dist}/vanilla-%{vanillaversion} ]; then
|
|||||||
# Update vanilla to the latest upstream.
|
# Update vanilla to the latest upstream.
|
||||||
# (non-released_kernel case only)
|
# (non-released_kernel case only)
|
||||||
%if 0%{?rcrev}
|
%if 0%{?rcrev}
|
||||||
ApplyPatch patch-3.%{upstream_sublevel}-rc%{rcrev}.bz2
|
ApplyPatch patch-3.%{upstream_sublevel}-rc%{rcrev}.xz
|
||||||
%if 0%{?gitrev}
|
%if 0%{?gitrev}
|
||||||
ApplyPatch patch-3.%{upstream_sublevel}-rc%{rcrev}-git%{gitrev}.bz2
|
ApplyPatch patch-3.%{upstream_sublevel}-rc%{rcrev}-git%{gitrev}.xz
|
||||||
%endif
|
%endif
|
||||||
%else
|
%else
|
||||||
# pre-{base_sublevel+1}-rc1 case
|
# pre-{base_sublevel+1}-rc1 case
|
||||||
@ -2098,6 +2098,9 @@ fi
|
|||||||
# ||----w |
|
# ||----w |
|
||||||
# || ||
|
# || ||
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Nov 24 2011 Josh Boyer <jwboyer@redhat.com> 3.2.0-0.rc3.git0.1
|
||||||
|
- Linux 3.2-rc3. Gobble.
|
||||||
|
|
||||||
* Wed Nov 23 2011 Josh Boyer <jwboyer@redhat.com> 3.2.0-0.rc2.git8.1
|
* Wed Nov 23 2011 Josh Boyer <jwboyer@redhat.com> 3.2.0-0.rc2.git8.1
|
||||||
- Linux 3.2-rc2-git8
|
- Linux 3.2-rc2-git8
|
||||||
|
|
||||||
|
3
sources
3
sources
@ -1,4 +1,3 @@
|
|||||||
8d43453f8159b2332ad410b19d86a931 linux-3.1.tar.bz2
|
8d43453f8159b2332ad410b19d86a931 linux-3.1.tar.bz2
|
||||||
210b6056f364be58cb95e11a529e158d patch-3.2-rc2.bz2
|
11f19e852610d574d79c295d2c452fd5 patch-3.2-rc3.xz
|
||||||
29a48112281adb4f2aec460604818711 patch-3.2-rc2-git8.bz2
|
|
||||||
77da243ea639c14679d67788b2b72f41 compat-wireless-2011-11-15.tar.bz2
|
77da243ea639c14679d67788b2b72f41 compat-wireless-2011-11-15.tar.bz2
|
||||||
|
Loading…
Reference in New Issue
Block a user