Name: riscv-qemu
Version: 2.5.0
-Release: 0.1.git@SHORTCOMMIT@%{?dist}
+Release: 0.2.git@SHORTCOMMIT@%{?dist}
Summary: RISC-V fork of QEMU
License: GPLv2+ and LGPLv2+ and BSD
BuildRequires: vte3-devel
BuildRequires: gettext
BuildRequires: librdmacm-devel
-BuildRequires: xen-devel
BuildRequires: numactl-devel
BuildRequires: bzip2-devel
BuildRequires: libepoxy-devel
%build
-./configure --prefix=%{_prefix} --target-list=riscv-softmmu --disable-werror
+./configure --prefix=%{_prefix} --target-list=riscv-softmmu \
+ --disable-xen \
+ --disable-werror
make