X-Git-Url: http://git.annexia.org/?p=fedora-riscv.git;a=blobdiff_plain;f=stage1-riscv-qemu%2Friscv-qemu.spec.in;h=7ad583095da6f4580f4af3ce41a148aaae60fe02;hp=647dd5bfe5b7fc8f6f234e713b35fb3a440927e9;hb=3fb42cfea92a11db3b671d1b04e570737e29d186;hpb=399b650a6321b9e3f20e9f422b7eb6504a062b47 diff --git a/stage1-riscv-qemu/riscv-qemu.spec.in b/stage1-riscv-qemu/riscv-qemu.spec.in index 647dd5b..7ad5830 100644 --- a/stage1-riscv-qemu/riscv-qemu.spec.in +++ b/stage1-riscv-qemu/riscv-qemu.spec.in @@ -2,7 +2,7 @@ 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 @@ -57,7 +57,6 @@ BuildRequires: gtk3-devel BuildRequires: vte3-devel BuildRequires: gettext BuildRequires: librdmacm-devel -BuildRequires: xen-devel BuildRequires: numactl-devel BuildRequires: bzip2-devel BuildRequires: libepoxy-devel @@ -80,7 +79,9 @@ This is the RISC-V fork of QEMU. %build -./configure --prefix=%{_prefix} --target-list=riscv-softmmu --disable-werror +./configure --prefix=%{_prefix} --target-list=riscv-softmmu \ + --disable-xen \ + --disable-werror make