diff --git a/supermin.spec b/supermin.spec index 7c394c9..adf2bde 100644 --- a/supermin.spec +++ b/supermin.spec @@ -29,10 +29,14 @@ Summary: Tool for creating supermin appliances Name: supermin Version: 5.2.1 -Release: 1%{?dist} +Release: 2%{?dist} License: GPLv2+ ExclusiveArch: %{kernel_arches} +%if 0%{?rhel} +# No qemu-kvm on POWER (RHBZ#1946532). +ExcludeArch: %{power64} +%endif URL: http://people.redhat.com/~rjones/supermin/ Source0: http://download.libguestfs.org/supermin/%{source_directory}/%{name}-%{version}.tar.gz @@ -164,6 +168,10 @@ make check || { %changelog +* Fri May 07 2021 Richard W.M. Jones - 5.2.1-2 +- Do not include the package on POWER on RHEL 9 + resolves: rhbz#1956934 + * Mon Feb 01 2021 Richard W.M. Jones - 5.2.1-1 - New upstream version 5.2.1.