From d103f1869a5cdc1f4431bbb553ccd0030a4137f7 Mon Sep 17 00:00:00 2001 From: chenyx2012 <975102023@qq.com> Date: Mon, 18 Jul 2022 08:20:03 +0000 Subject: [PATCH] License compliance rectification (cherry picked from commit 41e65aa01557a43b0d8c9915552b2b029921d498) --- perl-File-Find-Rule.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/perl-File-Find-Rule.spec b/perl-File-Find-Rule.spec index 7e76145..87c7602 100644 --- a/perl-File-Find-Rule.spec +++ b/perl-File-Find-Rule.spec @@ -1,9 +1,9 @@ %global _empty_manifest_terminate_build 0 Name: perl-File-Find-Rule Version: 0.34 -Release: 2 +Release: 3 Summary: Alternative interface to File::Find -License: CHECK(Distributable) +License: GPL-1.0-or-later or Artistic-1.0 Group: Development/Libraries URL: http://search.cpan.org/dist/File-Find-Rule/ Source0: http://www.cpan.org/authors/id/R/RC/RCLAMP/File-Find-Rule-%{version}.tar.gz @@ -77,6 +77,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/* %changelog +* Mon Jul 18 2022 Chenyx - 0.34-3 +- License compliance rectification + * Fri Jul 31 2020 shixuantong - 0.34-2 - Add tar package and Remove %{?dist} in release tag -- Gitee