SHA256
1
0
forked from pool/qemu

Accepting request 834747 from home:bfrogers:branches:Virtualization

- Change qemu-x86 packaging relationship with qemu-microvm from
  Requires to Recommends
(Also get rid of two is_opensuse references which came from patch processing of Include-If directives)

OBS-URL: https://build.opensuse.org/request/show/834747
OBS-URL: https://build.opensuse.org/package/show/Virtualization/qemu?expand=0&rev=573
This commit is contained in:
Bruce Rogers
2020-09-15 21:41:42 +00:00
committed by Git OBS Bridge
parent a39f56d271
commit fdc02fac50
7 changed files with 34 additions and 14 deletions

View File

@@ -383,11 +383,11 @@ Version: %{qemuver}
Release: 0
Requires: %name = %{qemuver}
Requires: qemu-ipxe
Requires: qemu-microvm
Requires: qemu-seabios
Requires: qemu-sgabios
Requires: qemu-vgabios
Recommends: ovmf
Recommends: qemu-microvm
Recommends: qemu-ovmf-x86_64
%description x86
@@ -742,14 +742,14 @@ to provide information and control at the guest OS level.
%ifarch %{build_rom_arch}
%package microvm
Summary: x86 MicroVM BIOS for QEMU
Summary: x86 MicroVM firmware for QEMU
Group: System/Emulators/PC
Version: %{qemuver}
Release: 0
BuildArch: noarch
%description microvm
MicroVM (qboot) is a miniam x86 firmware for booting Linux kernel.
MicroVM (qboot) is a minimal x86 firmware for booting Linux kernel.
It provides the minimum resources needed to boot PVH and bzImages.
%package seabios