From a25a2591ac459640f7f8c20892b659e3ac30ab78 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:28:23 +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 09be5ca..aaae5f0 100644 --- a/open-iscsi.spec +++ b/open-iscsi.spec @@ -4,7 +4,7 @@ Name: open-iscsi Version: 2.1.1 -Release: 14 +Release: 15 Summary: ISCSI software initiator daemon and utility programs License: GPLv2+ and BSD URL: http://www.open-iscsi.com @@ -77,12 +77,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 open-iscsi-2.1.1 -p1 @@ -167,6 +162,9 @@ fi %{_mandir}/man8/* %changelog +* Tue Aug 20 2024 ShuKun Qu - 2.1.1-15 +- Replaced declaration of help subpackage with the 'package_help' macro. + * Tue Feb 20 2024 jiangjianjun - 2.1.1-14 - update open-iscsi.spec provides information -- Gitee