From 659febf9ffa41b6caf0ae638d90483da1d7a22e5 Mon Sep 17 00:00:00 2001 From: Daniel Veillard Date: Oct 29 2010 16:11:45 +0000 Subject: Temporary disable xen support on fedora build temporary workaround since 0.8.5 fails with xen on F15 missing MAX_VIRT_CPUS, to fix once sorted out upstream --- diff --git a/libvirt.spec b/libvirt.spec index ecef314..402692f 100644 --- a/libvirt.spec +++ b/libvirt.spec @@ -175,6 +175,11 @@ %define with_dtrace 1 %endif +# temporary workaround since 0.8.5 fails with xen on F15 missing MAX_VIRT_CPUS +%if 0%{?fedora} >= 15 +%define with_xen 0 +%endif + # Force QEMU to run as non-root %if 0%{?fedora} >= 12 || 0%{?rhel} >= 6 %define qemu_user qemu