From d76c8cd3fbf83b39ac947daa37a200bd26868f3c Mon Sep 17 00:00:00 2001 From: yangcheng1203 Date: Mon, 9 Aug 2021 17:36:15 +0800 Subject: [PATCH] fix the upgrade error --- emacs.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/emacs.spec b/emacs.spec index 7c013b1..9a52b9b 100644 --- a/emacs.spec +++ b/emacs.spec @@ -4,7 +4,7 @@ Name: emacs Epoch: 1 Version: 27.2 -Release: 1 +Release: 2 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.2-2 +- DESC:fix the upgrade error caused by the info file in the emacs-common software package being repackaged + * Mon Jul 19 2021 wangkerong - 1:27.2-1 - DESC:upgrade to 1:27.2 -- Gitee