Linux 2.6.34.3-rc1

This commit is contained in:
Chuck Ebbert 2010-08-07 12:17:02 -04:00
parent f690b02b0d
commit f81c481b2b
2 changed files with 7 additions and 3 deletions

View File

@ -48,7 +48,7 @@ Summary: The Linux kernel
# reset this by hand to 1 (or to 0 and then use rpmdev-bumpspec).
# scripts/rebase.sh should be made to do that for you, actually.
#
%global baserelease 34
%global baserelease 35
%global fedora_build %{baserelease}
# base_sublevel is the kernel version we're starting with and patching
@ -60,9 +60,9 @@ Summary: The Linux kernel
%if 0%{?released_kernel}
# Do we have a -stable update to apply?
%define stable_update 2
%define stable_update 3
# Is it a -stable RC?
%define stable_rc 0
%define stable_rc 1
# Set rpm version accordingly
%if 0%{?stable_update}
%define stablerev .%{stable_update}
@ -2037,6 +2037,9 @@ fi
%changelog
* Sat Aug 07 2010 Chuck Ebbert <cebbert@redhat.com> 2.6.34.3-35.rc1
- Linux 2.6.34.3-rc1
* Fri Aug 06 2010 Ben Skeggs <bskeggs@redhat.com> 2.6.34.2-34
- nouveau: fix inter-engine race when under memory pressure (rhbz#602956)
- Disable CONFIG_MULTICORE_RAID456

View File

@ -1,2 +1,3 @@
10eebcb0178fb4540e2165bfd7efc7ad linux-2.6.34.tar.bz2
6ce06c43ddb9cd557cbbd25d4e0d0033 patch-2.6.34.2.bz2
815612a00a3c58489843de22a69ecb6d patch-2.6.34.3-rc1.bz2