Release 2.0.18-1
Resolves: https://issues.redhat.com/browse/RHEL-46054 Signed-off-by: Pingfan Liu <piliu@redhat.com>
This commit is contained in:
parent
4ace9e4593
commit
3e90df85a0
@ -1,26 +0,0 @@
|
||||
From 66308a7e30a964aaad324f74c74eb5b9d75a2abd Mon Sep 17 00:00:00 2001
|
||||
From: Pingfan Liu <piliu@redhat.com>
|
||||
Date: Mon, 12 Jun 2023 21:15:39 +0800
|
||||
Subject: [PATCH] fix typo in memhog.8
|
||||
|
||||
Signed-off-by: Pingfan Liu <piliu@redhat.com>
|
||||
---
|
||||
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
|
||||
|
11
numactl.spec
11
numactl.spec
@ -1,7 +1,7 @@
|
||||
Name: numactl
|
||||
Summary: Library for tuning for Non Uniform Memory Access machines
|
||||
Version: 2.0.16
|
||||
Release: 3%{dist}
|
||||
Version: 2.0.18
|
||||
Release: 1%{dist}
|
||||
# libnuma is LGPLv2 and GPLv2
|
||||
# numactl binaries are GPLv2 only
|
||||
License: GPLv2
|
||||
@ -37,7 +37,7 @@ ExcludeArch: s390 %{arm}
|
||||
#
|
||||
# Patches 601 onward are generic patches
|
||||
#
|
||||
Patch601: 0001-fix-typo-in-memhog.8.patch
|
||||
#Patch601: 0001-fix-typo-in-memhog.8.patch
|
||||
|
||||
|
||||
%description
|
||||
@ -64,8 +64,6 @@ Provides development headers for numa library calls
|
||||
%prep
|
||||
%autosetup
|
||||
|
||||
#patch
|
||||
#%patch601 -p1
|
||||
|
||||
%build
|
||||
%configure --prefix=/usr --libdir=%{_libdir}
|
||||
@ -108,6 +106,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_mandir}/man3/*.3*
|
||||
|
||||
%changelog
|
||||
* Tue Jul 30 2024 Pingfan Liu <piliu@redhat.com> - 2.0.18-1
|
||||
- rebase to v2.0.18
|
||||
|
||||
* Thu Sep 14 2023 Pingfan Liu <piliu@redhat.com> - 2.0.16-2
|
||||
- fix typo in memhog.8
|
||||
|
||||
|
1
sources
1
sources
@ -1 +1,2 @@
|
||||
SHA512 (numactl-2.0.16.tar.gz) = 6e17724567c363a08994fe7f5569b6ec62bd1ae608244945fddcb2d6a212b08140340f0d862595ba4016fcba95193e851cb286798f685d314b4c72687af6d879
|
||||
SHA512 (numactl-2.0.18.tar.gz) = 17abe7a3744065edb5ec1e27135873629031c509313809ca99e0d9254f7a5cb00cce5b32173e811e9b9d7cb407aabdcbe3c6be6e3b094ad3e7d696a154b7f1ec
|
||||
|
Loading…
Reference in New Issue
Block a user