From f5fa0096823aa94d5033a4f2a22f2da6278a9353 Mon Sep 17 00:00:00 2001 From: yangcheng1203 Date: Mon, 9 Aug 2021 17:51:03 +0800 Subject: [PATCH] fix the upgrade error (cherry picked from commit e477d1a03acf1c4d31f7dc61ea9f8fc08d48b49b) --- emacs.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/emacs.spec b/emacs.spec index a6cc057..6fe8250 100644 --- a/emacs.spec +++ b/emacs.spec @@ -4,7 +4,7 @@ Name: emacs Epoch: 1 Version: 27.1 -Release: 5 +Release: 6 Summary: An extensible GNU text editor License: GPLv3+ and CC0-1.0 URL: http://www.gnu.org/software/emacs @@ -395,9 +395,11 @@ fi %defattr(-,root,root) %doc doc/NEWS BUGS README %{_mandir}/*/* -%{_infodir}/* %changelog +* Mon Aug 9 2021 yangcheng - 1:27.1-6 +- fixed the upgrade error caused by the info file in the emacs-common software package being repackaged + * Mon Apr 19 2021 wangkerong - 1:27.1-5 - Type: improvement - DESC: use %make_build instead of make for building bootstrap -- Gitee