Use /usr/bin instead of /bin in Requires
Signed-off-by: Igor Gnatenko <ignatenko@redhat.com>
This commit is contained in:
parent
244cf59c28
commit
8ab6c4bd5d
@ -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 <ignatenko@redhat.com> - 0.6.3-47
|
||||
- Use /usr/bin instead of /bin in Requires
|
||||
|
||||
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.6.3-46
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user