From 15198f7402d2d2762396f9f634c60018b1a0d396 Mon Sep 17 00:00:00 2001 From: Wang_M <815543835@qq.com> Date: Mon, 1 Sep 2025 03:30:03 +0000 Subject: [PATCH] update libiscsi.spec. Signed-off-by: Wang_M <815543835@qq.com> --- libiscsi.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/libiscsi.spec b/libiscsi.spec index 9a3ae3f..f1faf1e 100644 --- a/libiscsi.spec +++ b/libiscsi.spec @@ -1,6 +1,6 @@ Name: libiscsi Version: 1.20.0 -Release: 2 +Release: 3 Summary: Client-side library to implement the iSCSI protocol Recommends: %{name}-utils License: LGPLv2+ and GPLv2+ @@ -106,6 +106,9 @@ This package contains utilities of %{name} to connect to iSCSI targets %{_bindir}/iscsi-md5sum %changelog +* Tue Jul 1 2025 wangmian - 1.20.0-3 +- DESC: Fixed bug for macros in Changelog + * Mon Feb 17 2025 wangmian - 1.20.0-2 - DESC: Remove ELF RPATH @@ -129,7 +132,7 @@ This package contains utilities of %{name} to connect to iSCSI targets - DESC: iscsi-inq: handle setting of debug_level correctly * Fri Jul 30 2021 chenyanpanHW - 1.19.0-6 -- DESC: delete -Sgit from %autosetup, and delete BuildRequires git +- DESC: delete -Sgit from autosetup, and delete BuildRequires git * Fri Jul 30 2021 yanglongkang - 1.19.0-5 - fix multiple define for gcc10 -- Gitee