suggest lynx rather than elinks to satisfy text-www-browser
The development of elinks has been discontinued (the last stable release of elinks is from 2009). Apart from that, docbook-utils seems to be the last package that depends on elinks at run time in RHEL-9.
This commit is contained in:
parent
a0c05f189e
commit
93b8c6f32d
@ -1,6 +1,6 @@
|
|||||||
Name: docbook-utils
|
Name: docbook-utils
|
||||||
Version: 0.6.14
|
Version: 0.6.14
|
||||||
Release: 50%{?dist}
|
Release: 51%{?dist}
|
||||||
|
|
||||||
Summary: Shell scripts for managing DocBook documents
|
Summary: Shell scripts for managing DocBook documents
|
||||||
URL: http://sources.redhat.com/docbook-tools/
|
URL: http://sources.redhat.com/docbook-tools/
|
||||||
@ -13,8 +13,8 @@ Requires: perl-SGMLSpm >= 1.03ii
|
|||||||
Requires: which grep gawk
|
Requires: which grep gawk
|
||||||
Requires: text-www-browser
|
Requires: text-www-browser
|
||||||
|
|
||||||
# In the absence of an already-installed text-www-browser, prefer elinks
|
# In the absence of an already-installed text-www-browser, prefer lynx
|
||||||
Suggests: elinks
|
Suggests: lynx
|
||||||
|
|
||||||
BuildRequires: perl-generators
|
BuildRequires: perl-generators
|
||||||
BuildRequires: perl-SGMLSpm, openjade, docbook-style-dsssl
|
BuildRequires: perl-SGMLSpm, openjade, docbook-style-dsssl
|
||||||
@ -135,6 +135,9 @@ rm -rf $RPM_BUILD_ROOT/tmp
|
|||||||
%{_mandir}/*/docbook2ps.*
|
%{_mandir}/*/docbook2ps.*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Jan 18 2021 Kamil Dudka <kdudka@redhat.com> - 0.6.14-51
|
||||||
|
- suggest lynx rather than elinks to satisfy text-www-browser
|
||||||
|
|
||||||
* Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.6.14-50
|
* Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.6.14-50
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user