2013-05-23 15:25:41 +02:00
|
|
|
#
|
|
|
|
# spec file for package qemu-linux-user
|
|
|
|
#
|
2019-01-04 22:08:16 +01:00
|
|
|
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
2013-05-23 15:25:41 +02:00
|
|
|
#
|
|
|
|
# All modifications and additions to the file contributed by third parties
|
|
|
|
# remain the property of their copyright owners, unless otherwise agreed
|
|
|
|
# upon. The license for this file, and modifications and additions to the
|
|
|
|
# file, is the same license as for the pristine package itself (unless the
|
|
|
|
# license for the pristine package is not an Open Source License, in which
|
|
|
|
# case the license is the MIT License). An "Open Source License" is a
|
|
|
|
# license that conforms to the Open Source Definition (Version 1.9)
|
|
|
|
# published by the Open Source Initiative.
|
|
|
|
|
Accepting request 635823 from home:bfrogers:branches:Virtualization
- Remove BuildRequires for libattr-devel-static since it's not needed.
- Re-sync openSUSE and SUSE SLE qemu-linux-user package. This changes
file is the openSUSE one with this entry providing the intervening
SLE CVE, FATE, and bugzilla references, which are still addressed
in this package, and not yet called out in this changes file.
* <none>
* Patches added:
0040-linux-headers-update.patch
0041-s390x-kvm-add-etoken-facility.patch
- Patch queue updated from git://github.com/openSUSE/qemu.git opensuse-3.0
- Re-sync openSUSE and SUSE SLE qemu packages. This changes file
is the openSUSE one with this entry providing the intervening
SLE CVE, FATE, and bugzilla references, which are still addressed
in this package, and not yet called out in this changes file.
* CVE-2018-11806 CVE-2018-12617 CVE-2018-7550 CVE-2018-15746
* fate#325467
* bsc#1091695 bsc#1094725 bsc#1094913 bsc#1096223 bsc#1098735
bsc#1103628 bsc#1105279 bsc#1106222 bsc#1106222 bsc#1107489
* Patches added:
* only enable glusterfs for openSUSE
0040-linux-headers-update.patch
0041-s390x-kvm-add-etoken-facility.patch
- Patch queue updated from git://github.com/openSUSE/qemu.git opensuse-3.0
- Re-sync openSUSE and SUSE SLE qemu packages. This changes file
is the openSUSE one with this entry providing the intervening
SLE CVE, FATE, and bugzilla references, which are still addressed
in this package, and not yet called out in this changes file.
* CVE-2018-11806 CVE-2018-12617 CVE-2018-7550 CVE-2018-15746
* fate#325467
* bsc#1091695 bsc#1094725 bsc#1094913 bsc#1096223 bsc#1098735
bsc#1103628 bsc#1105279 bsc#1106222 bsc#1106222 bsc#1107489
* Patches added:
* only enable glusterfs for openSUSE
0040-linux-headers-update.patch
0041-s390x-kvm-add-etoken-facility.patch
- Patch queue updated from git://github.com/openSUSE/qemu.git opensuse-3.0
OBS-URL: https://build.opensuse.org/request/show/635823
OBS-URL: https://build.opensuse.org/package/show/Virtualization/qemu?expand=0&rev=427
2018-09-15 00:33:06 +02:00
|
|
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
2013-05-23 15:25:41 +02:00
|
|
|
#
|
|
|
|
|
|
|
|
|
2019-05-02 00:51:10 +02:00
|
|
|
%define build_in_tree 1
|
|
|
|
|
2018-09-21 23:17:21 +02:00
|
|
|
%define srcname qemu
|
2013-05-23 15:25:41 +02:00
|
|
|
Name: qemu-linux-user
|
2018-09-21 23:17:21 +02:00
|
|
|
Url: https://www.qemu.org/
|
2017-12-14 01:53:24 +01:00
|
|
|
Summary: CPU emulator for user space
|
2019-05-02 00:51:10 +02:00
|
|
|
License: BSD-2-Clause AND BSD-3-Clause AND GPL-2.0-only AND GPL-2.0-or-later AND LGPL-2.1-or-later AND MIT
|
2013-05-23 15:25:41 +02:00
|
|
|
Group: System/Emulators/PC
|
2019-05-02 00:51:10 +02:00
|
|
|
%define qemuver 4.0.0
|
|
|
|
%define srcver 4.0.0
|
2018-12-06 22:20:59 +01:00
|
|
|
Version: %qemuver
|
2013-05-23 15:25:41 +02:00
|
|
|
Release: 0
|
2018-12-06 22:20:59 +01:00
|
|
|
Source: https://wiki.qemu.org/download/%{srcname}-%{srcver}.tar.xz
|
|
|
|
Source99: https://wiki.qemu.org/download/%{srcname}-%{srcver}.tar.xz.sig
|
2018-09-21 23:17:21 +02:00
|
|
|
Source100: %{srcname}.keyring
|
|
|
|
Source400: update_git.sh
|
2018-12-06 22:20:59 +01:00
|
|
|
# Upstream First -- https://wiki.qemu.org/Contribute/SubmitAPatch
|
2013-07-22 13:46:11 +02:00
|
|
|
# This patch queue is auto-generated from https://github.com/openSUSE/qemu
|
2014-04-01 17:08:49 +02:00
|
|
|
Patch0001: 0001-XXX-dont-dump-core-on-sigabort.patch
|
2016-09-19 19:06:58 +02:00
|
|
|
Patch0002: 0002-qemu-binfmt-conf-Modify-default-pat.patch
|
2017-08-31 00:22:50 +02:00
|
|
|
Patch0003: 0003-qemu-cvs-gettimeofday.patch
|
|
|
|
Patch0004: 0004-qemu-cvs-ioctl_debug.patch
|
|
|
|
Patch0005: 0005-qemu-cvs-ioctl_nodirection.patch
|
|
|
|
Patch0006: 0006-linux-user-add-binfmt-wrapper-for-a.patch
|
|
|
|
Patch0007: 0007-PPC-KVM-Disable-mmu-notifier-check.patch
|
2018-08-22 16:58:18 +02:00
|
|
|
Patch0008: 0008-linux-user-binfmt-support-host-bina.patch
|
|
|
|
Patch0009: 0009-linux-user-Fake-proc-cpuinfo.patch
|
2019-05-02 00:51:10 +02:00
|
|
|
Patch0010: 0010-linux-user-use-target_ulong.patch
|
|
|
|
Patch0011: 0011-Make-char-muxer-more-robust-wrt-sma.patch
|
|
|
|
Patch0012: 0012-linux-user-lseek-explicitly-cast-no.patch
|
|
|
|
Patch0013: 0013-AIO-Reduce-number-of-threads-for-32.patch
|
|
|
|
Patch0014: 0014-xen_disk-Add-suse-specific-flush-di.patch
|
|
|
|
Patch0015: 0015-qemu-bridge-helper-reduce-security-.patch
|
|
|
|
Patch0016: 0016-qemu-binfmt-conf-use-qemu-ARCH-binf.patch
|
|
|
|
Patch0017: 0017-linux-user-properly-test-for-infini.patch
|
|
|
|
Patch0018: 0018-roms-Makefile-pass-a-packaging-time.patch
|
|
|
|
Patch0019: 0019-Raise-soft-address-space-limit-to-h.patch
|
|
|
|
Patch0020: 0020-increase-x86_64-physical-bits-to-42.patch
|
|
|
|
Patch0021: 0021-vga-Raise-VRAM-to-16-MiB-for-pc-0.1.patch
|
|
|
|
Patch0022: 0022-i8254-Fix-migration-from-SLE11-SP2.patch
|
|
|
|
Patch0023: 0023-acpi_piix4-Fix-migration-from-SLE11.patch
|
|
|
|
Patch0024: 0024-Switch-order-of-libraries-for-mpath.patch
|
|
|
|
Patch0025: 0025-Make-installed-scripts-explicitly-p.patch
|
|
|
|
Patch0026: 0026-hw-smbios-handle-both-file-formats-.patch
|
|
|
|
Patch0027: 0027-tests-test-thread-pool-is-racy-add-.patch
|
|
|
|
Patch0028: 0028-xen-add-block-resize-support-for-xe.patch
|
|
|
|
Patch0029: 0029-tests-qemu-iotests-Triple-timeout-o.patch
|
|
|
|
Patch0030: 0030-tests-block-io-test-130-needs-some-.patch
|
|
|
|
Patch0031: 0031-xen-ignore-live-parameter-from-xen-.patch
|
|
|
|
Patch0032: 0032-tests-Fix-Makefile-handling-of-chec.patch
|
|
|
|
Patch0033: 0033-Conditionalize-ui-bitmap-installati.patch
|
|
|
|
Patch0034: 0034-Revert-target-i386-kvm-add-VMX-migr.patch
|
|
|
|
Patch0035: 0035-tests-change-error-message-in-test-.patch
|
2019-05-11 17:08:13 +02:00
|
|
|
Patch0036: 0036-sockets-avoid-string-truncation-war.patch
|
2019-05-07 23:38:21 +02:00
|
|
|
Patch0037: 0037-hw-usb-hcd-xhci-Fix-GCC-9-build-war.patch
|
|
|
|
Patch0038: 0038-hw-usb-dev-mtp-Fix-GCC-9-build-warn.patch
|
2019-05-11 17:08:13 +02:00
|
|
|
Patch0039: 0039-linux-user-avoid-string-truncation-.patch
|
2019-05-07 23:38:21 +02:00
|
|
|
Patch0040: 0040-linux-user-elfload-Fix-GCC-9-build-.patch
|
2019-05-15 00:20:21 +02:00
|
|
|
Patch0041: 0041-qxl-avoid-unaligned-pointer-reads-w.patch
|
|
|
|
Patch0042: 0042-libvhost-user-fix-Waddress-of-packe.patch
|
|
|
|
Patch0043: 0043-target-i386-define-md-clear-bit.patch
|
2019-05-15 22:19:48 +02:00
|
|
|
Patch0044: 0044-hw-intc-exynos4210_gic-provide-more.patch
|
2019-05-18 00:21:50 +02:00
|
|
|
Patch0045: 0045-kbd-state-fix-autorepeat-handling.patch
|
2019-05-29 19:48:52 +02:00
|
|
|
Patch0046: 0046-target-ppc-ensure-we-get-null-termi.patch
|
|
|
|
Patch0047: 0047-configure-only-populate-roms-if-sof.patch
|
|
|
|
Patch0048: 0048-pc-bios-s390-ccw-net-avoid-warning-.patch
|
2017-03-15 20:38:55 +01:00
|
|
|
# Please do not add QEMU patches manually here.
|
|
|
|
# Run update_git.sh to regenerate this queue.
|
|
|
|
ExcludeArch: s390
|
2013-05-23 15:25:41 +02:00
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
|
|
BuildRequires: e2fsprogs-devel
|
2013-05-24 21:22:32 +02:00
|
|
|
BuildRequires: fdupes
|
2014-03-24 12:07:57 +01:00
|
|
|
BuildRequires: gcc-c++
|
2013-05-24 21:22:32 +02:00
|
|
|
BuildRequires: glib2-devel-static
|
|
|
|
BuildRequires: glibc-devel-static
|
2013-05-23 15:25:41 +02:00
|
|
|
BuildRequires: makeinfo
|
2013-05-24 21:22:32 +02:00
|
|
|
BuildRequires: pcre-devel-static
|
2018-04-06 00:27:33 +02:00
|
|
|
%if 0%{?suse_version} > 1320
|
|
|
|
BuildRequires: python3-base
|
|
|
|
%else
|
|
|
|
BuildRequires: python-base
|
|
|
|
%endif
|
2013-05-23 15:25:41 +02:00
|
|
|
BuildRequires: zlib-devel-static
|
2013-05-24 21:22:32 +02:00
|
|
|
# we must not install the qemu-linux-user package when under QEMU build
|
|
|
|
%if 0%{?qemu_user_space_build:1}
|
|
|
|
#!BuildIgnore: post-build-checks
|
2013-05-23 15:25:41 +02:00
|
|
|
%endif
|
|
|
|
|
|
|
|
%description
|
2017-12-14 01:53:24 +01:00
|
|
|
QEMU provides CPU emulation along with other related capabilities. This package
|
|
|
|
provides programs to run user space binaries and libraries meant for another
|
|
|
|
architecture. The syscall interface is intercepted and execution below the
|
|
|
|
syscall layer occurs on the native hardware and operating system.
|
2013-05-23 15:25:41 +02:00
|
|
|
|
|
|
|
%prep
|
2018-12-06 22:20:59 +01:00
|
|
|
%setup -q -n %{srcname}-%{expand:%%(SV=%{srcver};echo ${SV%%%%+git*})}
|
2013-05-23 15:25:41 +02:00
|
|
|
%patch0001 -p1
|
|
|
|
%patch0002 -p1
|
|
|
|
%patch0003 -p1
|
|
|
|
%patch0004 -p1
|
|
|
|
%patch0005 -p1
|
|
|
|
%patch0006 -p1
|
|
|
|
%patch0007 -p1
|
|
|
|
%patch0008 -p1
|
|
|
|
%patch0009 -p1
|
|
|
|
%patch0010 -p1
|
|
|
|
%patch0011 -p1
|
|
|
|
%patch0012 -p1
|
|
|
|
%patch0013 -p1
|
|
|
|
%patch0014 -p1
|
|
|
|
%patch0015 -p1
|
|
|
|
%patch0016 -p1
|
|
|
|
%patch0017 -p1
|
|
|
|
%patch0018 -p1
|
|
|
|
%patch0019 -p1
|
|
|
|
%patch0020 -p1
|
|
|
|
%patch0021 -p1
|
|
|
|
%patch0022 -p1
|
|
|
|
%patch0023 -p1
|
|
|
|
%patch0024 -p1
|
|
|
|
%patch0025 -p1
|
|
|
|
%patch0026 -p1
|
|
|
|
%patch0027 -p1
|
|
|
|
%patch0028 -p1
|
|
|
|
%patch0029 -p1
|
|
|
|
%patch0030 -p1
|
|
|
|
%patch0031 -p1
|
|
|
|
%patch0032 -p1
|
|
|
|
%patch0033 -p1
|
2018-01-04 18:05:29 +01:00
|
|
|
%patch0034 -p1
|
2018-01-26 00:50:30 +01:00
|
|
|
%patch0035 -p1
|
2019-05-07 23:38:21 +02:00
|
|
|
%patch0036 -p1
|
|
|
|
%patch0037 -p1
|
|
|
|
%patch0038 -p1
|
|
|
|
%patch0039 -p1
|
|
|
|
%patch0040 -p1
|
|
|
|
%patch0041 -p1
|
2019-05-15 00:20:21 +02:00
|
|
|
%patch0042 -p1
|
|
|
|
%patch0043 -p1
|
2019-05-15 22:19:48 +02:00
|
|
|
%patch0044 -p1
|
2019-05-18 00:21:50 +02:00
|
|
|
%patch0045 -p1
|
2019-05-29 19:48:52 +02:00
|
|
|
%patch0046 -p1
|
|
|
|
%patch0047 -p1
|
|
|
|
%patch0048 -p1
|
2013-05-23 15:25:41 +02:00
|
|
|
|
|
|
|
%build
|
2019-05-07 23:38:21 +02:00
|
|
|
%define _lto_cflags %{nil}
|
2019-05-02 00:51:10 +02:00
|
|
|
|
|
|
|
%if %build_in_tree
|
|
|
|
%define mybuilddir %{_builddir}/%buildsubdir
|
|
|
|
%else
|
|
|
|
%define mybuilddir %{_builddir}/mybuilddir
|
|
|
|
mkdir -p %mybuilddir
|
|
|
|
cd %mybuilddir
|
|
|
|
%endif
|
|
|
|
|
|
|
|
%{_builddir}/%buildsubdir/configure \
|
2017-04-12 21:10:15 +02:00
|
|
|
--prefix=%_prefix \
|
|
|
|
--sysconfdir=%_sysconfdir \
|
|
|
|
--libdir=%_libdir \
|
2013-05-23 15:25:41 +02:00
|
|
|
--libexecdir=%_libexecdir \
|
2017-04-12 21:10:15 +02:00
|
|
|
--localstatedir=%_localstatedir \
|
2018-01-26 00:50:30 +01:00
|
|
|
%if 0%{?suse_version} > 1320
|
2018-04-06 00:27:33 +02:00
|
|
|
--python=%_bindir/python3 \
|
2018-01-26 00:50:30 +01:00
|
|
|
%else
|
2018-04-06 00:27:33 +02:00
|
|
|
--python=%_bindir/python2 \
|
2018-01-26 00:50:30 +01:00
|
|
|
%endif
|
2017-04-12 21:10:15 +02:00
|
|
|
--extra-cflags="%{optflags}" \
|
2017-03-15 20:38:55 +01:00
|
|
|
--disable-stack-protector \
|
2017-04-12 21:10:15 +02:00
|
|
|
--disable-strip \
|
2019-05-02 00:51:10 +02:00
|
|
|
--without-default-devices \
|
2017-04-12 21:10:15 +02:00
|
|
|
--disable-system --enable-linux-user \
|
|
|
|
--disable-tools --disable-guest-agent \
|
|
|
|
--static \
|
|
|
|
--disable-modules \
|
|
|
|
--disable-pie \
|
|
|
|
--disable-docs \
|
|
|
|
--audio-drv-list="" \
|
|
|
|
--enable-attr \
|
2019-05-02 00:51:10 +02:00
|
|
|
--disable-auth-pam \
|
2017-04-12 21:10:15 +02:00
|
|
|
--disable-blobs \
|
|
|
|
--disable-bluez \
|
2018-12-06 22:20:59 +01:00
|
|
|
--disable-bochs \
|
2017-04-12 21:10:15 +02:00
|
|
|
--disable-brlapi \
|
|
|
|
--disable-bzip2 \
|
|
|
|
--disable-cap-ng \
|
2017-12-14 01:53:24 +01:00
|
|
|
--disable-capstone \
|
2018-12-06 22:20:59 +01:00
|
|
|
--disable-cloop \
|
2017-04-12 21:10:15 +02:00
|
|
|
--enable-coroutine-pool \
|
|
|
|
--disable-curl \
|
|
|
|
--disable-curses \
|
2018-12-06 22:20:59 +01:00
|
|
|
--disable-dmg \
|
2013-05-23 15:25:41 +02:00
|
|
|
--disable-fdt \
|
2017-04-12 21:10:15 +02:00
|
|
|
--disable-gcrypt \
|
|
|
|
--disable-glusterfs \
|
|
|
|
--disable-gnutls \
|
|
|
|
--disable-gtk \
|
|
|
|
--disable-hax \
|
2018-05-01 17:20:58 +02:00
|
|
|
--disable-hvf \
|
2019-05-02 00:51:10 +02:00
|
|
|
--disable-iconv \
|
2017-04-12 21:10:15 +02:00
|
|
|
--disable-jemalloc \
|
|
|
|
--disable-kvm \
|
|
|
|
--disable-libiscsi \
|
2018-12-06 22:20:59 +01:00
|
|
|
--disable-libnfs \
|
|
|
|
--disable-libpmem \
|
|
|
|
--disable-libssh2 \
|
|
|
|
--disable-libusb \
|
2018-05-01 17:20:58 +02:00
|
|
|
--disable-libxml2 \
|
2017-04-12 21:10:15 +02:00
|
|
|
--disable-linux-aio \
|
2019-05-02 00:51:10 +02:00
|
|
|
--disable-lzfse \
|
2017-04-12 21:10:15 +02:00
|
|
|
--disable-lzo \
|
2018-05-01 17:20:58 +02:00
|
|
|
--disable-malloc-trim \
|
|
|
|
--enable-membarrier \
|
2017-12-14 01:53:24 +01:00
|
|
|
--disable-mpath \
|
2017-04-12 21:10:15 +02:00
|
|
|
--disable-netmap \
|
|
|
|
--disable-nettle \
|
|
|
|
--disable-numa \
|
|
|
|
--disable-opengl \
|
2018-12-06 22:20:59 +01:00
|
|
|
--disable-parallels \
|
|
|
|
--disable-pvrdma \
|
|
|
|
--disable-qcow1 \
|
|
|
|
--disable-qed \
|
2017-04-12 21:10:15 +02:00
|
|
|
--disable-rbd \
|
|
|
|
--disable-rdma \
|
|
|
|
--disable-replication \
|
2018-05-01 17:20:58 +02:00
|
|
|
--disable-sanitizers \
|
2017-04-12 21:10:15 +02:00
|
|
|
--disable-sdl \
|
2019-05-02 00:51:10 +02:00
|
|
|
--disable-sdl-image \
|
2017-04-12 21:10:15 +02:00
|
|
|
--disable-seccomp \
|
2018-12-06 22:20:59 +01:00
|
|
|
--disable-sheepdog \
|
2019-05-02 00:51:10 +02:00
|
|
|
--disable-slirp \
|
2017-04-12 21:10:15 +02:00
|
|
|
--disable-smartcard \
|
|
|
|
--disable-snappy \
|
|
|
|
--disable-spice \
|
|
|
|
--disable-tcmalloc \
|
|
|
|
--disable-tpm \
|
|
|
|
--disable-usb-redir \
|
|
|
|
--disable-vde \
|
2018-12-06 22:20:59 +01:00
|
|
|
--disable-vdi \
|
2018-05-01 17:20:58 +02:00
|
|
|
--disable-vhost-crypto \
|
2019-05-02 00:51:10 +02:00
|
|
|
--disable-vhost-kernel \
|
2017-04-12 21:10:15 +02:00
|
|
|
--disable-vhost-net \
|
2019-05-02 00:51:10 +02:00
|
|
|
--disable-vhost-scsi \
|
|
|
|
--disable-vhost-user \
|
|
|
|
--disable-vhost-vsock \
|
2017-04-12 21:10:15 +02:00
|
|
|
--disable-virglrenderer \
|
|
|
|
--disable-virtfs \
|
|
|
|
--disable-vnc \
|
|
|
|
--disable-vnc-jpeg \
|
|
|
|
--disable-vnc-png \
|
|
|
|
--disable-vnc-sasl \
|
|
|
|
--disable-vte \
|
2018-12-06 22:20:59 +01:00
|
|
|
--disable-vvfat \
|
2019-05-02 00:51:10 +02:00
|
|
|
--enable-werror \
|
2018-05-01 17:20:58 +02:00
|
|
|
--disable-whpx \
|
2017-04-12 21:10:15 +02:00
|
|
|
--disable-xen \
|
|
|
|
--disable-xen-pci-passthrough \
|
|
|
|
--disable-xfsctl \
|
|
|
|
|
2013-05-24 19:25:32 +02:00
|
|
|
make %{?_smp_mflags} V=1
|
2013-05-23 15:25:41 +02:00
|
|
|
|
2015-05-11 14:00:30 +02:00
|
|
|
%ifarch %ix86
|
|
|
|
%define qemu_arch i386
|
|
|
|
%endif
|
|
|
|
%ifarch x86_64
|
|
|
|
%define qemu_arch x86_64
|
|
|
|
%endif
|
|
|
|
%ifarch %arm
|
|
|
|
%define qemu_arch arm
|
|
|
|
%endif
|
|
|
|
%ifarch aarch64
|
|
|
|
%define qemu_arch aarch64
|
|
|
|
%endif
|
|
|
|
%ifarch ppc
|
|
|
|
%define qemu_arch ppc
|
|
|
|
%endif
|
|
|
|
%ifarch ppc64
|
|
|
|
%define qemu_arch ppc64
|
|
|
|
%endif
|
|
|
|
%ifarch ppc64le
|
|
|
|
%define qemu_arch ppc64le
|
|
|
|
%endif
|
|
|
|
%ifarch s390x
|
|
|
|
%define qemu_arch s390x
|
|
|
|
%endif
|
|
|
|
|
2015-05-14 19:45:59 +02:00
|
|
|
%ifarch %ix86 x86_64 %arm aarch64 ppc ppc64 ppc64le s390x
|
2015-05-11 14:00:30 +02:00
|
|
|
%check
|
2019-05-02 00:51:10 +02:00
|
|
|
cd %mybuilddir
|
2015-05-11 14:00:30 +02:00
|
|
|
%{qemu_arch}-linux-user/qemu-%{qemu_arch} %_bindir/ls > /dev/null
|
2019-05-02 00:51:10 +02:00
|
|
|
make %{?_smp_mflags} check-softfloat
|
2015-05-11 14:00:30 +02:00
|
|
|
%endif
|
|
|
|
|
2013-05-23 15:25:41 +02:00
|
|
|
%install
|
2019-05-02 00:51:10 +02:00
|
|
|
cd %mybuilddir
|
|
|
|
make %{?_smp_mflags} install DESTDIR=%{buildroot}
|
2017-04-12 21:10:15 +02:00
|
|
|
rm -rf %{buildroot}%_datadir/qemu/keymaps
|
|
|
|
unlink %{buildroot}%_datadir/qemu/trace-events-all
|
|
|
|
install -d -m 755 %{buildroot}%_sbindir
|
|
|
|
install -m 755 scripts/qemu-binfmt-conf.sh %{buildroot}%_sbindir
|
2017-03-15 20:38:55 +01:00
|
|
|
%fdupes -s %{buildroot}
|
2013-05-23 15:25:41 +02:00
|
|
|
|
|
|
|
%files
|
|
|
|
%defattr(-, root, root)
|
2018-05-25 20:04:13 +02:00
|
|
|
%doc Changelog README VERSION
|
2018-08-22 16:58:18 +02:00
|
|
|
%license COPYING COPYING.LIB LICENSE
|
2014-03-20 01:26:56 +01:00
|
|
|
%_bindir/qemu-aarch64
|
2018-05-01 17:20:58 +02:00
|
|
|
%_bindir/qemu-aarch64_be
|
2013-05-23 15:25:41 +02:00
|
|
|
%_bindir/qemu-alpha
|
|
|
|
%_bindir/qemu-arm
|
|
|
|
%_bindir/qemu-armeb
|
|
|
|
%_bindir/qemu-cris
|
2017-03-29 06:22:10 +02:00
|
|
|
%_bindir/qemu-hppa
|
2013-05-23 15:25:41 +02:00
|
|
|
%_bindir/qemu-i386
|
|
|
|
%_bindir/qemu-m68k
|
|
|
|
%_bindir/qemu-microblaze
|
|
|
|
%_bindir/qemu-microblazeel
|
|
|
|
%_bindir/qemu-mips
|
|
|
|
%_bindir/qemu-mipsel
|
|
|
|
%_bindir/qemu-mipsn32
|
|
|
|
%_bindir/qemu-mipsn32el
|
|
|
|
%_bindir/qemu-mips64
|
|
|
|
%_bindir/qemu-mips64el
|
2017-03-29 06:22:10 +02:00
|
|
|
%_bindir/qemu-nios2
|
|
|
|
%_bindir/qemu-or1k
|
2013-05-23 15:25:41 +02:00
|
|
|
%_bindir/qemu-ppc64abi32
|
|
|
|
%_bindir/qemu-ppc64
|
2014-07-11 18:51:43 +02:00
|
|
|
%_bindir/qemu-ppc64le
|
2013-05-23 15:25:41 +02:00
|
|
|
%_bindir/qemu-ppc
|
2018-05-01 17:20:58 +02:00
|
|
|
%_bindir/qemu-riscv32
|
|
|
|
%_bindir/qemu-riscv64
|
2013-05-23 15:25:41 +02:00
|
|
|
%_bindir/qemu-s390x
|
|
|
|
%_bindir/qemu-sh4
|
|
|
|
%_bindir/qemu-sh4eb
|
|
|
|
%_bindir/qemu-sparc32plus
|
|
|
|
%_bindir/qemu-sparc64
|
|
|
|
%_bindir/qemu-sparc
|
2016-01-19 19:31:32 +01:00
|
|
|
%_bindir/qemu-tilegx
|
2013-05-23 15:25:41 +02:00
|
|
|
%_bindir/qemu-x86_64
|
2018-05-01 17:20:58 +02:00
|
|
|
%_bindir/qemu-xtensa
|
|
|
|
%_bindir/qemu-xtensaeb
|
2013-05-23 15:25:41 +02:00
|
|
|
%_bindir/qemu-*-binfmt
|
|
|
|
%_sbindir/qemu-binfmt-conf.sh
|
|
|
|
|
|
|
|
%changelog
|