From 362b3a8776baf4bf11b0c7996acc09304ce0c361 Mon Sep 17 00:00:00 2001 From: Zhiqiang Liu Date: Tue, 31 May 2022 15:13:53 +0800 Subject: [PATCH] libfastcommon:Specify license as LGPL-2.0-or-later Specify license as LGPL-2.0-or-later fix issue: https://gitee.com/src-openeuler/libfastcommon/issues/I50Y8B Signed-off-by: Zhiqiang Liu (cherry picked from commit e5c64aacfefc941558ec9ac87087c13375ce424e) --- libfastcommon.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/libfastcommon.spec b/libfastcommon.spec index d7f4fa8..e076bd7 100644 --- a/libfastcommon.spec +++ b/libfastcommon.spec @@ -1,8 +1,8 @@ Name: libfastcommon Version: 1.0.43 -Release: 3 +Release: 4 Summary: c common functions library extracted from my open source projects FastDFS -License: LGPL +License: LGPL-2.0-or-later Group: Arch/Tech URL: https://github.com/happyfish100/libfastcommon Source: https://github.com/happyfish100/libfastcommon/archive/V%{version}.tar.gz @@ -48,6 +48,9 @@ rm -rf %{buildroot} %{_usr}/include/fastcommon/* %changelog +* Tue May 31 2022 Zhiqiang Liu - 1.0.43-4 +- Specify license as LGPL-2.0-or-later + * Mon Jul 5 2021 sunligang - 1.0.43-3 - Remove useless readme files -- Gitee