diff --git a/SPECS/supermin.spec b/SPECS/supermin.spec index 9a2e165..a1169ce 100644 --- a/SPECS/supermin.spec +++ b/SPECS/supermin.spec @@ -31,14 +31,16 @@ Summary: Tool for creating supermin appliances Name: supermin Version: 5.3.3 -Release: 1%{?dist} +Release: 1%{?dist}.alma.1 License: GPLv2+ 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 @@ -187,6 +189,9 @@ make check || { %changelog +* Tue Apr 08 2025 Eduard Abdullin - 5.3.3-1.alma.1 +- Enable building for ppc64le + * Tue Oct 18 2022 Richard W.M. Jones - 5.3.3-1 - Rebase to Fedora Rawhide resolves: rhbz#2135767