From 8ab6c4bd5da16c4fc173e09be976e738fc5160cb Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Tue, 31 Oct 2017 06:29:38 +0100 Subject: [PATCH] Use /usr/bin instead of /bin in Requires Signed-off-by: Igor Gnatenko --- sgml-common.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/sgml-common.spec b/sgml-common.spec index 4638d61..759abe9 100644 --- a/sgml-common.spec +++ b/sgml-common.spec @@ -2,7 +2,7 @@ Name: sgml-common Version: 0.6.3 -Release: 46%{?dist} +Release: 47%{?dist} Group: Applications/Text Summary: Common SGML catalog and DTD files @@ -31,7 +31,7 @@ Patch2: sgml-common-quotes.patch BuildRequires: libxml2 BuildRequires: automake -Requires: /bin/basename +Requires: %{_bindir}/basename %description The sgml-common package contains a collection of entities and DTDs @@ -167,6 +167,9 @@ fi %{_datadir}/xml/xml.xsd %changelog +* Tue Oct 31 2017 Igor Gnatenko - 0.6.3-47 +- Use /usr/bin instead of /bin in Requires + * Thu Jul 27 2017 Fedora Release Engineering - 0.6.3-46 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild