Enable building for ppc64le

This commit is contained in:
Eduard Abdullin 2026-04-07 10:32:39 +00:00 committed by root
parent 02eac15171
commit 266daadc71

View File

@ -15,6 +15,10 @@
%endif
%endif
%if 0%{?almalinux} > 9
%define arches_qemu_kvm x86_64 %{power64} aarch64 s390x riscv64
%endif
%define arches_64bit x86_64 %{power64} aarch64 s390x riscv64
%define arches_x86 %{ix86} x86_64
@ -294,7 +298,7 @@
Summary: Library providing a simple virtualization API
Name: libvirt
Version: 11.10.0
Release: 12%{?dist}%{?extra_release}
Release: 12%{?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/
@ -2851,6 +2855,9 @@ exit 0
%endif
%changelog
* Tue Apr 07 2026 Eduard Abdullin <eabdullin@almalinux.org> - 11.10.0-12.alma.1
- Enable building for ppc64le
* Tue Mar 10 2026 Jiri Denemark <jdenemar@redhat.com> - 11.10.0-12
- test: Default to ROM type for loader (RHEL-82645)
- qemu_hotplug: Fix crash when attaching network inteface with hostdev network (RHEL-151916)