From 86f8f548d2d73828aba563db9e84dd92f62426d1 Mon Sep 17 00:00:00 2001 From: eabdullin Date: Thu, 5 Sep 2024 16:16:28 +0300 Subject: [PATCH] - Enable building for ppc64le --- libvirt.spec | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/libvirt.spec b/libvirt.spec index cfa30a1..1195d09 100644 --- a/libvirt.spec +++ b/libvirt.spec @@ -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 - 10.5.0-5.alma.1 +- Enable building for ppc64le + * Fri Aug 9 2024 Jiri Denemark - 10.5.0-5 - Synchronize with libvirt-10.5.0-4.el9 (RHEL-30177) - qemu: virtiofs: cache: use 'never' instead of 'none'