import virt-devel-rhel-8030020200628205043.30b713e6

This commit is contained in:
CentOS Sources 2020-07-28 10:31:53 -04:00 committed by Stepan Oksanichenko
parent 285826585f
commit 26a5db82a7

View File

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