From 016a5afd10b77ebd5a5a90366b1668690a74e518 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 10:09:55 +0000 Subject: [PATCH] fix format of open-isns.spec. https://gitee.com/src-openeuler/open-isns/issues/IAGVSW MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 客串一回 --- open-isns.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/open-isns.spec b/open-isns.spec index 47b9626..64a3a68 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 @@ -32,7 +32,6 @@ Requires: %{name} = %{version}-%{release} Provides: isns-utils-devel isns-utils-devel%{?_isa} Obsoletes: isns-utils-devel - %description devel This package consists of head files and libraries for iSNS @@ -97,6 +96,9 @@ install -p -m 644 isnsd.service %{buildroot}%{_unitdir}/isnsd.service %{_mandir}/man8/* %changelog +* Wed Jul 31 2024 JiangJianJun - 0.101-4 +- DESC: fix spec format + * Fri Sep 2 2022 Wenchao Hao - 0.101-3 - isnsd: socket: Make sure to isnsd would listen IPv6 socket default -- Gitee