From cf5ffaf8417dee9fbdbf3c3e192912e58f60eb19 Mon Sep 17 00:00:00 2001 From: Vitezslav Crhonek Date: Mar 13 2017 13:57:50 +0000 Subject: Fix path to install-info in macros.info --- diff --git a/macros.info b/macros.info index cd29c07..a889fbb 100644 --- a/macros.info +++ b/macros.info @@ -1,15 +1,15 @@ %info_requires \ -Requires(post): /usr/sbin/install-info \ -Requires(preun): /usr/sbin/install-info +Requires(post): /sbin/install-info \ +Requires(preun): /sbin/install-info %info_post() \ if [ -f %{_infodir}/%1 ]; then # --excludedocs? \ - /usr/sbin/install-info %{_infodir}/%1 %{_infodir}/dir || : \ + /sbin/install-info %{_infodir}/%1 %{_infodir}/dir || : \ fi %info_preun() \ if [ $1 == 0 ]; then \ if [ -f %{_infodir}/%1 ]; then # --excludedocs? \ - /usr/sbin/install-info --delete %{_infodir}/%1 %{_infodir}/dir || : \ + /sbin/install-info --delete %{_infodir}/%1 %{_infodir}/dir || : \ fi \ fi diff --git a/texinfo.spec b/texinfo.spec index 65d4ffa..30c7bdd 100644 --- a/texinfo.spec +++ b/texinfo.spec @@ -3,7 +3,7 @@ Summary: Tools needed to create Texinfo format documentation files Name: texinfo Version: 6.3 -Release: 2%{?dist} +Release: 3%{?dist} License: GPLv3+ Group: Applications/Publishing Url: http://www.gnu.org/software/texinfo/ @@ -171,6 +171,10 @@ fi %{_mandir}/man1/pdftexi2dvi.1* %changelog +* Mon Mar 13 2017 Vitezslav Crhonek - 6.3-3 +- Fix path to install-info in macros.info + Resolves: #1419246 + * Sat Feb 11 2017 Fedora Release Engineering - 6.3-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild