From a3968ea5e3e889655d3c5aae0d6bdf84ad4fd6f5 Mon Sep 17 00:00:00 2001 From: laokz Date: Sun, 5 May 2024 19:25:56 +0800 Subject: [PATCH] riscv64: enable libvirt-daemon-kv sub-package This is for package libguestfs. --- libvirt.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/libvirt.spec b/libvirt.spec index a9ff1ba..e3f3282 100644 --- a/libvirt.spec +++ b/libvirt.spec @@ -6,7 +6,7 @@ %define min_rhel 8 %define min_fedora 37 -%define arches_qemu_kvm %{ix86} x86_64 %{power64} %{arm} aarch64 s390x +%define arches_qemu_kvm %{ix86} x86_64 %{power64} %{arm} aarch64 s390x riscv64 %if 0%{?rhel} %if 0%{?rhel} > 8 %define arches_qemu_kvm x86_64 aarch64 s390x @@ -262,7 +262,7 @@ Summary: Library providing a simple virtualization API Name: libvirt Version: 9.10.0 -Release: 7 +Release: 8 License: LGPLv2+ URL: https://libvirt.org/ @@ -2605,6 +2605,9 @@ exit 0 %endif %changelog +* Mon May 06 2024 laokz - 9.10.0-8 +- spec: enable libvirt-daemon-kvm sub-package for riscv64 + * Mon Apr 29 2024 YageShen - 9.10.0-7 - remote_driver: Restore special behavior of remoteDomainGetBlockIoTune() -- Gitee