SHA256
1
0
forked from pool/libguestfs

- Use /usr/bin/qemu-system-ppc64 as kvm_binary on ppc64le

OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=301
This commit is contained in:
2014-07-08 10:54:55 +00:00
committed by Git OBS Bridge
parent 121e93d121
commit 86b12d53c7
2 changed files with 8 additions and 0 deletions

View File

@@ -100,6 +100,9 @@ Release: 0
%ifarch aarch64
%define kvm_binary /usr/bin/qemu-system-aarch64
%endif
%ifarch ppc64le
%define kvm_binary /usr/bin/qemu-system-ppc64
%endif
%ifarch ppc64
%define kvm_binary /usr/bin/qemu-system-ppc64
%endif