qemu: Update to 3.1.0

Also use libseccomp for sandboxing

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
Michael Tremer 2019-04-15 22:01:38 +01:00
parent c2ffcb8518
commit bd60a87780
1 changed files with 6 additions and 6 deletions

View File

@ -4,8 +4,8 @@
###############################################################################
name = qemu
version = 2.7.0
release = 2
version = 3.1.0
release = 1
groups = Applications/Virtualization
url = http://www.qemu.org
@ -18,8 +18,8 @@ description
architectures.
end
source_dl = http://wiki.qemu-project.org/download/
sources = %{thisapp}.tar.bz2
source_dl = https://download.qemu.org/
sources = %{thisapp}.tar.xz
build
requires
@ -35,6 +35,7 @@ build
libgcrypt-devel
libjpeg-devel
libpng-devel
libseccomp-devel
libtasn1-devel
libusb-devel
libuuid-devel
@ -74,7 +75,6 @@ build
--enable-libusb \
--enable-lzo \
--enable-pie \
--enable-vhdx \
--enable-vnc \
--enable-vnc-jpeg \
--enable-vnc-png \
@ -86,7 +86,7 @@ build
install_cmds
# Remove BIOS file which is an ELF files w/ invalid interpreter
rm -vf %{BUILDROOT}%{datadir}/qemu/s390-ccw.img
rm -vf %{BUILDROOT}%{datadir}/qemu/s390-*.img
# Remove ivshm stuff
rm -vf %{BUILDROOT}%{bindir}/ivshmem* %{BUILDROOT}%{mandir}/ivshmem*