From 420472112331c0745cc2aa9778eabc57233b674d Mon Sep 17 00:00:00 2001 From: wangbowen Date: Tue, 20 Aug 2024 16:15:15 +0800 Subject: [PATCH] Added 'Buildarch: noarch' to the help subpackage --- libiscsi.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/libiscsi.spec b/libiscsi.spec index 0d58965..c6b8bcf 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+ @@ -90,6 +90,7 @@ This package contains the header files for %{name}. %package help Summary: Help info for %{name} Requires: %{name}%{?_isa} = %{version}-%{release} +Buildarch: noarch %description help This package contains the help info for %{name}. @@ -130,6 +131,9 @@ This package contains utilities of %{name} to connect to iSCSI targets %{_bindir}/iscsi-test-cu %changelog +* Tue Aug 20 2024 Bowen Wang - 1.19.0-11 +- Added 'Buildarch: noarch' to the help subpackage + * Wed Mar 22 2023 Wenchao Hao - 1.19.0-10 - DESC: backport patch to fix some memory leak issues -- Gitee