From 2b7a37ec50d2843ec1c8ae95b876960a4e00851c Mon Sep 17 00:00:00 2001 From: lvyy Date: Mon, 9 Sep 2024 07:02:46 +0000 Subject: [PATCH] fix spec format --- open-isns.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/open-isns.spec b/open-isns.spec index 47b9626..3fc267f 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 +* Mon Sep 9 2024 lvyy - 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