From 19c7799c313db0e85dd4c500fc6469af9a7e9047 Mon Sep 17 00:00:00 2001 From: Peter Robinson Date: Jun 14 2013 13:30:53 +0000 Subject: Enable KVM support on ARM --- diff --git a/libvirt.spec b/libvirt.spec index 972ad86..29329cc 100644 --- a/libvirt.spec +++ b/libvirt.spec @@ -54,7 +54,12 @@ %define with_qemu_tcg %{with_qemu} # Change if we ever provide qemu-kvm binaries on non-x86 hosts %if 0%{?fedora} >= 18 - %define qemu_kvm_arches %{ix86} x86_64 ppc64 s390x + %if 0%{?fedora} >= 20 + # ARM is supported as of qemu 1.5 so we need to adjust if/when it lands in F-19 + %define qemu_kvm_arches %{ix86} x86_64 ppc64 s390x %{arm} + %else + %define qemu_kvm_arches %{ix86} x86_64 ppc64 s390x + %endif %else %define qemu_kvm_arches %{ix86} x86_64 %endif @@ -346,7 +351,7 @@ Summary: Library providing a simple virtualization API Name: libvirt Version: 1.0.6 -Release: 2%{?dist}%{?extra_release} +Release: 3%{?dist}%{?extra_release} License: LGPLv2+ Group: Development/Libraries BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root @@ -2059,6 +2064,9 @@ fi %endif %changelog +* Fri Jun 14 2013 Peter Robinson 1.0.6-3 +- Enable KVM support on ARM + * Sat Jun 08 2013 Cole Robinson - 1.0.6-2 - Drop bogus dep on vbox