Linux 2.6.35.6

This commit is contained in:
Kyle McMartin 2010-09-26 22:43:03 -04:00
parent b999dfdb6a
commit 05f615c82e
3 changed files with 10 additions and 4 deletions

1
.gitignore vendored
View File

@ -3,3 +3,4 @@ patch-*.bz2
clog
*.rpm
kernel-2.6.*/
/patch-2.6.35.6.bz2

View File

@ -48,7 +48,7 @@ Summary: The Linux kernel
# reset this by hand to 1 (or to 0 and then use rpmdev-bumpspec).
# scripts/rebase.sh should be made to do that for you, actually.
#
%global baserelease 33
%global baserelease 34
%global fedora_build %{baserelease}
# base_sublevel is the kernel version we're starting with and patching
@ -62,7 +62,7 @@ Summary: The Linux kernel
# Do we have a -stable update to apply?
%define stable_update 6
# Is it a -stable RC?
%define stable_rc 1
%define stable_rc 0
# Set rpm version accordingly
%if 0%{?stable_update}
%define stablerev .%{stable_update}
@ -1991,6 +1991,12 @@ fi
# and build.
%changelog
* Mon Sep 27 2010 Kyle McMartin <kyle@redhat.com> 2.6.35.6-34
- Linux 2.6.35.6
- bdi-fix-warnings-in-__mark_inode_dirty-for-dev-zero-and-friends.patch was
dropped, should fix the inode_to_bdi WARN_ON triggering for a bunch of
people.
* Sat Sep 25 2010 Chuck Ebbert <kyle@redhat.com> 2.6.35.6-33.rc1
- Linux 2.6.35.6-rc1
- Comment out merged patches:

View File

@ -1,3 +1,2 @@
091abeb4684ce03d1d936851618687b6 linux-2.6.35.tar.bz2
5bf1900e4ea72b8c65f4f7aae0a28d14 patch-2.6.35.5.bz2
bee26a90f42ded49a026f67f83443206 patch-2.6.35.6-rc1.bz2
0dbd6ebf242a1428d4161bc32b1306fa patch-2.6.35.6.bz2