Sync from SUSE:SLFO:Main numactl revision feb7c04c6eca8bc33b55cabf5b04b27a
This commit is contained in:
parent
0952748e28
commit
1e9aada5f2
@ -1,4 +1,4 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/numactl/numactl</param>
|
||||
<param name="changesrevision">693fee1ed3d9524d2696f6ba021431b3176b6f57</param></service></servicedata>
|
||||
<param name="changesrevision">3871b1c42fc71bceadafd745d2eff5dddfc2d67e</param></service></servicedata>
|
BIN
numactl-2.0.16.21.g693fee1.obscpio
(Stored with Git LFS)
BIN
numactl-2.0.16.21.g693fee1.obscpio
(Stored with Git LFS)
Binary file not shown.
BIN
numactl-2.0.18.0.g3871b1c.obscpio
(Stored with Git LFS)
Normal file
BIN
numactl-2.0.18.0.g3871b1c.obscpio
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +1,72 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 22 14:07:43 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
- Use %autosetup macro. Allows to eliminate the usage of deprecated
|
||||
%patchN
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 08 08:27:29 UTC 2024 - trenn@suse.de
|
||||
|
||||
- Update to version 2.0.18.0.g3871b1c:
|
||||
* Increase version number to 2.0.18
|
||||
* man pages: fix table include preprocessor
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 05 08:36:43 UTC 2024 - vasily.ulyanov@suse.com
|
||||
|
||||
- Update to version 2.0.17.8.g67984e5:
|
||||
* numastat: Print package version number instead of own.
|
||||
* numastat: Remove commented out perl code
|
||||
* Check for MPOL_PREFERRED_MANY lazily
|
||||
* libnuma: add numa_set_mempolicy_home_node API
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 30 06:11:46 UTC 2024 - trenn@suse.de
|
||||
|
||||
- Update to version 2.0.17.4.g63befa8:
|
||||
* Fix CodeQl Warn: Wrong type of arguments to formatting function
|
||||
* libnuma: Fix incorrect print and exit of numa_preferred/_many APIs
|
||||
* libnuma: Fix unexpected output
|
||||
* Fix README.md
|
||||
* Increase version number
|
||||
* Fix build badge
|
||||
* Fix README.md
|
||||
* Update README.md
|
||||
* Add configure file for release
|
||||
* Fix unused function return warning in numastat
|
||||
* fix complain() fuction print newline
|
||||
* Document that numa_police_memory may cause data races
|
||||
* Add numastat_diff from jirka-h
|
||||
* Enable v1 compatibility for unused getnodemask test
|
||||
* libnuma: Handle initialization without sysfs
|
||||
* Support empty memory nodes
|
||||
* numactl: Add --version option to print version
|
||||
* Remove obsolete numamon file
|
||||
* numactl: Use standard tab indent for print_node_cpus
|
||||
* Avoid using /proc/cpuinfo in test suite
|
||||
* numact: Add --cpu-compress option
|
||||
* Pin release workflow script to minimize risk of supply chain attacks
|
||||
* move_pages: Fix warning (missing hunk from earlier revert)
|
||||
* numastat: Remove unused functions
|
||||
* distance: Remove unused variable (NFC)
|
||||
* numademo: Adjust memcpy test bandwidth calculation
|
||||
* numactl.c: Refactor print_node_cpus to display CPU ranges
|
||||
* numactl.c: Refactor print_node_cpus to display CPU ranges
|
||||
* numactl.c: Refactor print_node_cpus to display CPU ranges
|
||||
* Refactor print_node_cpus to display CPU ranges instead of individual CPUs
|
||||
* numactl: Fix manual for --preferred and --preferred-many
|
||||
* Revert "Fix build error on riscv64 by linking libatomic"
|
||||
* Include <fcntl.h> instead of <sys/fcntl.h>
|
||||
* Fix the example usage in the numactl manual
|
||||
* Fix issue #190 about numa_exit_on_warn does not work
|
||||
* Create SECURITY.md
|
||||
* fix: fix memory leaks when run with -H
|
||||
* use mems allowed nodes to test prefer_many policy.
|
||||
* fix typo in memhog.8
|
||||
* Update move_pages.c
|
||||
* migspeed don't have to be linked against librt
|
||||
* Add MPOL_F_RELATIVE/STATIC_NODES
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 25 07:46:43 UTC 2023 - trenn@suse.de
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
name: numactl
|
||||
version: 2.0.16.21.g693fee1
|
||||
mtime: 1678851049
|
||||
commit: 693fee1ed3d9524d2696f6ba021431b3176b6f57
|
||||
version: 2.0.18.0.g3871b1c
|
||||
mtime: 1707290436
|
||||
commit: 3871b1c42fc71bceadafd745d2eff5dddfc2d67e
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package numactl
|
||||
#
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: numactl
|
||||
Version: 2.0.16.21.g693fee1
|
||||
Version: 2.0.18.0.g3871b1c
|
||||
Release: 0
|
||||
Summary: NUMA Policy Control
|
||||
License: GPL-2.0-only
|
||||
@ -56,9 +56,7 @@ Control NUMA policy for individual processes. Offer libnuma for
|
||||
individual NUMA policy in applications.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%patch1 -p1
|
||||
%patch2 -p1
|
||||
%autosetup -p1
|
||||
|
||||
%build
|
||||
./autogen.sh
|
||||
|
Loading…
Reference in New Issue
Block a user