From 262281f46ff6bfd7b38b29a8c891690b782bd509 Mon Sep 17 00:00:00 2001 From: yangcheng1203 Date: Fri, 18 Feb 2022 16:06:50 +0800 Subject: [PATCH] fix uninstall error (cherry picked from commit 6f7dc67a94607f4dd1ea3a6a8791657933db056d) --- texinfo.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/texinfo.spec b/texinfo.spec index 5b5057b..933dc46 100644 --- a/texinfo.spec +++ b/texinfo.spec @@ -4,7 +4,7 @@ Name: texinfo Version: 6.8 -Release: 1 +Release: 2 Summary: The GNU Documentation System License: GPLv3+ Url: http://www.gnu.org/software/texinfo/ @@ -114,6 +114,8 @@ export ALL_TESTS=yes %{_bindir}/info %{_sbindir}/fix-info-dir /sbin/install-info +%ghost %{_infodir}/dir +%ghost %{_infodir}/dir.old %files help %license COPYING @@ -130,10 +132,11 @@ export ALL_TESTS=yes %{_mandir}/man1/texi2any.1* %{_mandir}/man5/info.5* %{_mandir}/man5/texinfo.5* -%ghost %{_infodir}/dir -%ghost %{_infodir}/dir.old %changelog +* Fri Feb 18 2022 yangcheng - 6.8-2 +- Move files to info subpackage to solve uninstall error + * Sat Dec 04 2021 wuchaochao - 6.8-1 - update version to 6.8