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:
@@ -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
|
||||
|
Reference in New Issue
Block a user