update to 2.6.39-rc2

This commit is contained in:
Kyle McMartin 2011-04-06 11:19:10 -04:00
parent db2e653dec
commit 289e9e97ca
3 changed files with 6 additions and 5 deletions

1
.gitignore vendored
View File

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

View File

@ -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 1
%define rcrev 2
# The git snapshot level
%define gitrev 5
%define gitrev 0
# Set rpm version accordingly
%define rpmversion 2.6.%{upstream_sublevel}
%endif
@ -1941,6 +1941,9 @@ fi
# and build.
%changelog
* Wed Apr 06 2011 Kyle McMartin <kmcmartin@redhat.com> 2.6.39-0.rc2.git0.0
- Update to 2.6.39-rc2
* Tue Apr 05 2011 Kyle McMartin <kmcmartin@redhat.com> 2.6.39-0.rc1.git5.0
- Update to git snapshot 2.6.39-rc1-git5
- (Not test-built before commit since my rawr box is down atm.)

View File

@ -1,3 +1,2 @@
7d471477bfa67546f902da62227fa976 linux-2.6.38.tar.bz2
1ddd2ac391e294ac05e9d83b8ade6279 patch-2.6.39-rc1.bz2
71733d1fce24a0ca9c97b7a4f4815d8a patch-2.6.39-rc1-git5.bz2
c174a3e8b3371ec390fbf1993a4ebfdd patch-2.6.39-rc2.bz2