update to 2.6.39-rc4-git8

This commit is contained in:
Kyle McMartin 2011-04-26 16:05:32 -04:00
parent 1060ecc3d2
commit 26d27c51d7
3 changed files with 7 additions and 4 deletions

2
.gitignore vendored
View File

@ -4,4 +4,4 @@ clog
*.rpm
kernel-2.6.*/
patch-2.6.39-rc4.bz2
patch-2.6.39-rc4-git2.bz2
patch-2.6.39-rc4-git8.bz2

View File

@ -84,7 +84,7 @@ Summary: The Linux kernel
# The rc snapshot level
%define rcrev 4
# The git snapshot level
%define gitrev 2
%define gitrev 8
# Set rpm version accordingly
%define rpmversion 2.6.%{upstream_sublevel}
%endif
@ -130,7 +130,7 @@ Summary: The Linux kernel
%define doc_build_fail true
%endif
%define rawhide_skip_docs 0
%define rawhide_skip_docs 1
%if 0%{?rawhide_skip_docs}
%define with_doc 0
%define doc_build_fail true
@ -1941,6 +1941,9 @@ fi
# and build.
%changelog
* Tue Apr 26 2011 Kyle McMartin <kmcmartin@redhat.com>
- Update to 2.6.39-rc4-git8
* Sun Apr 24 2011 Kyle McMartin <kmcmartin@redhat.com>
- ppc64: disable TUNE_CELL, which causes problems with illegal instuctions
being generated on non-Cell PPC machines. (#698256)

View File

@ -1,3 +1,3 @@
7d471477bfa67546f902da62227fa976 linux-2.6.38.tar.bz2
fca453ed5922747334fc518bbdcc2389 patch-2.6.39-rc4.bz2
fa9895e6398cfb3c772b74e34db81bca patch-2.6.39-rc4-git2.bz2
ed401db897ff2986935795049df418e0 patch-2.6.39-rc4-git8.bz2