From dfbfa88e68a9f1004e4b47728a06230f09e09302 Mon Sep 17 00:00:00 2001 From: rabbit Date: Tue, 20 Aug 2024 06:47:31 +0000 Subject: [PATCH] =?UTF-8?q?!1=20=E3=80=90=E8=BD=BB=E9=87=8F=E7=BA=A7PR?= =?UTF-8?q?=E3=80=91=E7=94=A8"package=5Fhelp"=E5=AE=8F=E6=9B=BF=E6=8D=A2he?= =?UTF-8?q?lp=E5=AD=90=E5=8C=85=E5=A3=B0=E6=98=8E=20*=20Added=20'Buildarch?= =?UTF-8?q?:noarch'=20to=20the=20help=20subpackage?= 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..a78ca07 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 +* Mon Aug 19 2024 Zhipeng Chen 1.023-4 +- Add 'Buildarch: noarch' to the help subpackage + * Tue Jul 19 2022 Chenyx - 1.023-3 - License compliance rectification -- Gitee