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