Accepting request 749743 from home:bfrogers:branches:Virtualization
- Expose pschange-mc-no "feature", indicating CPU does not have the page size change machine check vulnerability (CVE-2018-12207 bsc#1155812) target-i386-add-PSCHANGE_NO-bit-for-the-.patch - Expose taa-no "feature", indicating CPU does not have the TSX Async Abort vulnerability. (CVE-2019-11135 bsc#1152506) target-i386-Export-TAA_NO-bit-to-guests.patch Patch queue updated from git://github.com/openSUSE/qemu.git opensuse-4.1 OBS-URL: https://build.opensuse.org/request/show/749743 OBS-URL: https://build.opensuse.org/package/show/Virtualization/qemu?expand=0&rev=512
This commit is contained in:
committed by
Git OBS Bridge
parent
907915b13a
commit
d67e9c0b68
11
qemu.spec.in
11
qemu.spec.in
@@ -87,13 +87,14 @@
|
||||
%define summary_string Machine emulator and virtualizer
|
||||
%endif
|
||||
|
||||
INSERT_VERSIONING
|
||||
%define srcname qemu
|
||||
Name: qemu%{name_suffix}
|
||||
URL: https://www.qemu.org/
|
||||
Summary: %{summary_string}
|
||||
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
|
||||
Group: System/Emulators/PC
|
||||
QEMU_VERSION
|
||||
Version: %qemuver
|
||||
Release: 0
|
||||
Source: https://wiki.qemu.org/download/%{srcname}-%{srcver}.tar.xz
|
||||
Source100: %{srcname}.keyring
|
||||
@@ -301,7 +302,7 @@ BuildRequires: qemu-ksm = %{qemuver}
|
||||
BuildRequires: qemu-lang = %{qemuver}
|
||||
BuildRequires: qemu-ppc = %{qemuver}
|
||||
BuildRequires: qemu-s390 = %{qemuver}
|
||||
BuildRequires: qemu-seabios = 1.12.1
|
||||
BuildRequires: qemu-seabios = %{sbver}
|
||||
BuildRequires: qemu-sgabios = 8
|
||||
BuildRequires: qemu-tools = %{qemuver}
|
||||
BuildRequires: qemu-ui-curses = %{qemuver}
|
||||
@@ -309,7 +310,7 @@ BuildRequires: qemu-ui-gtk = %{qemuver}
|
||||
%if 0%{?is_opensuse}
|
||||
BuildRequires: qemu-ui-sdl = %{qemuver}
|
||||
%endif
|
||||
BuildRequires: qemu-vgabios = 1.12.1
|
||||
BuildRequires: qemu-vgabios = %{sbver}
|
||||
BuildRequires: qemu-x86 = %{qemuver}
|
||||
%endif
|
||||
Requires(pre): shadow
|
||||
@@ -697,7 +698,7 @@ to provide information and control at the guest OS level.
|
||||
%package seabios
|
||||
Summary: x86 Legacy BIOS for QEMU
|
||||
Group: System/Emulators/PC
|
||||
SEABIOS_VERSION
|
||||
Version: %{sbver}
|
||||
Release: 0
|
||||
BuildArch: noarch
|
||||
Conflicts: %name < 1.6.0
|
||||
@@ -709,7 +710,7 @@ is the default and legacy BIOS for QEMU.
|
||||
%package vgabios
|
||||
Summary: VGA BIOSes for QEMU
|
||||
Group: System/Emulators/PC
|
||||
SEABIOS_VERSION
|
||||
Version: %{sbver}
|
||||
Release: 0
|
||||
BuildArch: noarch
|
||||
Conflicts: %name < 1.6.0
|
||||
|
Reference in New Issue
Block a user