From c27935442d1f277e67d347b77fde6c9ec3c27771 Mon Sep 17 00:00:00 2001 From: wangbowen Date: Mon, 19 Aug 2024 15:43:07 +0800 Subject: [PATCH] Added 'Buildarch: noarch' to the help subpackage --- libiscsi.spec | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/libiscsi.spec b/libiscsi.spec index aac1641..632ebc1 100644 --- a/libiscsi.spec +++ b/libiscsi.spec @@ -1,6 +1,6 @@ Name: libiscsi Version: 1.19.0 -Release: 11 +Release: 12 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 wangbowen - 1.19.0-12 +- Replace declaration of help subpackage with the 'package_help' macro + * Wed Jul 31 2024 JiangJianJun - 1.19.0-11 - DESC: fix spec format -- Gitee