From edec0672771361392e91d14ee06379c052897967 Mon Sep 17 00:00:00 2001 From: chenyx2012 <975102023@qq.com> Date: Tue, 19 Jul 2022 01:55:51 +0000 Subject: [PATCH] License compliance rectification --- perl-Guard.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/perl-Guard.spec b/perl-Guard.spec index 6689216..e42f68a 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 -- Gitee