Linux 2.6.37-rc1-git5

This commit is contained in:
Kyle McMartin 2010-11-08 10:54:55 -05:00
parent 1aea2328b4
commit 3996540995
3 changed files with 6 additions and 1 deletions

1
.gitignore vendored
View File

@ -4,3 +4,4 @@ clog
*.rpm
kernel-2.6.*/
/patch-2.6.37-rc1.bz2
/patch-2.6.37-rc1-git5.bz2

View File

@ -84,7 +84,7 @@ Summary: The Linux kernel
# The rc snapshot level
%define rcrev 1
# The git snapshot level
%define gitrev 0
%define gitrev 5
# Set rpm version accordingly
%define rpmversion 2.6.%{upstream_sublevel}
%endif
@ -1900,6 +1900,9 @@ fi
# || ||
%changelog
* Mon Nov 08 2010 Kyle McMartin <kyle@redhat.com> 2.6.37-0.1.rc1.git5
- Linux 2.6.37-rc1-git5
* Mon Nov 08 2010 Kyle McMartin <kyle@redhat.com>
- Cherry-pick utrace-ptrace fixes from mayoung. Thanks!

View File

@ -1,2 +1,3 @@
61f3739a73afb6914cb007f37fb09b62 linux-2.6.36.tar.bz2
7364d9629734c34d09ec9ebd351d40b9 patch-2.6.37-rc1.bz2
d378228e109a29a513e2ceba02eebf70 patch-2.6.37-rc1-git5.bz2