- Enable building for ppc64le

This commit is contained in:
eabdullin 2024-09-24 16:07:45 +03:00
parent 1dd8de3289
commit f5dade3a7d

View File

@ -3,14 +3,16 @@ ExcludeArch: %{ix86}
Name: virt-top Name: virt-top
Version: 1.1.1 Version: 1.1.1
Release: 21%{?dist} Release: 21%{?dist}.alma.1
Summary: Utility like top(1) for displaying virtualization stats Summary: Utility like top(1) for displaying virtualization stats
License: GPL-2.0-or-later License: GPL-2.0-or-later
%if 0%{?rhel} %if 0%{?rhel}
%if 0%{?almalinux} < 10
# No qemu-kvm on POWER (RHBZ#1946532). # No qemu-kvm on POWER (RHBZ#1946532).
ExcludeArch: %{power64} ExcludeArch: %{power64}
%endif %endif
%endif
URL: http://people.redhat.com/~rjones/virt-top/ URL: http://people.redhat.com/~rjones/virt-top/
Source0: http://people.redhat.com/~rjones/virt-top/files/%{name}-%{version}.tar.gz 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 %changelog
* Thu Sep 05 2024 Eduard Abdullin <eabdullin@almalinux.org> - 1.1.1-21.alma.1
- Enable building for ppc64le
* Tue Jun 25 2024 Troy Dawson <tdawson@redhat.com> - 1.1.1-21 * Tue Jun 25 2024 Troy Dawson <tdawson@redhat.com> - 1.1.1-21
- Bump release for June 2024 mass rebuild - Bump release for June 2024 mass rebuild