From 2fc35041611f11b13e2d2a5c226d7e2c057954ef Mon Sep 17 00:00:00 2001 From: Wenchao Hao Date: Wed, 11 Nov 2020 10:07:34 +0800 Subject: [PATCH 1/2] add help for Recommends Signed-off-by: Wenchao Hao --- open-isns.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/open-isns.spec b/open-isns.spec index f8f1612..bf1ead1 100644 --- a/open-isns.spec +++ b/open-isns.spec @@ -1,6 +1,6 @@ Name: open-isns Version: 0.100 -Release: 6 +Release: 7 Summary: The iSNS server and client programs License: LGPLv2+ URL: https://www.github.com/open-iscsi/open-isns @@ -14,6 +14,7 @@ Patch5: 0005-Do-not-install-isnsd.socket-in-isnsd.service.patch BuildRequires: gcc systemd automake autoconf make BuildRequires: openssl-devel systemd-devel +Recommends: %{name}-help = %{version}-%{release} Requires(post): systemd-units Requires(preun): systemd-units Requires(postun): systemd-units @@ -98,6 +99,9 @@ install -p -m 644 isnsd.service %{buildroot}%{_unitdir}/isnsd.service %{_mandir}/man8/* %changelog +* Mon Sep 27 2021 Wenchao Hao - 0.100-7 +- add help for Recommends + * Fri Jul 30 2021 chenyanpanHW - 0.100-6 - DESC: delete -S git from %autosetup, and delete BuildRequires git -- Gitee From 002af4c3adabda08b2ee8a35ed0315468668c1f7 Mon Sep 17 00:00:00 2001 From: Wenchao Hao Date: Mon, 27 Sep 2021 15:41:39 +0800 Subject: [PATCH 2/2] 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 bf1ead1..2088ae2 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 @@ -99,6 +99,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 - add help for Recommends -- Gitee