diff --git a/libiscsi.spec b/libiscsi.spec index 0d589651e2523ec517a22c2333734704f1f05a3b..320a37a1d31257e7fd2f4f1a20207048edcb5333 100644 --- a/libiscsi.spec +++ b/libiscsi.spec @@ -1,6 +1,6 @@ Name: libiscsi Version: 1.19.0 -Release: 10 +Release: 11 Summary: Client-side library to implement the iSCSI protocol Recommends: %{name}-utils License: LGPLv2+ and GPLv2+ @@ -87,12 +87,9 @@ Requires: %{name}%{?_isa} = %{version}-%{release} %description devel This package contains the header files for %{name}. -%package help -Summary: Help info for %{name} +%package_help Requires: %{name}%{?_isa} = %{version}-%{release} -%description help -This package contains the help info for %{name}. %package utils Summary: Client utilities for %{name} @@ -130,6 +127,9 @@ This package contains utilities of %{name} to connect to iSCSI targets %{_bindir}/iscsi-test-cu %changelog +* Mon Aug 19 2024 Bowen Wang - 1.19.0-11 +- Replace declaration of help subpackage with the 'package_help' macro + * Wed Mar 22 2023 Wenchao Hao - 1.19.0-10 - DESC: backport patch to fix some memory leak issues