import virt-rhel-8030020200628205043.30b713e6

This commit is contained in:
CentOS Sources 2020-07-28 10:35:57 -04:00 committed by Stepan Oksanichenko
parent 80d26142ab
commit 903d255745
1 changed files with 41 additions and 35 deletions

View File

@ -4,96 +4,102 @@ version: 2
data:
stream: rhel
summary: Virtualization module
description: >-
A virtualization module
description: A virtualization module
license:
module:
- MIT
- MIT
dependencies:
- buildrequires:
platform: [el8]
requires:
platform: [el8]
- buildrequires:
platform: [el8]
requires:
platform: [el8]
profiles:
common:
rpms:
- libguestfs
- libvirt-client
- libvirt-daemon-config-network
- libvirt-daemon-kvm
- libguestfs
- libvirt-client
- libvirt-daemon-config-network
- libvirt-daemon-kvm
filter:
rpms:
- ocaml-hivex
- ocaml-hivex-debuginfo
- ocaml-hivex-devel
- ocaml-libguestfs
- ocaml-libguestfs-debuginfo
- ocaml-libguestfs-devel
- qemu-kvm-tests
- qemu-kvm-tests-debuginfo
- ocaml-hivex
- ocaml-hivex-debuginfo
- ocaml-hivex-devel
- ocaml-libguestfs
- ocaml-libguestfs-debuginfo
- ocaml-libguestfs-devel
- ocaml-libnbd
- ocaml-libnbd-debuginfo
- ocaml-libnbd-devel
- qemu-kvm-tests
- qemu-kvm-tests-debuginfo
components:
rpms:
SLOF:
rationale: qemu-kvm dep
ref: stream-rhel-rhel-8.2.0
ref: stream-rhel-rhel-8.3.0
buildorder: 1
arches: [ppc64le]
hivex:
rationale: libguestfs dep
ref: stream-rhel-rhel-8.2.0
ref: stream-rhel-rhel-8.3.0
buildorder: 1
libguestfs:
rationale: Primary module content
ref: stream-rhel-rhel-8.2.0
ref: stream-rhel-rhel-8.3.0
buildorder: 4
libguestfs-winsupport:
rationale: Primary module content
ref: stream-rhel-rhel-8.2.0
ref: stream-rhel-rhel-8.3.0
buildorder: 5
libiscsi:
rationale: qemu-kvm dep
ref: stream-rhel-rhel-8.2.0
ref: stream-rhel-rhel-8.3.0
buildorder: 1
libvirt:
rationale: Primary module content
ref: stream-rhel-rhel-8.2.0
ref: stream-rhel-rhel-8.3.0
buildorder: 3
libvirt-dbus:
rationale: libvirt-dbus is part of the virtualization module
ref: stream-rhel-rhel-8.2.0
ref: stream-rhel-rhel-8.3.0
buildorder: 4
libvirt-python:
rationale: Primary module content
ref: stream-rhel-rhel-8.2.0
ref: stream-rhel-rhel-8.3.0
buildorder: 4
libnbd:
rationale: Primary module content
# XXX Temporary until it gets the RHEL-8 branch
ref: stream-8.2-LP-rhel-8.2.1-advanced-virt
buildorder: 1
nbdkit:
rationale: Primary module content
ref: stream-rhel-rhel-8.2.0
ref: stream-rhel-rhel-8.3.0
buildorder: 5
netcf:
rationale: libvirt dep
ref: stream-rhel-rhel-8.2.0
ref: stream-rhel-rhel-8.3.0
buildorder: 1
perl-Sys-Virt:
rationale: Primary module content
ref: stream-rhel-rhel-8.2.0
ref: stream-rhel-rhel-8.3.0
buildorder: 4
qemu-kvm:
rationale: Primary module content
ref: stream-rhel-rhel-8.2.0
ref: stream-rhel-rhel-8.3.0
buildorder: 2
seabios:
rationale: qemu-kvm dep
ref: stream-rhel-rhel-8.2.0
ref: stream-rhel-rhel-8.3.0
buildorder: 1
arches: [ppc64le, x86_64]
sgabios:
rationale: qemu-kvm dep
ref: stream-rhel-rhel-8.2.0
ref: stream-rhel-rhel-8.3.0
buildorder: 1
arches: [ppc64le, x86_64]
supermin:
rationale: libguestfs dep
ref: stream-rhel-rhel-8.2.0
ref: stream-rhel-rhel-8.3.0
buildorder: 2
...