From 8dc8bb499a96d1a20e67363667bf82a6b5d3d103 Mon Sep 17 00:00:00 2001 From: lauk Date: Wed, 11 May 2022 09:20:14 +0800 Subject: [PATCH] Change the license to GPL-3.0-or-later --- hello.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/hello.spec b/hello.spec index ba9cd2c..e701462 100644 --- a/hello.spec +++ b/hello.spec @@ -1,9 +1,9 @@ Name: hello Version: 2.10 -Release: 1 +Release: 2 Summary: a test tool -License: GPL +License: GPL-3.0-or-later URL: http://www.gnu.org/software/hello/ Source0: http://ftp.gnu.org/gnu/hello/hello-2.10.tar.gz @@ -38,5 +38,8 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Wed May 11 2022 liukuo - 2.10-2 +- Change the license to "GPL-3.0-or-later" + * Thu Jul 16 2020 overweight 2.10-1 - package init -- Gitee