From d92b03c66a69d89a7359203f9d707fa9d021000c Mon Sep 17 00:00:00 2001 From: penelope Date: Thu, 12 May 2022 12:29:33 +0800 Subject: [PATCH] License compliance rectification --- perl-Test-LectroTest.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/perl-Test-LectroTest.spec b/perl-Test-LectroTest.spec index 5d81ce5..fffccc4 100644 --- a/perl-Test-LectroTest.spec +++ b/perl-Test-LectroTest.spec @@ -1,9 +1,9 @@ %global _empty_manifest_terminate_build 0 Name: perl-Test-LectroTest Version: 0.5001 -Release: 1 +Release: 2 Summary: Easy, automatic, specification-based tests -License: GPL+ or Artistic +License: GPL-1.0-or-later or Artistic-1.0 Group: Development/Libraries URL: http://search.cpan.org/dist/Test-LectroTest/ Source0: http://www.cpan.org/authors/id/T/TM/TMOERTEL/Test-LectroTest-%{version}.tar.gz @@ -97,5 +97,8 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/* %changelog +* Thu May 12 2022 yangping - 0.5001-2 +- License compliance rectification + * Tue Jul 20 2021 Perl_Bot 0.5001-1 - Specfile autogenerated by Perl_Bot -- Gitee