From 8d0608908b91621d1c8e1fddcd8b4079c02f85e6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AE=A2=E4=B8=B2=E4=B8=80=E5=9B=9E?= Date: Wed, 31 Jul 2024 07:23:27 +0000 Subject: [PATCH] update libiscsi.spec. https://gitee.com/src-openeuler/libiscsi/issues/IAGVRR?from=project-issue MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 客串一回 --- libiscsi.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libiscsi.spec b/libiscsi.spec index 0d58965..c9cf788 100644 --- a/libiscsi.spec +++ b/libiscsi.spec @@ -1,6 +1,6 @@ Name: libiscsi Version: 1.19.0 -Release: 10 +Release: 11 Summary: Client-side library to implement the iSCSI protocol Recommends: %{name}-utils License: LGPLv2+ and GPLv2+ @@ -130,6 +130,9 @@ This package contains utilities of %{name} to connect to iSCSI targets %{_bindir}/iscsi-test-cu %changelog +* Wed Jul 31 2024 JiangJianJun - 1.19.0-11 +- DESC: update release + * Wed Mar 22 2023 Wenchao Hao - 1.19.0-10 - DESC: backport patch to fix some memory leak issues -- Gitee