- 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:
Olaf Hering 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

@ -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

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