diff --git a/libvirt.spec b/libvirt.spec index 0bde8c592e4c2539cee8e8cd1cb17070db9fb23c..6dc023a94f488824b023529bc17b5b3019f03e47 100644 --- a/libvirt.spec +++ b/libvirt.spec @@ -1,4 +1,4 @@ -%define anolis_release 3 +%define anolis_release 4 %define arches_qemu_kvm x86_64 aarch64 loongarch64 @@ -10,8 +10,8 @@ %define arches_xen %{arches_x86} aarch64 %define arches_vbox %{arches_x86} %define arches_zfs %{arches_x86} -%define arches_numactl %{arches_x86} aarch64 -%define arches_numad %{arches_x86} aarch64 +%define arches_numactl %{arches_x86} aarch64 loongarch64 +%define arches_numad %{arches_x86} aarch64 loongarch64 # The hypervisor drivers that run in libvirtd %define with_qemu 0%{!?_without_qemu:1} @@ -2145,6 +2145,9 @@ exit 0 %changelog +* Wed Sep 25 2024 Xianglai Li - 9.10.0-4 +- spec: add numa support for loongarch64 + * Wed Jan 31 2024 Xianglai Li - 9.9.0-3 - Don't start qemu with '-loadvm SNAP' and '-incoming defer' together