From 0443c1610a621b3b84256bcd1607a0715f62d9df Mon Sep 17 00:00:00 2001 From: fly_fzc <2385803914@qq.com> Date: Wed, 12 Jun 2024 10:54:03 +0800 Subject: [PATCH] License compliance rectification (cherry picked from commit a4759773c6e2a40402948490ff02b93a91eb3ae7) --- automake.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/automake.spec b/automake.spec index bc2487e..e2df205 100644 --- a/automake.spec +++ b/automake.spec @@ -3,9 +3,9 @@ Name: automake Version: 1.16.5 -Release: 8 +Release: 9 Summary: A tool for automatically generating Makefile.in files -License: GPLv2+ and GFDL and Public Domain and MIT +License: GPLv2+ and GFDL-1.3-only and Public Domain and MIT URL: http://www.gnu.org/software/automake/ Source0: http://ftp.gnu.org/gnu/%{name}/%{name}-%{version}.tar.xz Source1: http://git.savannah.gnu.org/cgit/config.git/plain/config.sub @@ -76,6 +76,9 @@ fi %{_mandir}/man1/* %changelog +* Wed Jun 12 2024 fuanan - 1.16.5-9 +- License compliance rectification + * Wed Nov 29 2023 peng.zou - 1.16.5-8 - fix update config.sub and config.guess -- Gitee