Enable building for ppc64le
This commit is contained in:
parent
f02806b2a9
commit
2ca3e84ef0
@ -54,9 +54,11 @@
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%global tools_only 0
|
%global tools_only 0
|
||||||
|
%if 0%{?almalinux} < 9
|
||||||
%ifarch %{power64}
|
%ifarch %{power64}
|
||||||
%global tools_only 1
|
%global tools_only 1
|
||||||
%endif
|
%endif
|
||||||
|
%endif
|
||||||
|
|
||||||
%ifnarch %{ix86} x86_64 aarch64
|
%ifnarch %{ix86} x86_64 aarch64
|
||||||
%global have_usbredir 0
|
%global have_usbredir 0
|
||||||
@ -149,7 +151,7 @@ Obsoletes: %{name}-block-ssh <= %{epoch}:%{version} \
|
|||||||
Summary: QEMU is a machine emulator and virtualizer
|
Summary: QEMU is a machine emulator and virtualizer
|
||||||
Name: qemu-kvm
|
Name: qemu-kvm
|
||||||
Version: 9.0.0
|
Version: 9.0.0
|
||||||
Release: 10%{?rcrel}%{?dist}%{?cc_suffix}.2
|
Release: 10%{?rcrel}%{?dist}%{?cc_suffix}.2.alma.1
|
||||||
# Epoch because we pushed a qemu-1.0 package. AIUI this can't ever be dropped
|
# Epoch because we pushed a qemu-1.0 package. AIUI this can't ever be dropped
|
||||||
# Epoch 15 used for RHEL 8
|
# Epoch 15 used for RHEL 8
|
||||||
# Epoch 17 used for RHEL 9 (due to release versioning offset in RHEL 8.5)
|
# Epoch 17 used for RHEL 9 (due to release versioning offset in RHEL 8.5)
|
||||||
@ -1522,6 +1524,9 @@ useradd -r -u 107 -g qemu -G kvm -d / -s /sbin/nologin \
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Apr 08 2025 Eduard Abdullin <eabdullin@almalinux.org> - 17:9.0.0-10.2.alma.1
|
||||||
|
- Enable building for ppc64le
|
||||||
|
|
||||||
* Wed Jan 15 2025 Miroslav Rezanina <mrezanin@redhat.com> - 9.0.0-10.el9_5.2
|
* Wed Jan 15 2025 Miroslav Rezanina <mrezanin@redhat.com> - 9.0.0-10.el9_5.2
|
||||||
- kvm-vhost-fail-device-start-if-iotlb-update-fails.patch [RHEL-73006]
|
- kvm-vhost-fail-device-start-if-iotlb-update-fails.patch [RHEL-73006]
|
||||||
- Resolves: RHEL-73006
|
- Resolves: RHEL-73006
|
||||||
|
Loading…
Reference in New Issue
Block a user