aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLi Zhang <zhlcindy@linux.vnet.ibm.com>2012-03-23 12:29:00 +0800
committerLaine Stump <laine@laine.org>2012-03-23 12:40:13 -0400
commit81203257507e5e081dcc8edfeac32e991554f41c (patch)
tree1fbcedee8ca47818f130b4cfb8d4317e3239d3e9 /libvirt.spec.in
parentFix typo s/virURIFormatQuery/virURIFormatParams/ (diff)
downloadlibvirt-81203257507e5e081dcc8edfeac32e991554f41c.tar.gz
libvirt-81203257507e5e081dcc8edfeac32e991554f41c.tar.bz2
libvirt-81203257507e5e081dcc8edfeac32e991554f41c.zip
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>
Diffstat (limited to 'libvirt.spec.in')
-rw-r--r--libvirt.spec.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/libvirt.spec.in b/libvirt.spec.in
index 072fd8eaa..9e7964e2e 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