Do not include the package on POWER on RHEL 9

resolves: rhbz#1956934
This commit is contained in:
Richard W.M. Jones 2021-05-07 13:28:18 +01:00
parent 084b2b0908
commit 3f2b7f0a26
1 changed files with 9 additions and 1 deletions

View File

@ -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 <rjones@redhat.com> - 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 <rjones@redhat.com> - 5.2.1-1
- New upstream version 5.2.1.