From 4236b8390a69167d7946f6e92de97c3f9abfdf00 Mon Sep 17 00:00:00 2001 From: xh Date: Mon, 3 Nov 2025 03:00:40 +0000 Subject: [PATCH] fix license (cherry picked from commit 2ad2572dd2c1a4991a9ec4f99d9d3b7bdf2f00d1) --- emacs.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/emacs.spec b/emacs.spec index 0b82c88..8045bfa 100644 --- a/emacs.spec +++ b/emacs.spec @@ -8,7 +8,7 @@ Name: emacs Epoch: 1 Version: 29.1 -Release: 5 +Release: 6 Summary: An extensible GNU text editor License: GPLv3+ and CC0-1.0 URL: http://www.gnu.org/software/emacs @@ -104,7 +104,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 @@ -418,6 +418,9 @@ fi %{_mandir}/*/* %changelog +* Mon Nov 03 2025 xinghe - 1:29.1-6 +- fix license + * Wed Mar 12 2025 mahailiang - 1:29.1-5 - add sw_64 support -- Gitee