Disable xen on rhel

This commit is contained in:
Lubomir Rintel 2014-04-18 21:59:01 +02:00
parent 13197a9445
commit 3b535edd7c
1 changed files with 4 additions and 0 deletions

View File

@ -140,12 +140,16 @@
%endif
%endif
%if 0%{?rhel}
%define with_xen 0
%else
# Xen is available only on i386 x86_64 (from libvirt spec)
%ifnarch %{ix86} x86_64
%define with_xen 0
%else
%define with_xen 1
%endif
%endif
Summary: QEMU is a FAST! processor emulator