From 6fcd832ca9a83fa228361268df42ca9c3c530277 Mon Sep 17 00:00:00 2001 From: kkkl12 <1604145060@qq.com> Date: Tue, 10 Nov 2020 15:18:04 +0800 Subject: [PATCH] Append help to Main package --- targetcli.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/targetcli.spec b/targetcli.spec index 915530a..5c9cf8a 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,7 +9,7 @@ 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 %{name}-help %description Targetcli is an administration tool for managing storage targets @@ -44,6 +44,9 @@ install -D -m 644 targetcli.8.gz %{buildroot}%{_mandir}/man8/targetcli.8.gz %{_mandir}/man8/targetcli.8.gz %changelog +* Mon Nov 09 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