Linux 2.6.36-rc8-git5

This commit is contained in:
Chuck Ebbert 2010-10-19 23:09:54 -04:00
parent 9ecbc015d1
commit 1470c7dce4
3 changed files with 6 additions and 3 deletions

1
.gitignore vendored
View File

@ -3,4 +3,3 @@ patch-*.bz2
clog clog
*.rpm *.rpm
kernel-2.6.*/ kernel-2.6.*/
/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 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 40 %global baserelease 41
%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
@ -84,7 +84,7 @@ Summary: The Linux kernel
# The rc snapshot level # The rc snapshot level
%define rcrev 8 %define rcrev 8
# The git snapshot level # The git snapshot level
%define gitrev 0 %define gitrev 5
# Set rpm version accordingly # Set rpm version accordingly
%define rpmversion 2.6.%{upstream_sublevel} %define rpmversion 2.6.%{upstream_sublevel}
%endif %endif
@ -1958,6 +1958,9 @@ fi
# || || # || ||
%changelog %changelog
* Tue Oct 19 2010 Chuck Ebbert <cebbert@redhat.com> 2.6.36-0.41.rc8.git5
- Linux 2.6.36-rc8-git5
* Mon Oct 18 2010 Kyle McMartin <kyle@redhat.com> 2.6.36-0.40.rc8.git0 * Mon Oct 18 2010 Kyle McMartin <kyle@redhat.com> 2.6.36-0.40.rc8.git0
- Backport xHCI suspend/resume code from linux-next. - Backport xHCI suspend/resume code from linux-next.

View File

@ -1,2 +1,3 @@
091abeb4684ce03d1d936851618687b6 linux-2.6.35.tar.bz2 091abeb4684ce03d1d936851618687b6 linux-2.6.35.tar.bz2
ef41e5399666306bb8b0f48cb4ec936f patch-2.6.36-rc8.bz2 ef41e5399666306bb8b0f48cb4ec936f patch-2.6.36-rc8.bz2
951aec055b598774c08dd6f050fe6712 patch-2.6.36-rc8-git5.bz2