From 696889a265d32368913687e92ae99706b57d804e Mon Sep 17 00:00:00 2001 From: Liwei Ge Date: Wed, 2 Nov 2022 21:02:16 +0800 Subject: [PATCH 1/2] update 8.7.0 --- virt.yaml | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/virt.yaml b/virt.yaml index b660276..a91e71a 100644 --- a/virt.yaml +++ b/virt.yaml @@ -21,7 +21,7 @@ data: - LGPLv3 dependencies: - buildrequires: - platform: [an8.6.0] + platform: [an8.7.0] requires: platform: [an8] profiles: @@ -50,67 +50,67 @@ data: rationale: libguestfs dep ref: a8-virt-stream-an buildorder: 1 - arches: [aarch64, i686, ppc64le, s390x, x86_64] + arches: [aarch64, loongarch64, i686, ppc64le, s390x, x86_64] libguestfs: rationale: Primary module content ref: a8-virt-stream-an buildorder: 4 - arches: [aarch64, i686, ppc64le, s390x, x86_64] + arches: [aarch64, loongarch64, i686, ppc64le, s390x, x86_64] libguestfs-winsupport: rationale: Primary module content ref: a8-virt-stream-an buildorder: 5 - arches: [aarch64, i686, ppc64le, s390x, x86_64] + arches: [aarch64, loongarch64, i686, ppc64le, s390x, x86_64] libiscsi: rationale: qemu-kvm dep ref: a8-virt-stream-an buildorder: 1 - arches: [aarch64, i686, ppc64le, s390x, x86_64] + arches: [aarch64, loongarch64, i686, ppc64le, s390x, x86_64] libnbd: rationale: Primary module content ref: a8-virt-stream-an buildorder: 1 - arches: [aarch64, i686, ppc64le, s390x, x86_64] + arches: [aarch64, loongarch64, i686, ppc64le, s390x, x86_64] libtpms: rationale: Primary module content ref: a8-virt-stream-an buildorder: 1 - arches: [aarch64, i686, ppc64le, s390x, x86_64] + arches: [aarch64, loongarch64, i686, ppc64le, s390x, x86_64] libvirt: rationale: Primary module content ref: a8-virt-stream-an buildorder: 3 - arches: [aarch64, i686, ppc64le, s390x, x86_64] + arches: [aarch64, loongarch64, i686, ppc64le, s390x, x86_64] libvirt-dbus: rationale: libvirt-dbus is part of the virtualization module ref: a8-virt-stream-an buildorder: 4 - arches: [aarch64, i686, ppc64le, s390x, x86_64] + arches: [aarch64, loongarch64, i686, ppc64le, s390x, x86_64] libvirt-python: rationale: Primary module content ref: a8-virt-stream-an buildorder: 4 - arches: [aarch64, i686, ppc64le, s390x, x86_64] + arches: [aarch64, loongarch64, i686, ppc64le, s390x, x86_64] nbdkit: rationale: Primary module content ref: a8-virt-stream-an buildorder: 5 - arches: [aarch64, i686, ppc64le, s390x, x86_64] + arches: [aarch64, loongarch64, i686, ppc64le, s390x, x86_64] netcf: rationale: libvirt dep ref: a8-virt-stream-an buildorder: 1 - arches: [aarch64, i686, ppc64le, s390x, x86_64] + arches: [aarch64, loongarch64, i686, ppc64le, s390x, x86_64] perl-Sys-Virt: rationale: Primary module content ref: a8-virt-stream-an buildorder: 4 - arches: [aarch64, i686, ppc64le, s390x, x86_64] + arches: [aarch64, loongarch64, i686, ppc64le, s390x, x86_64] qemu-kvm: rationale: Primary module content ref: a8-virt-stream-an buildorder: 2 - arches: [aarch64, i686, ppc64le, s390x, x86_64] + arches: [aarch64, loongarch64, i686, ppc64le, s390x, x86_64] seabios: rationale: qemu-kvm dep ref: a8-virt-stream-an @@ -125,14 +125,14 @@ data: rationale: libguestfs dep ref: a8-virt-stream-an buildorder: 2 - arches: [aarch64, i686, ppc64le, s390x, x86_64] + arches: [aarch64, loongarch64, i686, ppc64le, s390x, x86_64] swtpm: rationale: Primary module content ref: a8-virt-stream-an buildorder: 2 - arches: [aarch64, i686, ppc64le, s390x, x86_64] + arches: [aarch64, loongarch64, i686, ppc64le, s390x, x86_64] virt-v2v: rationale: Primary module content ref: a8-virt-stream-an buildorder: 6 - arches: [aarch64, i686, ppc64le, s390x, x86_64] + arches: [aarch64, loongarch64, i686, ppc64le, s390x, x86_64] -- Gitee From 83d64f435216121ea0eb416db51436eb5a0ef0f2 Mon Sep 17 00:00:00 2001 From: wb-zh951434 Date: Sun, 25 Jun 2023 15:50:24 +0800 Subject: [PATCH 2/2] update to 8.8.0 Signed-off-by: wb-zh951434 --- virt.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/virt.yaml b/virt.yaml index a91e71a..e41cd07 100644 --- a/virt.yaml +++ b/virt.yaml @@ -21,7 +21,7 @@ data: - LGPLv3 dependencies: - buildrequires: - platform: [an8.7.0] + platform: [an8.8.0] requires: platform: [an8] profiles: -- Gitee