Do not include the package on POWER on RHEL 9
resolves: rhbz#1956934
This commit is contained in:
parent
084b2b0908
commit
3f2b7f0a26
@ -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.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user