From 62e1a90e8a6600557d6f557f4e5e378217d4fad4 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Fri, 7 May 2021 13:35:05 +0100 Subject: [PATCH] Do not include the package on POWER on RHEL 9 resolves: rhbz#1956935 --- virt-top.spec | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/virt-top.spec b/virt-top.spec index 335cbd4..eddbbe7 100644 --- a/virt-top.spec +++ b/virt-top.spec @@ -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 - 1.0.9-20 +- Do not include the package on POWER on RHEL 9 + resolves: rhbz#1956935 + * Fri Apr 16 2021 Mohan Boddu - 1.0.9-18 - Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937