diff --git a/0001-fix-typo-in-memhog.8.patch b/0001-fix-typo-in-memhog.8.patch new file mode 100644 index 0000000000000000000000000000000000000000..664abdbf52b82c79522d49deea1451862e07d835 --- /dev/null +++ b/0001-fix-typo-in-memhog.8.patch @@ -0,0 +1,26 @@ +From 66308a7e30a964aaad324f74c74eb5b9d75a2abd Mon Sep 17 00:00:00 2001 +From: Pingfan Liu +Date: Mon, 12 Jun 2023 21:15:39 +0800 +Subject: [PATCH] fix typo in memhog.8 + +Signed-off-by: Pingfan Liu +--- + memhog.8 | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/memhog.8 b/memhog.8 +index e28e784..3846e08 100644 +--- a/memhog.8 ++++ b/memhog.8 +@@ -52,7 +52,7 @@ thread is running on) + # Allocate a 1G region, mmap backed by memhog.mmap file, membind to node 0, repeat test 6 times + memhog -r6 1G --membind 0 -fmemhog.mmap + .TP +-# Allocate a 1G region, iterleave across nodes 0,1,2,3, repeat test 4 times ++# Allocate a 1G region, interleave across nodes 0,1,2,3, repeat test 4 times + memhog -r4 1G --interleave 0-3 + .TP + # Allocate a 1G region, (implicit) default policy, repeat test 8 times +-- +2.31.1 + diff --git a/numactl.spec b/numactl.spec index ed1d8b0f0e1b9e13a88e31f5d3bb24a74ae9e0de..b3739604a6d31c15d779be3d5bd32d65f0d3b0bf 100644 --- a/numactl.spec +++ b/numactl.spec @@ -2,7 +2,7 @@ Name: numactl Summary: Library for tuning for Non Uniform Memory Access machines Version: 2.0.16 -Release: 1%{anolis_release}%{dist} +Release: 3%{anolis_release}%{dist} # libnuma is LGPLv2 and GPLv2 # numactl binaries are GPLv2 only License: GPLv2 @@ -38,6 +38,7 @@ ExcludeArch: s390 %{arm} # # Patches 601 onward are generic patches # +Patch601: 0001-fix-typo-in-memhog.8.patch %description @@ -118,9 +119,12 @@ rm -rf $RPM_BUILD_ROOT %doc README.md %changelog -* Wed Dec 13 2023 Bo Ren - 2.0.14-9.0.1 +* Tue May 21 2024 Bo Ren - 2.0.16-2.0.1 - Add doc sub package +* Thu Sep 14 2023 Pingfan Liu - 2.0.16-2 +- fix typo in memhog.8 + * Wed Nov 23 2022 Pingfan Liu - 2.0.14-9 - Dummy release to get s390x binary in errata