From 3fb42cfea92a11db3b671d1b04e570737e29d186 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Fri, 12 Aug 2016 15:23:29 +0100 Subject: [PATCH] stage1 riscv-qemu: Remove Xen dependency, to build on Rawhide. --- stage1-riscv-qemu/riscv-qemu.spec.in | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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 -- 1.8.3.1