From 8142e76955f3f42ce7e19d87c2a1db9c9e6b3ec6 Mon Sep 17 00:00:00 2001 From: jichao wu Date: Mon, 4 Aug 2025 14:20:26 +0800 Subject: [PATCH] fix changelog print error Signed-off-by: jichao wu --- syscontainer-tools.spec | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/syscontainer-tools.spec b/syscontainer-tools.spec index ad17af4..5450412 100644 --- a/syscontainer-tools.spec +++ b/syscontainer-tools.spec @@ -1,7 +1,7 @@ #Basic Information Name: syscontainer-tools Version: 0.9 -Release: 67 +Release: 68 Summary: syscontainer tools for IT, work with iSulad License: Mulan PSL v2 URL: https://gitee.com/openeuler/syscontainer-tools @@ -132,6 +132,12 @@ chmod 0640 ${HOOK_SPEC}/hookspec.json rm -rfv %{buildroot} %changelog +* Mon Aug 04 2025 wujichao - 0.9-68 +- Type:bugfix +- CVE:NA +- SUG:NA +- DESC:fix changelog print error + * Fri Sep 20 2024 laokz - 0.9-67 - Type:fix - CVE:NA @@ -229,7 +235,7 @@ rm -rfv %{buildroot} - DESC: enable external linkmode for cgo build * Fri Jul 30 2021 chenyanpanHW - 0.9-48 -- DESC: delete -Sgit from %autosetup +- DESC: delete -Sgit from autosetup * Mon Feb 08 2021 zhangsong234 - 0.9-47 - update version to 0.9-47 -- Gitee