From 560dd2e11e873348988d77e77e65b62cda4eb899 Mon Sep 17 00:00:00 2001 From: Pablo Greco Date: Jun 13 2020 15:14:53 +0000 Subject: Sync with c8-stream-rhel --- diff --git a/SOURCES/modulemd.src.txt b/SOURCES/modulemd.src.txt index 7957803..da7c269 100644 --- a/SOURCES/modulemd.src.txt +++ b/SOURCES/modulemd.src.txt @@ -1,112 +1,99 @@ +--- document: modulemd version: 2 data: - summary: Virtualization module - stream: rhel - description: >- - A virtualization module - license: - module: - - MIT - dependencies: - - buildrequires: - platform: [el8] - requires: - platform: [el8] - profiles: - common: - rpms: - - libvirt-daemon-kvm - - libguestfs - - libvirt-client - - libvirt-daemon-config-network - 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 - - # SRPMs that are rebuilt and distributed as part of this module - components: + stream: rhel + summary: Virtualization module + description: >- + A virtualization module + license: + module: + - MIT + dependencies: + - buildrequires: + platform: [el8] + requires: + platform: [el8] + profiles: + common: rpms: - # qemu and qemu specific deps - qemu-kvm: - rationale: Primary module content - ref: stream-rhel-rhel-8.1.0 - buildorder: 2 - libiscsi: - rationale: qemu-kvm dep - ref: stream-rhel-rhel-8.1.0 - buildorder: 1 - seabios: - rationale: qemu-kvm dep - ref: stream-rhel-rhel-8.1.0 - arches: [x86_64, ppc64le] - buildorder: 1 - sgabios: - rationale: qemu-kvm dep - ref: stream-rhel-rhel-8.1.0 - arches: [x86_64, ppc64le] - buildorder: 1 - SLOF: - rationale: qemu-kvm dep - ref: stream-rhel-rhel-8.1.0 - arches: [ppc64le] - buildorder: 1 - - - # libvirt and libvirt specific deps - libvirt: - rationale: Primary module content - ref: stream-rhel-rhel-8.1.0 - buildorder: 3 - libvirt-python: - rationale: Primary module content - ref: stream-rhel-rhel-8.1.0 - # Build after libvirt - buildorder: 4 - libvirt-dbus: - rationale: libvirt-dbus is part of the virtualization module - ref: stream-rhel-rhel-8.1.0 - # Build after libvirt - buildorder: 4 - perl-Sys-Virt: - rationale: Primary module content - ref: stream-rhel-rhel-8.1.0 - # Build after libvirt - buildorder: 4 - netcf: - rationale: libvirt dep - ref: stream-rhel-rhel-8.1.0 - buildorder: 1 - - - # libguestfs, virt-v2v and dependencies - hivex: - rationale: libguestfs dep - ref: stream-rhel-rhel-8.1.0 - # Build before libguestfs. - buildorder: 1 - supermin: - rationale: libguestfs dep - ref: stream-rhel-rhel-8.1.0 - # Build before libguestfs. - buildorder: 2 - libguestfs: - rationale: Primary module content - ref: stream-rhel-rhel-8.1.0 - buildorder: 4 - libguestfs-winsupport: - rationale: Primary module content - ref: stream-rhel-rhel-8.1.0 - buildorder: 5 - nbdkit: - rationale: Primary module content - ref: stream-rhel-rhel-8.1.0 - # Build after libguestfs. - buildorder: 5 + - 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 + components: + rpms: + SLOF: + rationale: qemu-kvm dep + ref: stream-rhel-rhel-8.2.0 + buildorder: 1 + arches: [ppc64le] + hivex: + rationale: libguestfs dep + ref: stream-rhel-rhel-8.2.0 + buildorder: 1 + libguestfs: + rationale: Primary module content + ref: stream-rhel-rhel-8.2.0 + buildorder: 4 + libguestfs-winsupport: + rationale: Primary module content + ref: stream-rhel-rhel-8.2.0 + buildorder: 5 + libiscsi: + rationale: qemu-kvm dep + ref: stream-rhel-rhel-8.2.0 + buildorder: 1 + libvirt: + rationale: Primary module content + ref: stream-rhel-rhel-8.2.0 + buildorder: 3 + libvirt-dbus: + rationale: libvirt-dbus is part of the virtualization module + ref: stream-rhel-rhel-8.2.0 + buildorder: 4 + libvirt-python: + rationale: Primary module content + ref: stream-rhel-rhel-8.2.0 + buildorder: 4 + nbdkit: + rationale: Primary module content + ref: stream-rhel-rhel-8.2.0 + buildorder: 5 + netcf: + rationale: libvirt dep + ref: stream-rhel-rhel-8.2.0 + buildorder: 1 + perl-Sys-Virt: + rationale: Primary module content + ref: stream-rhel-rhel-8.2.0 + buildorder: 4 + qemu-kvm: + rationale: Primary module content + ref: stream-rhel-rhel-8.2.0 + buildorder: 2 + seabios: + rationale: qemu-kvm dep + ref: stream-rhel-rhel-8.2.0 + buildorder: 1 + arches: [ppc64le, x86_64] + sgabios: + rationale: qemu-kvm dep + ref: stream-rhel-rhel-8.2.0 + buildorder: 1 + arches: [ppc64le, x86_64] + supermin: + rationale: libguestfs dep + ref: stream-rhel-rhel-8.2.0 + buildorder: 2 +... diff --git a/virt.yaml b/virt.yaml index 3c9e196..987e7d3 100644 --- a/virt.yaml +++ b/virt.yaml @@ -12,7 +12,7 @@ data: - MIT dependencies: - buildrequires: - platform: [el8.1.0] + platform: [el8.2.0] requires: platform: [el8] profiles: @@ -34,13 +34,18 @@ data: - qemu-kvm-tests-debuginfo components: rpms: + SLOF: + rationale: qemu-kvm dep + ref: 9692bb23097b349f1378fd898c19c950b7ff6bc9 + buildorder: 1 + arches: [ppc64le] hivex: rationale: libguestfs dep ref: 9b5405bcbc93d9d61c899579c28828187bd04434 buildorder: 1 libguestfs: rationale: Primary module content - ref: 0c735e87a70d3ca0ea1d1a8c410881be03923f66 + ref: 47d646654df77f372f483a49b41daf3250c82aa7 buildorder: 4 libguestfs-winsupport: rationale: Primary module content @@ -48,11 +53,11 @@ data: buildorder: 5 libiscsi: rationale: qemu-kvm dep - ref: ae2e9792294d61153af41ecb81caad0510e6b4fd + ref: 19ec42c97e6d0fa378a052ac35389580b039f3f5 buildorder: 1 libvirt: rationale: Primary module content - ref: f46034efa47fe446b0a6b4db6039f3fdd383a45e + ref: 073345568dfa4ef83ac8388b7e9c57fe5292c203 buildorder: 3 libvirt-dbus: rationale: libvirt-dbus is part of the virtualization module @@ -76,8 +81,18 @@ data: buildorder: 4 qemu-kvm: rationale: Primary module content - ref: 19bfd8b1175dc8d24ab26f1fae83475ae8afd27b + ref: 016a62c3030ac231d046c30c7031551faf64712a buildorder: 2 + seabios: + rationale: qemu-kvm dep + ref: a4841fe2ddf11995f69dcba31b2654af791c4f43 + buildorder: 1 + arches: [ppc64le, x86_64] + sgabios: + rationale: qemu-kvm dep + ref: d5261ee5020e58875524c349123f98b4bbd9325f + buildorder: 1 + arches: [ppc64le, x86_64] supermin: rationale: libguestfs dep ref: 8b3e4a93b56a1a4b892ac9fdbe28083fb1b29b13