diff --git a/kernel.spec b/kernel.spec index d85d380..385f7f3 100644 --- a/kernel.spec +++ b/kernel.spec @@ -51,7 +51,7 @@ Summary: The Linux kernel # For non-released -rc kernels, this will be prepended with "0.", so # for example a 3 here will become 0.3 # -%global baserelease 5 +%global baserelease 6 %global fedora_build %{baserelease} # base_sublevel is the kernel version we're starting with and patching @@ -63,9 +63,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} @@ -1955,6 +1955,9 @@ fi # || || %changelog +* Sat Nov 20 2010 Chuck Ebbert 2.6.36.1-6.rc1 +- Linux 2.6.36.1-rc1 + * Wed Nov 17 2010 Kyle McMartin 2.6.36-5 - Disable drm/intel rebase until it can be fixed. diff --git a/sources b/sources index a518034..d35ceb4 100644 --- a/sources +++ b/sources @@ -1 +1,2 @@ 61f3739a73afb6914cb007f37fb09b62 linux-2.6.36.tar.bz2 +1278010cbfefa16acba402d8b0829b66 patch-2.6.36.1-rc1.bz2