From af0da0b697dad9f3cc6e6418d8ad2e7a7dd154ce Mon Sep 17 00:00:00 2001 From: eabdullin Date: Thu, 5 Sep 2024 16:36:57 +0300 Subject: [PATCH] - Enable building for ppc64le --- qemu-kvm.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/qemu-kvm.spec b/qemu-kvm.spec index d83bcbb..5be65bd 100644 --- a/qemu-kvm.spec +++ b/qemu-kvm.spec @@ -60,9 +60,11 @@ %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 @@ -155,7 +157,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}.alma.1 +Release: 7%{?rcrel}%{?dist}%{?cc_suffix}.alma.2 # 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) @@ -1350,6 +1352,9 @@ useradd -r -u 107 -g qemu -G kvm -d / -s /sbin/nologin \ %endif %changelog +* Thu Sep 05 2024 Eduard Abdullin - 9.0.0-7.alma.2 +- Enable building for ppc64le + * Thu Aug 22 2024 Eduard Abdullin - 9.0.0-7.alma.1 - Re-added Spice support