Accepting request 688939 from home:bfrogers:branches:Virtualization
- Patch queue updated from git://github.com/openSUSE/qemu.git opensuse-3.1 * Patches added: 0061-slirp-check-sscanf-result-when-emul.patch 0062-ppc-add-host-serial-and-host-model-.patch 0063-i2c-ddc-fix-oob-read.patch - Remove an unneeded BuildRequires which impacts bsc#1119414 fix Also add a corresponding Recommends for qemu-tools as part of this packaging adjustment (bsc#1130484) - Fix information leak in slirp (CVE-2019-9824 bsc#1129622) 0061-slirp-check-sscanf-result-when-emul.patch - Add method to specify whether or not to expose certain ppc64 host information, which can be considered a security issue (CVE-2019-8934 bsc#1126455) 0062-ppc-add-host-serial-and-host-model-.patch - Fix OOB memory access and information leak in virtual monitor interface (CVE-2019-03812 bsc#1125721) 0063-i2c-ddc-fix-oob-read.patch - Patch queue updated from git://github.com/openSUSE/qemu.git opensuse-3.1 - Remove an unneeded BuildRequires which impacts bsc#1119414 fix Also add a corresponding Recommends for qemu-tools as part of this packaging adjustment (bsc#1130484) - Fix information leak in slirp (CVE-2019-9824 bsc#1129622) 0061-slirp-check-sscanf-result-when-emul.patch - Add method to specify whether or not to expose certain ppc64 host information, which can be considered a security issue (CVE-2019-8934 bsc#1126455) 0062-ppc-add-host-serial-and-host-model-.patch - Fix OOB memory access and information leak in virtual monitor interface (CVE-2019-03812 bsc#1125721) 0063-i2c-ddc-fix-oob-read.patch - Patch queue updated from git://github.com/openSUSE/qemu.git opensuse-3.1 OBS-URL: https://build.opensuse.org/request/show/688939 OBS-URL: https://build.opensuse.org/package/show/Virtualization/qemu?expand=0&rev=460
This commit is contained in:
committed by
Git OBS Bridge
parent
0c80576ea1
commit
4dc0ebdca9
@@ -282,7 +282,6 @@ BuildRequires: libxkbcommon-devel
|
||||
BuildRequires: lzo-devel
|
||||
BuildRequires: makeinfo
|
||||
%if 0%{?suse_version} > 1320
|
||||
BuildRequires: multipath-tools
|
||||
BuildRequires: multipath-tools-devel
|
||||
%endif
|
||||
BuildRequires: ncurses-devel
|
||||
@@ -781,6 +780,7 @@ Release: 0
|
||||
Provides: %name:%_libexecdir/qemu-bridge-helper
|
||||
Requires(pre): permissions
|
||||
Requires(pre): shadow
|
||||
Recommends: multipath-tools
|
||||
Recommends: qemu-block-curl
|
||||
%if 0%{?with_rbd}
|
||||
Recommends: qemu-block-rbd
|
||||
@@ -1176,7 +1176,6 @@ make %{?_smp_mflags} -C roms efirom
|
||||
make -C roms sgabios \
|
||||
HOSTCC=cc
|
||||
|
||||
|
||||
%if %{force_fit_virtio_pxe_rom}
|
||||
pushd roms/ipxe
|
||||
patch -p1 < %{SOURCE301}
|
||||
|
Reference in New Issue
Block a user