Enable building for ppc64le

This commit is contained in:
Eduard Abdullin 2025-04-09 15:36:03 +03:00 committed by eabdullin
parent 8d0bab52e8
commit fe4b229c32

View File

@ -38,14 +38,16 @@ ExcludeArch: %{ix86}
Summary: Tool for creating supermin appliances
Name: supermin
Version: 5.3.5
Release: 1%{?dist}
Release: 1%{?dist}.alma.1
License: GPL-2.0-or-later
ExclusiveArch: %{kernel_arches}
%if 0%{?rhel}
%if 0%{?almalinux} < 9
# No qemu-kvm on POWER (RHBZ#1946532).
ExcludeArch: %{power64}
%endif
%endif
URL: http://people.redhat.com/~rjones/supermin/
Source0: http://download.libguestfs.org/supermin/%{source_directory}/%{name}-%{version}.tar.gz
@ -206,6 +208,9 @@ make check || {
%changelog
* Wed Apr 09 2025 Eduard Abdullin <eabdullin@almalinux.org> - 5.3.5-1.alma.1
- Enable building for ppc64le
* Mon Sep 02 2024 Richard W.M. Jones <rjones@redhat.com> - 5.3.5-1
- Rebase to Fedora Rawhide
resolves: RHEL-56805