!305 修复riscv64上缺少libvirt-daemon-kvm子包导致nbdkit无法编译问题
From: @laokz Reviewed-by: @yezengruan Signed-off-by: @yezengruan
This commit is contained in:
commit
c0998805f7
@ -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 <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
|
||||
- remote_driver: Restore special behavior of remoteDomainGetBlockIoTune()
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user