]> xenbits.xensource.com Git - libvirt.git/commitdiff
spec: Include KVM support on RHEL 7 ppc64 and newer
authorAndrea Bolognani <abologna@redhat.com>
Thu, 17 Mar 2016 10:00:54 +0000 (11:00 +0100)
committerAndrea Bolognani <abologna@redhat.com>
Wed, 6 Apr 2016 11:32:27 +0000 (13:32 +0200)
libvirt.spec.in

index 6bd5907855a8c7aa3223512ab44aa8509349e37a..8036fa32920d4968670134f58fa107eb2b431f5a 100644 (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}