From 15dec999e7875ab60e2bb630a830d989fffb12d8 Mon Sep 17 00:00:00 2001 From: Daniel P. Berrange Date: Apr 04 2012 10:37:55 +0000 Subject: Add qemu support for ppc64 on FC16 or above for rpm packaging --- diff --git a/libvirt.spec b/libvirt.spec index 369f37b..bf3808d 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