From f5dade3a7d045ab8101c4ca84416bfb431199449 Mon Sep 17 00:00:00 2001 From: eabdullin Date: Tue, 24 Sep 2024 16:07:45 +0300 Subject: [PATCH] - Enable building for ppc64le --- virt-top.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/virt-top.spec b/virt-top.spec index d80e1c7..e56535b 100644 --- a/virt-top.spec +++ b/virt-top.spec @@ -3,14 +3,16 @@ ExcludeArch: %{ix86} Name: virt-top Version: 1.1.1 -Release: 21%{?dist} +Release: 21%{?dist}.alma.1 Summary: Utility like top(1) for displaying virtualization stats License: GPL-2.0-or-later %if 0%{?rhel} +%if 0%{?almalinux} < 10 # 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 @@ -136,6 +138,9 @@ install -m 0644 processcsv.py.1 $RPM_BUILD_ROOT%{_mandir}/man1/ %changelog +* Thu Sep 05 2024 Eduard Abdullin - 1.1.1-21.alma.1 +- Enable building for ppc64le + * Tue Jun 25 2024 Troy Dawson - 1.1.1-21 - Bump release for June 2024 mass rebuild