Enable build for ppc64le

This commit is contained in:
eabdullin 2022-12-19 09:29:49 +03:00
parent 17f2ba04a5
commit c81a763716
1 changed files with 5 additions and 6 deletions

View File

@ -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 <eabdullin@almalinux.org> - 8.5.0-7.alma
- Enable for ppc64le
* Mon Sep 26 2022 Jiri Denemark <jdenemar@redhat.com> - 8.5.0-7
- security_selinux: Don't ignore NVMe disks when setting image label (rhbz#2121441)