From 43fe7ab3de059488c1978834c19246c9181f9bea Mon Sep 17 00:00:00 2001 From: rwx403335 Date: Fri, 22 Apr 2022 11:24:54 +0800 Subject: [PATCH] update license from GFDL to GFDL-1.3-or-later --- libtool.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/libtool.spec b/libtool.spec index 945aeeb..5a87107 100644 --- a/libtool.spec +++ b/libtool.spec @@ -3,8 +3,8 @@ Name: libtool Version: 2.4.6 -Release: 34 -License: GPLv2+ and LGPLv2+ and GFDL +Release: 35 +License: GPLv2+ and LGPLv2+ and GFDL-1.3-or-later Summary: The GNU Portable Library Tool URL: http://www.gnu.org/software/libtool/ Source0: http://ftp.gnu.org/gnu/libtool/libtool-%{version}.tar.xz @@ -104,6 +104,9 @@ rm -f %{buildroot}%{_libdir}/libltdl.{a,la} %changelog +* Fri Apr 22 2022 renhongxun 2.4.6-35 +- update license from GFDL to GFDL-1.3-or-later + * Fri Jul 23 2021 yuanxin - 2.4.6-34 - remove BuildRequires gdb -- Gitee