From bce8b8b47fb94b7c89d22fc564cc7af98fae8d98 Mon Sep 17 00:00:00 2001 From: Jakub Bogusz Date: Thu, 11 Jun 2020 06:35:42 +0200 Subject: [PATCH] - bumped xen dependency to most featured version --- qemu.spec | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/qemu.spec b/qemu.spec index 0b41fd0..7713831 100644 --- a/qemu.spec +++ b/qemu.spec @@ -1,6 +1,5 @@ # TODO: -# libpmem (x86_64 only?) -# plugins? +# plugins? (probes) # # Conditional build: %bcond_without sdl # SDL UI and audio support @@ -151,8 +150,9 @@ BuildRequires: vde2-devel BuildRequires: which %{?with_virgl:BuildRequires: virglrenderer-devel} %{?with_vte:BuildRequires: vte-devel >= 0.32.0} -# xencontrol xenstore xenguest xenforeignmemory xengnttab xenevtchn xendevicemodel [xentoolcore for xen 4.10+] -%{?with_xen:BuildRequires: xen-devel >= 4.2} +# xencontrol xenstore xenguest xenforeignmemory xengnttab xenevtchn xendevicemodel; xentoolcore for xen 4.10+ +# min version is 4.2, more features up to 4.10 +%{?with_xen:BuildRequires: xen-devel >= 4.10} BuildRequires: xfsprogs-devel %{?with_xkbcommon:BuildRequires: xorg-lib-libxkbcommon-devel} BuildRequires: xorg-lib-libX11-devel -- 2.43.0