Release 2.0.16-1
Bugzilla: https://bugzilla.redhat.com/show_bug.cgi?id=2181003 Resolves: bz#2181003 Signed-off-by: Pingfan Liu <piliu@redhat.com>
This commit is contained in:
parent
0697e7d025
commit
375d50973c
4
.gitignore
vendored
4
.gitignore
vendored
@ -1,2 +1,2 @@
|
||||
SOURCES/numactl-2.0.12.tar.gz
|
||||
/numactl-2.0.12.tar.gz
|
||||
SOURCES/numactl-2.0.16.tar.gz
|
||||
/numactl-2.0.16.tar.gz
|
||||
|
||||
30
numactl.spec
30
numactl.spec
@ -1,7 +1,7 @@
|
||||
Name: numactl
|
||||
Summary: Library for tuning for Non Uniform Memory Access machines
|
||||
Version: 2.0.12
|
||||
Release: 13%{?dist}
|
||||
Version: 2.0.16
|
||||
Release: 1%{?dist}
|
||||
# libnuma is LGPLv2 and GPLv2
|
||||
# numactl binaries are GPLv2 only
|
||||
License: GPLv2
|
||||
@ -37,19 +37,6 @@ ExcludeArch: s390 %{arm}
|
||||
#
|
||||
# Patches 601 onward are generic patches
|
||||
#
|
||||
Patch601 :0001-Fix-node_list-with-memory-less-nodes.patch
|
||||
Patch602 :0002-numademo-fix-wrong-node-input.patch
|
||||
Patch603 :0003-Fix-distance-test-to-include-all-existing-nodes.patch
|
||||
Patch604 :0004-Fix-regress-test-numastat-function-and-few-test-fixe.patch
|
||||
Patch605 :0005-Correct-calculation-of-nr_nodes-and-re-enable-move_p.patch
|
||||
Patch606 :0006-Fix-move_pages-test-for-non-contiguous-nodes.patch
|
||||
Patch607 :0007-Fix-Add-ShmemHugePages-and-ShmemPmdMapped-to-system_.patch
|
||||
Patch608 :0008-memhog-add-man-page.patch
|
||||
Patch609: 0009-numastat.8-clarify-that-information-relates-to-resid.patch
|
||||
Patch610: 0010-Fix-crashes-when-using-the-touch-option.patch
|
||||
Patch611: 0011-Added-memhog.8-to-Makefile.am.patch
|
||||
Patch612: 0012-Update-manpage-description-of-localalloc-option.patch
|
||||
Patch613: 0013-libnuma-make-numa_police_memory-free-of-race.patch
|
||||
|
||||
|
||||
|
||||
@ -80,19 +67,6 @@ Provides development headers for numa library calls
|
||||
%setup -q -n %{name}-%{version}
|
||||
|
||||
#patch
|
||||
%patch601 -p1
|
||||
%patch602 -p1
|
||||
%patch603 -p1
|
||||
%patch604 -p1
|
||||
%patch605 -p1
|
||||
%patch606 -p1
|
||||
%patch607 -p1
|
||||
%patch608 -p1
|
||||
%patch609 -p1
|
||||
%patch610 -p1
|
||||
%patch611 -p1
|
||||
%patch612 -p1
|
||||
%patch613 -p1
|
||||
|
||||
|
||||
%build
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (numactl-2.0.12.tar.gz) = 316b10f50e6eee4cee9cf191f19381ec4a61980354eec3f9fe43fef21465bee28a82adeb9c235d4877e82950ccd14c9473b79fd1e2f5a7f598ec2fac230780ff
|
||||
SHA512 (numactl-2.0.16.tar.gz) = 6e17724567c363a08994fe7f5569b6ec62bd1ae608244945fddcb2d6a212b08140340f0d862595ba4016fcba95193e851cb286798f685d314b4c72687af6d879
|
||||
|
||||
Loading…
Reference in New Issue
Block a user