diff --git a/libfastcommon.spec b/libfastcommon.spec index d7f4fa8e08550641c84b4a129377046fab56952a..e076bd72d5d331467b4bfa1eb14757ad41f3768c 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