From a4d0d2ef147506790592a25812ab67f6a9d978c3 Mon Sep 17 00:00:00 2001 From: starlet-dx <15929766099@163.com> Date: Fri, 14 Jun 2024 11:35:51 +0800 Subject: [PATCH] License compliance rectification --- gnulib.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/gnulib.spec b/gnulib.spec index 91102b7..7bf2538 100644 --- a/gnulib.spec +++ b/gnulib.spec @@ -1,6 +1,6 @@ Name: gnulib Version: 0 -Release: 30.20180720git +Release: 31.20180720git Summary: The GNU Portability Library License: Public Domain and BSD and GPLv2+ and GPLv3 and GPLv3+ and LGPLv2 and LGPLv2+ and LGPLv3+ URL: https://www.gnu.org/software/gnulib @@ -24,7 +24,7 @@ This package contains development files for gnulib. %package help Summary: Provides documentation for gnulib modules -License: GFDL and GPLv2+ +License: GFDL-1.3-or-later and GPL-2.0-or-later Requires(post): info Requires(preun): info Requires: gnulib-devel = %{version}-%{release} @@ -115,6 +115,9 @@ fi %license doc/COPYINGv2 %changelog +* Fri Jun 14 2024 yaoxin - 0-31.20180720git +- License compliance rectification + * Wed Nov 30 2022 caodongxia - 0-30.20180720git - Add the compilation dependency java-1.8.0-openjdk-devel -- Gitee