From: Andrea Bolognani Date: Thu, 17 Mar 2016 10:00:54 +0000 (+0100) Subject: spec: Include KVM support on RHEL 7 ppc64 and newer X-Git-Tag: v1.3.4-rc1~345 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ec37cf54866e81b7b94565d1cfda46823315e98a;p=thirdparty%2Flibvirt.git spec: Include KVM support on RHEL 7 ppc64 and newer --- diff --git a/libvirt.spec.in b/libvirt.spec.in index 6bd5907855..8036fa3292 100644 --- a/libvirt.spec.in +++ b/libvirt.spec.in @@ -78,6 +78,9 @@ %if 0%{?rhel} %define with_qemu_tcg 0 %define qemu_kvm_arches x86_64 + %if 0%{?rhel} >= 7 + %define qemu_kvm_arches x86_64 %{power64} + %endif %endif %ifarch %{qemu_kvm_arches}