Linux 2.6.35.1-rc1

This commit is contained in:
Chuck Ebbert 2010-08-07 12:55:01 -04:00
parent 9a98a7ebe3
commit 74b9092d38
2 changed files with 7 additions and 3 deletions

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 3
%global baserelease 4
%global fedora_build %{baserelease}
# base_sublevel is the kernel version we're starting with and patching
@ -60,9 +60,9 @@ Summary: The Linux kernel
%if 0%{?released_kernel}
# Do we have a -stable update to apply?
%define stable_update 0
%define stable_update 1
# Is it a -stable RC?
%define stable_rc 0
%define stable_rc 1
# Set rpm version accordingly
%if 0%{?stable_update}
%define stablerev .%{stable_update}
@ -1881,6 +1881,9 @@ fi
# and build.
%changelog
* Sat Aug 07 2010 Chuck Ebbert <cebbert@redhat.com> 2.6.35.1-4.rc1
- Linux 2.6.35.1-rc1
* Fri Aug 06 2010 Chuck Ebbert <cebbert@redhat.com> 2.6.35-3
- Copy fix for bug #617699 ("ext4 and xfs wrong data returned on read
after write if file size was changed with ftruncate") from F-13

View File

@ -1 +1,2 @@
091abeb4684ce03d1d936851618687b6 linux-2.6.35.tar.bz2
58fd95172e18ed00310ec8b2f625f38f patch-2.6.35.1-rc1.bz2