From 2fc35041611f11b13e2d2a5c226d7e2c057954ef Mon Sep 17 00:00:00 2001 From: Wenchao Hao Date: Wed, 11 Nov 2020 10:07:34 +0800 Subject: [PATCH] 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