From 3a7ab088349887611788bffdfd24f519b362a56b Mon Sep 17 00:00:00 2001 From: rabbit Date: Wed, 21 Aug 2024 07:28:09 +0000 Subject: [PATCH] =?UTF-8?q?!2=20=E3=80=90=E8=BD=BB=E9=87=8F=E7=BA=A7PR?= =?UTF-8?q?=E3=80=91:=20Added=20'Buildarch:=20noarch'to=20the=20help=20sub?= =?UTF-8?q?paackage=20Merge=20pull=20request=20!2=20from=20rabbit/openEule?= =?UTF-8?q?r-24.03-LTS?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- perl-Guard.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/perl-Guard.spec b/perl-Guard.spec index e42f68a..9043ea8 100644 --- a/perl-Guard.spec +++ b/perl-Guard.spec @@ -1,7 +1,7 @@ %global _empty_manifest_terminate_build 0 Name: perl-Guard Version: 1.023 -Release: 3 +Release: 4 Summary: Safe cleanup blocks License: GPL-1.0-or-later or Artistic-1.0 Group: Development/Libraries @@ -17,6 +17,7 @@ cleaned up when expected. %package help Summary : Safe cleanup blocks Provides: perl-Guard-doc +Buildarch: noarch %description help This module implements so-called "guards". A guard is something (usually an object) that "guards" a resource, ensuring that it is @@ -71,6 +72,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/* %changelog +* Wed Aug 21 2024 Zhipeng Chen - 1.023-4 +- Added 'Buildarch:noarch' to the help subpackage + * Tue Jul 19 2022 Chenyx - 1.023-3 - License compliance rectification -- Gitee