- Enable building for ppc64le

This commit is contained in:
eabdullin 2024-09-05 16:16:28 +03:00
parent 7f40b47bc6
commit 86f8f548d2

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: 10.5.0
Release: 5%{?dist}%{?extra_release}
Release: 5%{?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/
@ -2639,6 +2643,9 @@ exit 0
%endif
%changelog
* Thu Sep 05 2024 Eduard Abdullin <eabdullin@almalinux.org> - 10.5.0-5.alma.1
- Enable building for ppc64le
* Fri Aug 9 2024 Jiri Denemark <jdenemar@redhat.com> - 10.5.0-5
- Synchronize with libvirt-10.5.0-4.el9 (RHEL-30177)
- qemu: virtiofs: cache: use 'never' instead of 'none'