From 8737ee854428e0c7410080ccc7a8a538a99d6279 Mon Sep 17 00:00:00 2001 From: yueyaoqiang Date: Fri, 1 Mar 2024 16:50:09 +0800 Subject: [PATCH] change the License in the spec --- perl-Glib.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/perl-Glib.spec b/perl-Glib.spec index 5947bef..3e19d05 100755 --- a/perl-Glib.spec +++ b/perl-Glib.spec @@ -1,9 +1,9 @@ %global _empty_manifest_terminate_build 0 Name: perl-Glib Version: 1.3293 -Release: 4 +Release: 5 Summary: Perl wrappers for the GLib utility and Object libraries -License: LGPL-2.1 +License: LGPL-2.1-only Group: Development/Libraries URL: http://search.cpan.org/dist/Glib/ Source0: http://www.cpan.org/authors/id/X/XA/XAOC/Glib-%{version}.tar.gz @@ -84,6 +84,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/* %changelog +* Fri Mar 1 2024 yueyaoqiang 1.3293-5 +- change the License in the spec + * Fri Apr 14 2023 yangxianzhao 1.3293-4 - Add yaml -- Gitee