From 646fd6384a61ec727d87c7e70d8c010851229b76 Mon Sep 17 00:00:00 2001 From: Eduard Abdullin Date: Tue, 8 Apr 2025 16:05:06 +0300 Subject: [PATCH] Bring qemu-kvm to AlmaLinux 9 ppc64le --- SPECS/virt-top.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/SPECS/virt-top.spec b/SPECS/virt-top.spec index 2209213..9bac900 100644 --- a/SPECS/virt-top.spec +++ b/SPECS/virt-top.spec @@ -1,14 +1,16 @@ %undefine _package_note_flags Name: virt-top Version: 1.1.1 -Release: 9%{?dist} +Release: 9%{?dist}.alma.1 Summary: Utility like top(1) for displaying virtualization stats License: GPLv2+ %if 0%{?rhel} +%if 0%{?almalinux} < 9 # No qemu-kvm on POWER (RHBZ#1946532). ExcludeArch: %{power64} %endif +%endif URL: http://people.redhat.com/~rjones/virt-top/ Source0: http://people.redhat.com/~rjones/virt-top/files/%{name}-%{version}.tar.gz @@ -120,6 +122,9 @@ install -m 0644 processcsv.py.1 $RPM_BUILD_ROOT%{_mandir}/man1/ %changelog +* Tue Apr 08 2025 Eduard Abdullin - 1.1.1-9.alma.1 +- Bring qemu-kvm to AlmaLinux 9 ppc64le + * Tue Jan 10 2023 Richard W.M. Jones - 1.1.1-9 - Fix parse error using --init-file option resolves: rhbz#2159549