From 8f7d4410f8008235a8c480ddb63e7e61598177a2 Mon Sep 17 00:00:00 2001 From: chenyx2012 <975102023@qq.com> Date: Thu, 14 Jul 2022 06:21:05 +0000 Subject: [PATCH] License compliance rectification (cherry picked from commit 4334ff91ac1b2666588b75cac3850b1993ec5880) --- perl-PSGI.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/perl-PSGI.spec b/perl-PSGI.spec index c43a9d4..14509ea 100644 --- a/perl-PSGI.spec +++ b/perl-PSGI.spec @@ -1,7 +1,7 @@ Name: perl-PSGI Version: 1.102 -Release: 1 -License: CC-BY-SA +Release: 2 +License: CC-BY-SA-4.0 Summary: Perl Web Server Gateway Interface Specification Source0: https://cpan.metacpan.org/authors/id/M/MI/MIYAGAWA/PSGI-%{version}.tar.gz URL: https://metacpan.org/release/PSGI @@ -38,5 +38,8 @@ make test %{_mandir}/man3/*.3* %changelog +* Thu Jul 14 2022 Chenyx - 1.102-2 +- License compliance rectification + * Fri May 14 2021 zhangtao - 1.102-1 - package init