From f221510e9e2472b7cc5a2f47ad7f8ab82a9c4008 Mon Sep 17 00:00:00 2001 From: jialei Date: Wed, 11 Nov 2020 09:55:36 +0800 Subject: [PATCH] add help for Recommends --- open-iscsi.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/open-iscsi.spec b/open-iscsi.spec index 4277547..2afe229 100644 --- a/open-iscsi.spec +++ b/open-iscsi.spec @@ -4,7 +4,7 @@ Name: open-iscsi Version: 2.1.1 -Release: 1 +Release: 2 Summary: ISCSI software initiator daemon and utility programs License: GPLv2+ and BSD URL: http://www.open-iscsi.org @@ -31,6 +31,7 @@ Patch18: 0018-resolve-compilation-errors.patch BuildRequires: flex bison doxygen kmod-devel systemd-units gcc git isns-utils-devel systemd-devel BuildRequires: autoconf automake libtool libmount-devel openssl-devel pkg-config gdb +Recommends: %{name}-help = %{version}-%{release} Provides: iscsi-initiator-utils Obsoletes: iscsi-initiator-utils @@ -160,6 +161,9 @@ fi %{_mandir}/man8/* %changelog +* Fri Nov 11 2020 jialei - 2.1.1-2 +- add help for Recommends + * Thu Jul 9 2020 wuguanghao - 2.1.1-1 - update open-iscsi version to 2.1.1-1 -- Gitee