- Enable building for ppc64le

This commit is contained in:
eabdullin 2024-09-05 16:32:32 +03:00
parent 73f2d6f723
commit 5a05f9ca46

View File

@ -53,9 +53,12 @@
%endif
%global tools_only 0
%if 0%{?almalinux} < 10
%ifarch %{power64}
%global tools_only 1
%endif
%endif
%ifnarch %{ix86} x86_64 aarch64
%global have_usbredir 0
@ -143,7 +146,7 @@ Obsoletes: %{name}-block-ssh <= %{epoch}:%{version} \
Summary: QEMU is a machine emulator and virtualizer
Name: qemu-kvm
Version: 9.0.0
Release: 7%{?rcrel}%{?dist}%{?cc_suffix}
Release: 7%{?rcrel}%{?dist}%{?cc_suffix}.alma.1
# Epoch because we pushed a qemu-1.0 package. AIUI this can't ever be dropped
# Epoch 15 used for RHEL 8
# Epoch 17 used for RHEL 9 (due to release versioning offset in RHEL 8.5)
@ -1307,6 +1310,9 @@ useradd -r -u 107 -g qemu -G kvm -d / -s /sbin/nologin \
%endif
%changelog
* Thu Sep 05 2024 Eduard Abdullin <eabdullin@almalinux.org> - 9.0.0-7.alma.1
- Enable building for ppc64le
* Thu Aug 15 2024 Miroslav Rezanina <mrezanin@redhat.com> - 9.0.0-7
- kvm-linux-aio-add-IO_CMD_FDSYNC-command-support.patch [RHEL-51901]
- kvm-nbd-server-Plumb-in-new-args-to-nbd_client_add.patch [RHEL-52599]