]> xenbits.xensource.com Git - libvirt.git/commitdiff
Add qemu support for ppc64 on FC16 or above for rpm packaging
authorLi Zhang <zhlcindy@linux.vnet.ibm.com>
Fri, 23 Mar 2012 04:29:00 +0000 (12:29 +0800)
committerLaine Stump <laine@laine.org>
Fri, 23 Mar 2012 16:40:13 +0000 (12:40 -0400)
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>
AUTHORS
libvirt.spec.in

diff --git a/AUTHORS b/AUTHORS
index e4bd51df12254e77b12a949223a4c2cd38deaada..64cf5491a4b7b1a562f0f2f4712b0d26b601ca4c 100644 (file)
--- a/AUTHORS
+++ b/AUTHORS
@@ -225,6 +225,7 @@ Patches have also been contributed by:
   Benjamin Cama        <benoar@dolka.fr>
   Duncan Rance         <libvirt@dunquino.com>
   Peng Zhou            <ailvpeng25@gmail.com>
+  Li Zhang             <zhlcindy@linux.vnet.ibm.com>
 
   [....send patches to get your name here....]
 
index 072fd8eaac3c3d46bda3e5c090a6a04aa0025adb..9e7964e2e4958a84a762bb2959934b9efa905c13 100644 (file)
 %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