Linux 2.6.35.1-rc1
This commit is contained in:
parent
9a98a7ebe3
commit
74b9092d38
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user