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