!305 修复riscv64上缺少libvirt-daemon-kvm子包导致nbdkit无法编译问题

From: @laokz 
Reviewed-by: @yezengruan 
Signed-off-by: @yezengruan
This commit is contained in:
openeuler-ci-bot 2024-05-11 06:47:57 +00:00 committed by Gitee
commit c0998805f7
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

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()