From f7f1f5ef4ad82da72ae3af5d822fee146bb503d6 Mon Sep 17 00:00:00 2001 From: Kyle McMartin Date: Fri, 8 Oct 2010 11:52:32 -0400 Subject: [PATCH] bump to f14 --- kernel.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/kernel.spec b/kernel.spec index 868c3f211..76bec793d 100644 --- a/kernel.spec +++ b/kernel.spec @@ -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 38 +%global baserelease 39 %global fedora_build %{baserelease} # base_sublevel is the kernel version we're starting with and patching @@ -1977,6 +1977,9 @@ fi # and build. %changelog +* Fri Oct 08 2010 Kyle McMartin 2.6.35.6-39 +- Push to F-14. + * Wed Oct 06 2010 Dave Jones - Another day, another rcu_dereference warning. (#640673)