From c81a763716ca598cf79106551923188efe0abb52 Mon Sep 17 00:00:00 2001 From: eabdullin Date: Mon, 19 Dec 2022 09:29:49 +0300 Subject: [PATCH] Enable build for ppc64le --- SPECS/libvirt.spec | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/SPECS/libvirt.spec b/SPECS/libvirt.spec index e3af6df..8c6bfe5 100644 --- a/SPECS/libvirt.spec +++ b/SPECS/libvirt.spec @@ -8,11 +8,7 @@ %define arches_qemu_kvm %{ix86} x86_64 %{power64} %{arm} aarch64 s390x %if 0%{?rhel} - %if 0%{?rhel} > 8 - %define arches_qemu_kvm x86_64 aarch64 s390x - %else - %define arches_qemu_kvm x86_64 %{power64} aarch64 s390x - %endif + %define arches_qemu_kvm x86_64 %{power64} aarch64 s390x %endif %define arches_64bit x86_64 %{power64} aarch64 s390x riscv64 @@ -231,7 +227,7 @@ Summary: Library providing a simple virtualization API Name: libvirt Version: 8.5.0 -Release: 7%{?dist}%{?extra_release} +Release: 7%{?dist}%{?extra_release}.alma License: LGPLv2+ URL: https://libvirt.org/ @@ -2180,6 +2176,9 @@ exit 0 %changelog +* Mon Dec 19 2022 Eduard Abdullin - 8.5.0-7.alma +- Enable for ppc64le + * Mon Sep 26 2022 Jiri Denemark - 8.5.0-7 - security_selinux: Don't ignore NVMe disks when setting image label (rhbz#2121441)