Linux 3.1-rc5
At the moment, kernel.org has been down for several days. Linus pushed his repository to a github repo and did the -rc5 release there. I've generated the patch-3.1-rc5.bz2 from a git tree containing those changes and the -rc5 tag via: git diff v3.0..v3.1-rc5 > patch-3.1-rc5 Hopefully kernel.org will come back before -rc6.
This commit is contained in:
parent
4cf7022846
commit
1bc752781f
@ -51,7 +51,7 @@ Summary: The Linux kernel
|
|||||||
# For non-released -rc kernels, this will be prepended with "0.", so
|
# For non-released -rc kernels, this will be prepended with "0.", so
|
||||||
# for example a 3 here will become 0.3
|
# for example a 3 here will become 0.3
|
||||||
#
|
#
|
||||||
%global baserelease 2
|
%global baserelease 0
|
||||||
%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
|
||||||
@ -82,7 +82,7 @@ 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 4
|
%define rcrev 5
|
||||||
# The git snapshot level
|
# The git snapshot level
|
||||||
%define gitrev 0
|
%define gitrev 0
|
||||||
# Set rpm version accordingly
|
# Set rpm version accordingly
|
||||||
@ -2040,6 +2040,7 @@ fi
|
|||||||
# || ||
|
# || ||
|
||||||
%changelog
|
%changelog
|
||||||
* Wed Sep 07 2011 Josh Boyer <jwboyer@redhat.com>
|
* Wed Sep 07 2011 Josh Boyer <jwboyer@redhat.com>
|
||||||
|
- Linux 3.1-rc5 (locally generated patch from git as kernel.org is down)
|
||||||
- Add patch to fix oops when linking entities in ucvideo (rhbz 735437)
|
- Add patch to fix oops when linking entities in ucvideo (rhbz 735437)
|
||||||
|
|
||||||
* Fri Sep 02 2011 Dave Jones <davej@redhat.com>
|
* Fri Sep 02 2011 Dave Jones <davej@redhat.com>
|
||||||
|
Loading…
Reference in New Issue
Block a user