[libvirt/f17] Add qemu support for ppc64 on FC16 or above for rpm packaging

Daniel P. Berrange berrange at fedoraproject.org
Wed Apr 4 11:21:43 UTC 2012


commit 35cba470a02d28e46fe5ce153e6e531a7775c8c0
Author: Daniel P. Berrange <berrange at redhat.com>
Date:   Wed Apr 4 11:37:55 2012 +0100

    Add qemu support for ppc64 on FC16 or above for rpm packaging

 libvirt.spec |    4 ++--
 1 files 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


More information about the scm-commits mailing list