Linux 3.1-rc10

This commit is contained in:
Chuck Ebbert 2011-10-18 20:03:13 -04:00
parent f73c1196be
commit 4933c2453d
2 changed files with 4 additions and 3 deletions

View File

@ -51,7 +51,7 @@ Summary: The Linux kernel
# For non-released -rc kernels, this will be prepended with "0.", so
# for example a 3 here will become 0.3
#
%global baserelease 3
%global baserelease 1
%global fedora_build %{baserelease}
# 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)
%define upstream_sublevel %(echo $((%{base_sublevel} + 1)))
# The rc snapshot level
%define rcrev 9
%define rcrev 10
# The git snapshot level
%define gitrev 0
# Set rpm version accordingly
@ -2086,6 +2086,7 @@ fi
%changelog
* Tue Oct 18 2011 Chuck Ebbert <cebbert@redhat.com>
- Fix lock inversion causing hangs in 3.1-rc9 (rhbz #746485)
- Linux 3.1-rc10
* Tue Oct 18 2011 Josh Boyer <jwboyer@redhat.com>
- Add patch to fix invalid EFI remap calls from Matt Fleming

View File

@ -1,2 +1,2 @@
398e95866794def22b12dfbc15ce89c0 linux-3.0.tar.bz2
85fd0d4c9701392b6eb9293035726a02 patch-3.1-rc9.bz2
6a91efe6505579a181c5f5e1a68f6c3a patch-3.1-rc10.bz2