Linux 2.6.36-rc6-git2

This commit is contained in:
Kyle McMartin 2010-10-02 00:24:55 -04:00
parent e67d8276aa
commit e894c709c6
3 changed files with 7 additions and 2 deletions

1
.gitignore vendored
View File

@ -4,3 +4,4 @@ clog
*.rpm
kernel-2.6.*/
/patch-2.6.36-rc6.bz2
/patch-2.6.36-rc6-git2.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 30
%global baserelease 31
%global fedora_build %{baserelease}
# base_sublevel is the kernel version we're starting with and patching
@ -84,7 +84,7 @@ Summary: The Linux kernel
# The rc snapshot level
%define rcrev 6
# The git snapshot level
%define gitrev 0
%define gitrev 2
# Set rpm version accordingly
%define rpmversion 2.6.%{upstream_sublevel}
%endif
@ -1944,6 +1944,9 @@ fi
# || ||
%changelog
* Sat Oct 02 2010 Kyle McMartin <kyle@redhat.com> 2.6.36-0.31.rc6.git2
- Linux 2.6.36-rc6-git2
* Thu Sep 30 2010 Dave Jones <davej@redhat.com>
- silence another rcu_reference warning

View File

@ -1,2 +1,3 @@
091abeb4684ce03d1d936851618687b6 linux-2.6.35.tar.bz2
df4f4d64d812b6eea0079acb62e8ca83 patch-2.6.36-rc6.bz2
528777aa72e516033deb1dc4c005650f patch-2.6.36-rc6-git2.bz2