From ccd35b71781165a9813f40bdbdea95aba290c221 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B1=88=E4=B9=A6=E5=9D=A4?= Date: Tue, 20 Aug 2024 22:35:40 +0800 Subject: [PATCH] Replaced declaration of help subpackage with the 'package_help' macro. --- open-iscsi.spec | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/open-iscsi.spec b/open-iscsi.spec index 7479529..3101bf7 100644 --- a/open-iscsi.spec +++ b/open-iscsi.spec @@ -4,7 +4,7 @@ Name: open-iscsi Version: 2.1.5 -Release: 14 +Release: 15 Summary: ISCSI software initiator daemon and utility programs License: GPLv2+ and BSD URL: http://www.open-iscsi.com @@ -79,12 +79,7 @@ Requires: %{name} = %{version}-%{release} %description devel This package contains libraries and include files for %{name}. -%package help -Summary: Including man files for %{name}. -Requires: man - -%description help -This contains man files for the using of %{name}. +%package_help %prep %autosetup -n %{name}-%{version} -p1 @@ -163,6 +158,9 @@ fi %{_mandir}/man8/* %changelog +* Tue Aug 20 2024 ShuKun Qu - 2.1.5-15 +- Replaced declaration of help subpackage with the 'package_help' macro. + * Tue Feb 20 2024 jiangjianjun - 2.1.5-14 - update open-iscsi.spec -- Gitee