Release 2.3.3

JIRA: https://issues.redhat.com/browse/RHEL-11179

Add Power10 support

Signed-off-by: Pingfan Liu <piliu@redhat.com>
This commit is contained in:
Pingfan Liu 2023-12-08 11:29:29 +08:00
parent c0754f1786
commit 7e516aa499

View File

@ -3,7 +3,7 @@
Name: numatop
Version: 2.3
Release: 2%{?dist}
Release: 3%{?dist}
Summary: Memory access locality characterization and analysis
License: BSD
@ -39,6 +39,7 @@ Patch0012: 0012-x86-Add-feature-tracker.patch
Patch0013: 0013-common-Fix-perf-init-for-large-systems.patch
Patch0014: 0014-common-Increase-count-of-possible-CPUs-per-node.patch
Patch0015: 0015-common-Fix-some-typos.patch
Patch0016: 0016-numatop-powerpc-Add-power10-support.patch
%description
@ -77,6 +78,9 @@ autoreconf --force --install --symlink
%changelog
* Fri Dec 8 2023 Pingfan Liu <piliu@redhat.com> - 2.3.3
- Add Power10 support
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 2.1-7
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
Related: rhbz#1991688