mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-03-07 17:28:15 +00:00
Add qemu support for ppc64 on FC16 or above for rpm packaging
On Fedora16 or above, qemu is supported now. So it is added in rpm packaging. Signed-off-by: Li Zhang <zhlcindy@linux.vnet.ibm.com>
This commit is contained in:
parent
0ceced5868
commit
8120325750
1
AUTHORS
1
AUTHORS
@ -225,6 +225,7 @@ Patches have also been contributed by:
|
|||||||
Benjamin Cama <benoar@dolka.fr>
|
Benjamin Cama <benoar@dolka.fr>
|
||||||
Duncan Rance <libvirt@dunquino.com>
|
Duncan Rance <libvirt@dunquino.com>
|
||||||
Peng Zhou <ailvpeng25@gmail.com>
|
Peng Zhou <ailvpeng25@gmail.com>
|
||||||
|
Li Zhang <zhlcindy@linux.vnet.ibm.com>
|
||||||
|
|
||||||
[....send patches to get your name here....]
|
[....send patches to get your name here....]
|
||||||
|
|
||||||
|
@ -139,8 +139,8 @@
|
|||||||
%define with_xen 0
|
%define with_xen 0
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
# Fedora doesn't have any QEMU on ppc64 - only ppc
|
# Fedora doesn't have any QEMU on ppc64 until FC16 - only ppc
|
||||||
%if 0%{?fedora}
|
%if 0%{?fedora} && 0%{?fedora} < 16
|
||||||
%ifarch ppc64
|
%ifarch ppc64
|
||||||
%define with_qemu 0
|
%define with_qemu 0
|
||||||
%endif
|
%endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user