From 35cba470a02d28e46fe5ce153e6e531a7775c8c0 Mon Sep 17 00:00:00 2001 From: "Daniel P. Berrange" Date: Wed, 4 Apr 2012 11:37:55 +0100 Subject: [PATCH] Add qemu support for ppc64 on FC16 or above for rpm packaging --- libvirt.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libvirt.spec b/libvirt.spec index e7fd3e4..4592062 100644 --- a/libvirt.spec +++ b/libvirt.spec @@ -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