From 0fd95a1a2a469a0d5e03b97a207d9547e746619b Mon Sep 17 00:00:00 2001 From: xh Date: Mon, 3 Nov 2025 03:50:33 +0000 Subject: [PATCH] fix license (cherry picked from commit 8855b73a583bfa4fcf5005e17e04aa66525c085d) --- emacs.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/emacs.spec b/emacs.spec index 0d70fe6..0be66e0 100644 --- a/emacs.spec +++ b/emacs.spec @@ -8,7 +8,7 @@ Name: emacs Epoch: 1 Version: 27.2 -Release: 15 +Release: 16 Summary: An extensible GNU text editor License: GPLv3+ and CC0-1.0 URL: http://www.gnu.org/software/emacs @@ -107,7 +107,7 @@ on a terminal %package common Summary: Emacs common files -License: GPLv3+ and GFDL and BSD +License: GPL-3.0-or-later AND GFDL-1.3-or-later AND BSD-3-Clause Requires: %{name}-filesystem = %{epoch}:%{version}-%{release} Requires(preun): /sbin/install-info Requires(preun): %{_sbindir}/alternatives @@ -426,6 +426,9 @@ fi %{_mandir}/*/* %changelog +* Mon Nov 03 2025 xinghe - 1:27.2-16 +- fix license + * Thu Feb 13 2025 zhangpan - 1:27.2-15 - fix CVE-2025-1244 -- Gitee