summaryrefslogtreecommitdiffstats
path: root/kernel.spec
diff options
context:
space:
mode:
authorJosh Boyer <jwboyer@redhat.com>2012-06-09 09:16:10 -0400
committerJosh Boyer <jwboyer@redhat.com>2012-06-09 09:16:10 -0400
commit7ac8101a19da5626651caee5d53b2f222887ea10 (patch)
treea81635fe03a098528f1929eda651f9a17414e4f7 /kernel.spec
parentb21ed959a4737730d522fffe02cdf0cc1370cc36 (diff)
downloadkernel-7ac8101a19da5626651caee5d53b2f222887ea10.tar.gz
kernel-7ac8101a19da5626651caee5d53b2f222887ea10.tar.xz
kernel-7ac8101a19da5626651caee5d53b2f222887ea10.zip
Enable HV assisted KVM on ppc64
Diffstat (limited to 'kernel.spec')
-rw-r--r--kernel.spec5
1 files changed, 4 insertions, 1 deletions
diff --git a/kernel.spec b/kernel.spec
index d0dc83fc..b01cf546 100644
--- a/kernel.spec
+++ b/kernel.spec
@@ -62,7 +62,7 @@ Summary: The Linux kernel
# For non-released -rc kernels, this will be appended after the rcX and
# gitX tags, so a 3 here would become part of release "0.rcX.gitX.3"
#
-%global baserelease 2
+%global baserelease 3
%global fedora_build %{baserelease}
# base_sublevel is the kernel version we're starting with and patching
@@ -2278,6 +2278,9 @@ fi
# ||----w |
# || ||
%changelog
+* Fri Jun 08 2012 Josh Boyer <jwboyer@redhat.com>
+- Enable HV assisted KVM on ppc64
+
* Tue Jun 05 2012 Josh Boyer <jwboyer@redhat.com>
- Disable MV643XX on ppc32 because ARM broke it (rhbz 828776)