From deb6f81a1b040fe38e785bf696d7a7193f276c1e Mon Sep 17 00:00:00 2001 From: kkkl12 <1604145060@qq.com> Date: Wed, 11 Nov 2020 15:42:14 +0800 Subject: [PATCH] Append help Recommends to main package --- targetcli.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/targetcli.spec b/targetcli.spec index 915530a..b628eb4 100644 --- a/targetcli.spec +++ b/targetcli.spec @@ -1,6 +1,6 @@ Name: targetcli Version: 2.1.fb48 -Release: 10 +Release: 11 License: ASL 2.0 Summary: Generic SCSI target CLI shell URL: https://github.com/open-iscsi/targetcli-fb @@ -9,8 +9,8 @@ Patch0000: 0000-signed-char.patch Patch0001: MappedLuns-and-Luns-max-number-is-not-the-same-anymore.patch BuildArch: noarch BuildRequires: python3-devel python3-setuptools -Requires: python3-rtslib target-restore python3-configshell python3-six python3-dbus python3-gobject - +Requires: python3-rtslib target-restore python3-configshell python3-six python3-dbus python3-gobject +Recommends: %{name}-help = %{version}-%{release} %description Targetcli is an administration tool for managing storage targets using the kernel LIO core target and compatible target fabric modules. @@ -44,6 +44,9 @@ install -D -m 644 targetcli.8.gz %{buildroot}%{_mandir}/man8/targetcli.8.gz %{_mandir}/man8/targetcli.8.gz %changelog +* Wed Nov 11 2020 liuweibo - 2.1.fb48-11 +- append help requires to targetcli + * Fri Jul 24 2020 wangyue - 2.1.fb48-10 - fix unexpected error raised when adding luns -- Gitee