From 759a6568d33af6142c7eb32c91695ea03d83e617 Mon Sep 17 00:00:00 2001 From: fly_fzc <2385803914@qq.com> Date: Tue, 13 Aug 2024 11:31:30 +0800 Subject: [PATCH] License compliance rectification (cherry picked from commit 28abb6367799940c52bf1ece1f991ce1eda9879d) --- man-pages.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/man-pages.spec b/man-pages.spec index 8b9d705..1fe473f 100644 --- a/man-pages.spec +++ b/man-pages.spec @@ -1,8 +1,8 @@ Name: man-pages Version: 6.9.1 -Release: 2 +Release: 3 Summary: Linux kernel and user-space C library interfaces documentation -License: GPL+ and GPLv2+ and BSD and MIT and Copyright only and IEEE +License: GPL-1.0-or-later AND GPL-2.0-only AND GPL-2.0-or-later AND BSD-2-Clause AND BSD-3-Clause AND BSD-4-Clause-UC AND LGPL-3.0-or-later AND LGPL-3.0-only AND LGPL-3.0-linking-exception AND MIT AND Spencer-94 URL: http://www.kernel.org/doc/man-pages/ Source0: https://git.kernel.org/pub/scm/docs/man-pages/man-pages.git/snapshot/%{name}-%{version}.tar.gz BuildRequires: gcc git make @@ -53,6 +53,9 @@ make install DESTDIR=%{buildroot} %exclude %{_mandir}/man3/MIN.3.gz %changelog +* Tue Aug 13 2024 fuanan - 6.9.1-3 +- License compliance rectification + * Tue Jul 16 2024 gengqihu - 6.9.1-2 - revert changes in 'upgrade version to 6.9.1' -- Gitee