diff --git a/perl-Guard.spec b/perl-Guard.spec index 66892168556eacc6b49a42d875100b928fed2d5e..e42f68ac86f954d47cc3944e90e2b08b56a746e8 100644 --- a/perl-Guard.spec +++ b/perl-Guard.spec @@ -1,9 +1,9 @@ %global _empty_manifest_terminate_build 0 Name: perl-Guard Version: 1.023 -Release: 2 +Release: 3 Summary: Safe cleanup blocks -License: CHECK(Distributable) +License: GPL-1.0-or-later or Artistic-1.0 Group: Development/Libraries URL: http://search.cpan.org/dist/Guard/ Source0: http://www.cpan.org/authors/id/M/ML/MLEHMANN/Guard-%{version}.tar.gz @@ -71,6 +71,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/* %changelog +* Tue Jul 19 2022 Chenyx - 1.023-3 +- License compliance rectification + * Mon Jun 13 2022 peijiankang 1.023-2 - remove %{dist} from spec file