diff options
-rw-r--r-- | config-x86-generic | 2 | ||||
-rw-r--r-- | kernel.spec | 5 | ||||
-rw-r--r-- | sources | 2 |
3 files changed, 6 insertions, 3 deletions
diff --git a/config-x86-generic b/config-x86-generic index 398d4209c..099a3f98d 100644 --- a/config-x86-generic +++ b/config-x86-generic @@ -245,7 +245,7 @@ CONFIG_KVM_AMD=m CONFIG_LGUEST=m CONFIG_LGUEST_GUEST=y -CONFIG_PARAVIRT_GUEST=y +CONFIG_HYPERVISOR_GUEST=y CONFIG_PARAVIRT=y CONFIG_PARAVIRT_TIME_ACCOUNTING=y # CONFIG_PARAVIRT_DEBUG is not set diff --git a/kernel.spec b/kernel.spec index e60bc5d06..5bca1df13 100644 --- a/kernel.spec +++ b/kernel.spec @@ -95,7 +95,7 @@ Summary: The Linux kernel # The rc snapshot level %define rcrev 0 # The git snapshot level -%define gitrev 4 +%define gitrev 5 # Set rpm version accordingly %define rpmversion 3.%{upstream_sublevel}.0 %endif @@ -2290,6 +2290,9 @@ fi # ||----w | # || || %changelog +* Tue Apr 30 2013 Josh Boyer <jwboyer@redhat.com> - 3.10.0-0.rc0.git5.1 +- Linux v3.9-3520-g5a5a1bf + * Tue Apr 30 2013 Josh Boyer <jwboyer@redhat.com> - 3.10.0-0.rc0.git4.1 - Linux v3.9-3143-g56847d8 @@ -1,2 +1,2 @@ 4348c9b6b2eb3144d601e87c19d5d909 linux-3.9.tar.xz -60c488542da8362dc70bc28ece41119d patch-3.9-git4.xz +5e4a52d1e51f5dc0f218d82f0a08269c patch-3.9-git5.xz |