diff --git a/libvirt.spec b/libvirt.spec index a9ff1bacf21b3d1083832a85d572901ae9490b49..e3f3282c8ffd1d5b7e1ab2df50c2a9f995cd88fd 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()