diff --git a/open-isns.spec b/open-isns.spec index f8f16127dc0c87433d82ec0153aca309cbfb5e6c..2088ae2af4fd60b0a112c40cce33d7abcbe4f9f4 100644 --- a/open-isns.spec +++ b/open-isns.spec @@ -1,6 +1,6 @@ Name: open-isns Version: 0.100 -Release: 6 +Release: 8 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,12 @@ 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 + * Fri Jul 30 2021 chenyanpanHW - 0.100-6 - DESC: delete -S git from %autosetup, and delete BuildRequires git