- 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:
parent
121e93d121
commit
86b12d53c7
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user