From cdb2a7ec573d50c7ea8d672f693b99dc864f053c Mon Sep 17 00:00:00 2001 From: Wenchao Hao Date: Mon, 27 Sep 2021 15:41:39 +0800 Subject: [PATCH] Noop operations to make it able to sync between different branches Signed-off-by: Wenchao Hao --- open-isns.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/open-isns.spec b/open-isns.spec index 9ecad15..f2b31fe 100644 --- a/open-isns.spec +++ b/open-isns.spec @@ -1,6 +1,6 @@ Name: open-isns Version: 0.100 -Release: 7 +Release: 8 Summary: The iSNS server and client programs License: LGPLv2+ URL: https://www.github.com/open-iscsi/open-isns @@ -100,6 +100,9 @@ install -p -m 644 isnsd.service %{buildroot}%{_unitdir}/isnsd.service %{_mandir}/man8/* %changelog +* Mon Sep 27 2021 Wenchao Hao - 0.100-8 +- Noop operations to make it able to sync between different branches + * Mon Sep 27 2021 Wenchao Hao - 0.100-7 - DESC: delete -S git from %autosetup, and delete BuildRequires git