mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-11 09:17:52 +03:00
spec: Include KVM support on RHEL 7 ppc64 and newer
This commit is contained in:
parent
e0a34e76ef
commit
ec37cf5486
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user