[libvirt] Temporary disable xen support on fedora build

Daniel Veillard veillard at fedoraproject.org
Fri Oct 29 16:12:48 UTC 2010


commit 659febf9ffa41b6caf0ae638d90483da1d7a22e5
Author: Daniel Veillard <veillard at redhat.com>
Date:   Fri Oct 29 18:11:45 2010 +0200

    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

 libvirt.spec |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)
---
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


More information about the scm-commits mailing list