Add riscv64 to arches_qemu_kvm
Signed-off-by: David Abdurachmanov <davidlt@rivosinc.com>
This commit is contained in:
parent
77b02695ab
commit
4036b7f535
@ -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
|
||||
@ -289,7 +289,7 @@
|
||||
Summary: Library providing a simple virtualization API
|
||||
Name: libvirt
|
||||
Version: 10.6.0
|
||||
Release: 2%{?dist}
|
||||
Release: 2.0.riscv64%{?dist}
|
||||
License: GPL-2.0-or-later AND LGPL-2.1-only AND LGPL-2.1-or-later AND OFL-1.1
|
||||
URL: https://libvirt.org/
|
||||
|
||||
@ -2627,6 +2627,9 @@ exit 0
|
||||
|
||||
|
||||
%changelog
|
||||
* Mon Sep 16 2024 David Abdurachmanov <davidlt@rivosinc.com> - 10.6.0-2.0.riscv64
|
||||
- Add riscv64 to arches_qemu_kvm
|
||||
|
||||
* Tue Aug 27 2024 Cole Robinson <crobinso@redhat.com> - 10.6.0-2
|
||||
- Fix `virsh domifaddr --source=arp` on kernel 6.10 (bz #2302245)
|
||||
- Add new systemtap-sdt-dtrace to build deps
|
||||
|
Loading…
Reference in New Issue
Block a user