Linux 2.6.36-rc8

This commit is contained in:
Kyle McMartin 2010-10-15 00:18:01 -04:00
parent ae123abbe6
commit 42dee18802
3 changed files with 8 additions and 7 deletions

3
.gitignore vendored
View File

@ -3,5 +3,4 @@ patch-*.bz2
clog
*.rpm
kernel-2.6.*/
/patch-2.6.36-rc7.bz2
/patch-2.6.36-rc7-git5.bz2
/patch-2.6.36-rc8.bz2

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 38
%global baserelease 39
%global fedora_build %{baserelease}
# base_sublevel is the kernel version we're starting with and patching
@ -82,9 +82,9 @@ 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 7
%define rcrev 8
# The git snapshot level
%define gitrev 5
%define gitrev 0
# Set rpm version accordingly
%define rpmversion 2.6.%{upstream_sublevel}
%endif
@ -1940,6 +1940,9 @@ fi
# || ||
%changelog
* Fri Oct 15 2010 Kyle McMartin <kyle@redhat.com> 2.6.36-0.39.rc8.git0
- Linux 2.6.36-rc8.
* Thu Oct 14 2010 Kyle McMartin <kyle@redhat.com> 2.6.36-0.38.rc7.git5
- Linux 2.6.36-rc7-git5
- Disable runtime PM until it can be poked at.

View File

@ -1,3 +1,2 @@
091abeb4684ce03d1d936851618687b6 linux-2.6.35.tar.bz2
d8e63ac9d7e25fb71a04ded58240ac96 patch-2.6.36-rc7.bz2
45e2d044ad81710b49d7a8c5583fd033 patch-2.6.36-rc7-git5.bz2
ef41e5399666306bb8b0f48cb4ec936f patch-2.6.36-rc8.bz2