Bring qemu-kvm to AlmaLinux 9 ppc64le

This commit is contained in:
Eduard Abdullin 2025-04-08 16:05:06 +03:00 committed by eabdullin
parent 1dde83e05d
commit 646fd6384a

View File

@ -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 <eabdullin@almalinux.org> - 1.1.1-9.alma.1
- Bring qemu-kvm to AlmaLinux 9 ppc64le
* Tue Jan 10 2023 Richard W.M. Jones <rjones@redhat.com> - 1.1.1-9
- Fix parse error using --init-file option
resolves: rhbz#2159549