diff --git a/perl-Guard.spec b/perl-Guard.spec index e42f68ac86f954d47cc3944e90e2b08b56a746e8..a78ca078b948f5c131a8f999c6b7199b2301c8df 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