Enable building for ppc64le

This commit is contained in:
Eduard Abdullin 2025-12-04 10:34:27 +00:00 committed by root
parent 0709e98918
commit d0f735c71f

View File

@ -15,6 +15,10 @@
%endif
%endif
%if 0%{?almalinux} > 9
%define arches_qemu_kvm x86_64 %{power64} aarch64 s390x
%endif
%define arches_64bit x86_64 %{power64} aarch64 s390x riscv64
%define arches_x86 %{ix86} x86_64
@ -289,7 +293,7 @@
Summary: Library providing a simple virtualization API
Name: libvirt
Version: 11.5.0
Release: 4.1%{?dist}%{?extra_release}
Release: 4.1%{?dist}%{?extra_release}.alma.1
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/
@ -2734,6 +2738,9 @@ exit 0
%endif
%changelog
* Thu Dec 04 2025 Eduard Abdullin <eabdullin@almalinux.org> - 11.5.0-4.1.alma.1
- Enable building for ppc64le
* Wed Oct 8 2025 Jiri Denemark <jdenemar@redhat.com> - 11.5.0-4.1.el10_1
- tools: Secure guest check for Intel in virt-host-validate (RHEL-111863)
- qemu: Check if INTEL Trust Domain Extention support is enabled (RHEL-111863)