update version 2.0.16

(cherry picked from commit 8590877e9d20568a8a3ddc796792cbe7c4a045b2)
This commit is contained in:
Chunsheng Luo 2022-11-09 17:31:01 +08:00 committed by openeuler-sync-bot
parent feef28a2aa
commit d8c5637d57
3 changed files with 5 additions and 5 deletions

Binary file not shown.

BIN
numactl-2.0.16.tar.gz Normal file

Binary file not shown.

View File

@ -1,15 +1,12 @@
Name: numactl
Version: 2.0.14
Release: 2
Version: 2.0.16
Release: 1
Summary: Library for tuning for Non Uniform Memory Access machines
License: GPLv2
URL: https://github.com/numactl/numactl
Source0: https://github.com/numactl/numactl/releases/download/v%{version}/numactl-%{version}.tar.gz
BuildRequires: libtool automake autoconf
Patch1: 0001-Fix-segmentation-fault-when-using-offset.patch
Patch2: 0002-fix-verify_shm-memcmp-nodes.patch
%description
Simple NUMA policy support. It consists of a numactl program to run other
programs with a specific NUMA policy and a libnuma shared library to set
@ -77,6 +74,9 @@ LD_LIBRARY_PATH=$(pwd)/.libs make check
%{_mandir}/man3/*.3*
%changelog
* Wed Nov 9 2022 Chunsheng Luo<luochunsheng@huawei.com> - 2.0.16-1
- update version to 2.0.16
* Tue Feb 8 2022 zhouwenpei<zhouwenpei1@h-partners.com> - 2.0.14-2
- fix segmentation fault with --offset and output wrong result with --verify