spec: Include KVM support on RHEL 7 ppc64 and newer

This commit is contained in:
Andrea Bolognani 2016-03-17 11:00:54 +01:00
parent e0a34e76ef
commit ec37cf5486

View File

@ -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}