Linux 3.1.2
Change stable patch compression format to xz
This commit is contained in:
parent
34e654d965
commit
fdb68da43b
2 changed files with 8 additions and 3 deletions
10
kernel.spec
10
kernel.spec
|
|
@ -54,7 +54,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 4
|
||||
%global baserelease 1
|
||||
%global fedora_build %{baserelease}
|
||||
|
||||
# base_sublevel is the kernel version we're starting with and patching
|
||||
|
|
@ -66,7 +66,7 @@ Summary: The Linux kernel
|
|||
%if 0%{?released_kernel}
|
||||
|
||||
# Do we have a -stable update to apply?
|
||||
%define stable_update 0
|
||||
%define stable_update 1
|
||||
# Is it a -stable RC?
|
||||
%define stable_rc 0
|
||||
# Set rpm version accordingly
|
||||
|
|
@ -615,7 +615,7 @@ Source2001: cpupower.config
|
|||
# For a stable release kernel
|
||||
%if 0%{?stable_update}
|
||||
%if 0%{?stable_base}
|
||||
%define stable_patch_00 patch-3.%{base_sublevel}.%{stable_base}.bz2
|
||||
%define stable_patch_00 patch-3.%{base_sublevel}.%{stable_base}.xz
|
||||
Patch00: %{stable_patch_00}
|
||||
%endif
|
||||
%if 0%{?stable_rc}
|
||||
|
|
@ -2301,6 +2301,10 @@ fi
|
|||
# ||----w |
|
||||
# || ||
|
||||
%changelog
|
||||
* Fri Jan 13 2012 Josh Boyer <jwboyer@redhat.com> 3.2.1-1
|
||||
- Linux 3.1.2
|
||||
- Change stable patch compression format to xz
|
||||
|
||||
* Wed Jan 11 2012 Josh Boyer <jwboyer@redhat.com>
|
||||
- Patch from Stanislaw Gruszka to fix NULL ptr deref in mac80211 (rhbz 769766)
|
||||
|
||||
|
|
|
|||
1
sources
1
sources
|
|
@ -1,2 +1,3 @@
|
|||
364066fa18767ec0ae5f4e4abcf9dc51 linux-3.2.tar.xz
|
||||
2fed18362598429cc0669c01123290ff compat-wireless-2012-01-09.tar.bz2
|
||||
62ac6ac9b870162f693ecf5e8606423a patch-3.2.1.xz
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue