diff --git a/open-iscsi.spec b/open-iscsi.spec index 74795297e96ea8cba9c3a4c8297d2bb327584cde..3101bf7af27b2deca8dc1611001436ed642971c7 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