diff --git a/AUTHORS b/AUTHORS index e4bd51df12254e77b12a949223a4c2cd38deaada..64cf5491a4b7b1a562f0f2f4712b0d26b601ca4c 100644 --- a/AUTHORS +++ b/AUTHORS @@ -225,6 +225,7 @@ Patches have also been contributed by: Benjamin Cama Duncan Rance Peng Zhou + Li Zhang [....send patches to get your name here....] diff --git a/libvirt.spec.in b/libvirt.spec.in index 072fd8eaac3c3d46bda3e5c090a6a04aa0025adb..9e7964e2e4958a84a762bb2959934b9efa905c13 100644 --- a/libvirt.spec.in +++ b/libvirt.spec.in @@ -139,8 +139,8 @@ %define with_xen 0 %endif -# Fedora doesn't have any QEMU on ppc64 - only ppc -%if 0%{?fedora} +# Fedora doesn't have any QEMU on ppc64 until FC16 - only ppc +%if 0%{?fedora} && 0%{?fedora} < 16 %ifarch ppc64 %define with_qemu 0 %endif