From 6eae8ed03180477dc42501633294fbefe713ab0a Mon Sep 17 00:00:00 2001 From: wu-leilei Date: Mon, 9 May 2022 17:58:03 +0800 Subject: [PATCH] License compliance rectification --- perl-Set-Tiny.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/perl-Set-Tiny.spec b/perl-Set-Tiny.spec index c30f165..3827c85 100644 --- a/perl-Set-Tiny.spec +++ b/perl-Set-Tiny.spec @@ -1,9 +1,9 @@ %global _empty_manifest_terminate_build 0 Name: perl-Set-Tiny Version: 0.04 -Release: 1 +Release: 2 Summary: Simple sets of strings -License: GPL+ or Artistic +License: GPL-1.0-or-later or Artistic-1.0-Perl Group: Development/Libraries URL: http://search.cpan.org/dist/Set-Tiny/ Source0: http://www.cpan.org/authors/id/T/TR/TRENDELS/Set-Tiny-%{version}.tar.gz @@ -77,5 +77,8 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/* %changelog +* Mon May 09 2022 wulei - 0.04-2 +- License compliance rectification + * Tue Jul 20 2021 Perl_Bot 0.04-1 - Specfile autogenerated by Perl_Bot -- Gitee