diff options
| author | Chuck Ebbert <cebbert@redhat.com> | 2010-11-20 09:36:07 -0500 |
|---|---|---|
| committer | Chuck Ebbert <cebbert@redhat.com> | 2010-11-20 09:36:07 -0500 |
| commit | 1ef87abd797fabe88b6e403388d4541779862f07 (patch) | |
| tree | b236a92108a5694f6c39b9385d6176c396336ee4 /kernel.spec | |
| parent | 16ab22b5320d6df5f4eaae3ed419d2f9c713b284 (diff) | |
Linux 2.6.36.1-rc1
Diffstat (limited to 'kernel.spec')
| -rw-r--r-- | kernel.spec | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/kernel.spec b/kernel.spec index d85d3807..385f7f37 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 <cebbert@redhat.com> 2.6.36.1-6.rc1 +- Linux 2.6.36.1-rc1 + * Wed Nov 17 2010 Kyle McMartin <kyle@redhat.com> 2.6.36-5 - Disable drm/intel rebase until it can be fixed. |
