riscv64: enable libvirt-daemon-kv sub-package

This is for package libguestfs.
This commit is contained in:
laokz 2024-05-05 19:25:56 +08:00 committed by laokz
parent ef664fecee
commit a3968ea5e3

View File

@ -6,7 +6,7 @@
%define min_rhel 8 %define min_rhel 8
%define min_fedora 37 %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}
%if 0%{?rhel} > 8 %if 0%{?rhel} > 8
%define arches_qemu_kvm x86_64 aarch64 s390x %define arches_qemu_kvm x86_64 aarch64 s390x
@ -262,7 +262,7 @@
Summary: Library providing a simple virtualization API Summary: Library providing a simple virtualization API
Name: libvirt Name: libvirt
Version: 9.10.0 Version: 9.10.0
Release: 7 Release: 8
License: LGPLv2+ License: LGPLv2+
URL: https://libvirt.org/ URL: https://libvirt.org/
@ -2605,6 +2605,9 @@ exit 0
%endif %endif
%changelog %changelog
* Mon May 06 2024 laokz <zhangkai@iscas.ac.cn> - 9.10.0-8
- spec: enable libvirt-daemon-kvm sub-package for riscv64
* Mon Apr 29 2024 YageShen <shenyage1@huawei.com> - 9.10.0-7 * Mon Apr 29 2024 YageShen <shenyage1@huawei.com> - 9.10.0-7
- remote_driver: Restore special behavior of remoteDomainGetBlockIoTune() - remote_driver: Restore special behavior of remoteDomainGetBlockIoTune()