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:
@@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 8 12:54:34 CEST 2014 - ohering@suse.de
|
||||
|
||||
- Use /usr/bin/qemu-system-ppc64 as kvm_binary on ppc64le
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 8 12:52:58 CEST 2014 - ohering@suse.de
|
||||
|
||||
|
@@ -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