From 58a33a9b7a9e37cf5faac43c4610bb1dd1c69a7c 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:25:59 +0000 Subject: [PATCH] update open-isns.spec. https://gitee.com/src-openeuler/open-isns/issues/IAGVSW?from=project-issue MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 客串一回 --- open-isns.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/open-isns.spec b/open-isns.spec index 47b9626..508cc35 100644 --- a/open-isns.spec +++ b/open-isns.spec @@ -1,6 +1,6 @@ Name: open-isns Version: 0.101 -Release: 3 +Release: 4 Summary: The iSNS server and client programs License: LGPLv2+ URL: https://www.github.com/open-iscsi/open-isns @@ -97,6 +97,9 @@ install -p -m 644 isnsd.service %{buildroot}%{_unitdir}/isnsd.service %{_mandir}/man8/* %changelog +* Wed Jul 31 2024 JiangJianJun - 0.101-4 +- DESC: update release + * Fri Sep 2 2022 Wenchao Hao - 0.101-3 - isnsd: socket: Make sure to isnsd would listen IPv6 socket default -- Gitee