Do not include the package on POWER on RHEL 9

resolves: rhbz#1956935
This commit is contained in:
Richard W.M. Jones 2021-05-07 13:35:05 +01:00
parent 4f30ed9bcd
commit 62e1a90e8a
1 changed files with 10 additions and 1 deletions

View File

@ -3,10 +3,15 @@
Name: virt-top
Version: 1.0.9
Release: 18%{?dist}
Release: 20%{?dist}
Summary: Utility like top(1) for displaying virtualization stats
License: GPLv2+
%if 0%{?rhel}
# No qemu-kvm on POWER (RHBZ#1946532).
ExcludeArch: %{power64}
%endif
URL: http://people.redhat.com/~rjones/virt-top/
Source0: http://people.redhat.com/~rjones/virt-top/files/%{name}-%{version}.tar.gz
@ -119,6 +124,10 @@ install -m 0644 processcsv.py.1 $RPM_BUILD_ROOT%{_mandir}/man1/
%changelog
* Fri May 07 2021 Richard W.M. Jones <rjones@redhat.com> - 1.0.9-20
- Do not include the package on POWER on RHEL 9
resolves: rhbz#1956935
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 1.0.9-18
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937