From 81203257507e5e081dcc8edfeac32e991554f41c Mon Sep 17 00:00:00 2001 From: Li Zhang Date: Fri, 23 Mar 2012 12:29:00 +0800 Subject: [PATCH] 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 --- AUTHORS | 1 + libvirt.spec.in | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/AUTHORS b/AUTHORS index e4bd51df12..64cf5491a4 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 072fd8eaac..9e7964e2e4 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 -- GitLab