From 14932646578f5b96446d0babbcefab9f7402e005 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Tue, 31 Oct 2017 06:23:44 +0100 Subject: [PATCH] Use /usr/bin instead of /bin in Requires Signed-off-by: Igor Gnatenko --- docbook-dtds.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/docbook-dtds.spec b/docbook-dtds.spec index 591e4bf..5759343 100644 --- a/docbook-dtds.spec +++ b/docbook-dtds.spec @@ -5,7 +5,7 @@ Name: docbook-dtds Version: 1.0 -Release: 67%{?dist} +Release: 68%{?dist} Group: Applications/Text Summary: SGML and XML document type definitions for DocBook @@ -36,7 +36,7 @@ Provides: docbook-dtd45-xml = %{version}-%{release} Requires(post): /usr/bin/xmlcatalog Requires(postun): /usr/bin/xmlcatalog -Requires(post): /bin/chmod +Requires(post): %{_bindir}/chmod Requires(post): sed Requires(postun): sed Requires: sgml-common @@ -392,7 +392,7 @@ sed -ni ' ' /etc/sgml/catalog # Finally, make sure everything in /etc/sgml is readable! -/bin/chmod a+r /etc/sgml/* +%{_bindir}/chmod a+r /etc/sgml/* %postun # remove entries only on removal of package @@ -478,6 +478,9 @@ do done %changelog +* Tue Oct 31 2017 Igor Gnatenko - 1.0-68 +- Use /usr/bin instead of /bin in Requires + * Wed Jul 26 2017 Fedora Release Engineering - 1.0-67 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild