From a0845d1dca88ea2fb1fe5a975dd5ac69857f8114 Mon Sep 17 00:00:00 2001 From: rwx403335 Date: Fri, 22 Apr 2022 11:30:44 +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 61725d5..0494ed2 100644 --- a/libtool.spec +++ b/libtool.spec @@ -3,8 +3,8 @@ Name: libtool Version: 2.4.6 -Release: 33 -License: GPLv2+ and LGPLv2+ and GFDL +Release: 34 +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-34 +- update license from GFDL to GFDL-1.3-or-later + * Sat May 29 2021 shixuantong - 2.4.6-33 - fix F77 language support, Fortran language support, Libtool stress test fail on standard_x86_64 -- Gitee