From e2e711aeaa297834e5eec14f8a32d32485e8bff6 Mon Sep 17 00:00:00 2001 From: Cole Robinson Date: Fri, 18 Jul 2014 13:16:35 -0400 Subject: [PATCH] spec: arm and aarch64 have kvm support with F20+ --- libvirt.spec.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libvirt.spec.in b/libvirt.spec.in index c8cc36ec78..cc121dcd2f 100644 --- a/libvirt.spec.in +++ b/libvirt.spec.in @@ -69,7 +69,7 @@ %define qemu_kvm_arches %{ix86} x86_64 %{power64} s390x %endif %if 0%{?fedora} >= 20 - %define qemu_kvm_arches %{ix86} x86_64 %{power64} s390x %{arm} + %define qemu_kvm_arches %{ix86} x86_64 %{power64} s390x %{arm} aarch64 %endif %endif -- 2.47.2