From ec37cf54866e81b7b94565d1cfda46823315e98a Mon Sep 17 00:00:00 2001 From: Andrea Bolognani Date: Thu, 17 Mar 2016 11:00:54 +0100 Subject: [PATCH] spec: Include KVM support on RHEL 7 ppc64 and newer --- libvirt.spec.in | 3 +++ 1 file changed, 3 insertions(+) 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}