From 2a2fef1e769813e4230e1711a568eb807c7babb6 Mon Sep 17 00:00:00 2001 From: wangxiao65 Date: Wed, 2 Jul 2025 05:53:14 +0000 Subject: [PATCH] delete macros in changelog (cherry picked from commit 13a7e8288b159303c245e92350747a5adf3dff9a) --- numactl.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/numactl.spec b/numactl.spec index b194d0a..f1f1824 100644 --- a/numactl.spec +++ b/numactl.spec @@ -1,6 +1,6 @@ Name: numactl Version: 2.0.17 -Release: 3 +Release: 4 Summary: Library for tuning for Non Uniform Memory Access machines License: GPLv2 URL: https://github.com/numactl/numactl @@ -78,6 +78,9 @@ LD_LIBRARY_PATH=$(pwd)/.libs make check %{_mandir}/man3/*.3* %changelog +* Tue Jul 01 2025 wangxiao - 2.0.17-4 +- delete macros in changelog + * Wed May 22 2024 zhangyaqi - 2.0.17-3 - numademo: Fix the using of the uninitialized value @@ -124,7 +127,7 @@ LD_LIBRARY_PATH=$(pwd)/.libs make check - DESC: enable make check * Fri Jul 30 2021 chenyanpanHW - 2.0.13-5 -- DESC: delete -Sgit from %autosetup, and delete BuildRequires git +- DESC: delete -Sgit from autosetup, and delete BuildRequires git * Fri Jan 10 2020 yuxiangyang - 2.0.13-4 - upgrade version to 2.0.13 -- Gitee