Add psutils as a runtime dependency (needed for groff -Thtml)
This commit is contained in:
parent
a4d7eec6a6
commit
0cab4f6529
@ -3,7 +3,7 @@
|
||||
Summary: A document formatting system
|
||||
Name: groff
|
||||
Version: 1.22.4
|
||||
Release: 5%{?dist}
|
||||
Release: 6%{?dist}
|
||||
License: GPLv3+ and GFDL and BSD and MIT
|
||||
URL: http://www.gnu.org/software/groff/
|
||||
Source: ftp://ftp.gnu.org/gnu/groff/groff-%{version}.tar.gz
|
||||
@ -18,7 +18,7 @@ Patch3: 0004-don-t-use-usr-bin-env-in-shebang.patch
|
||||
# allow to specify custom docdir
|
||||
Patch4: 0005-do-not-overwrite-docdir.patch
|
||||
|
||||
Requires: coreutils, groff-base = %{version}-%{release}
|
||||
Requires: coreutils, psutils, groff-base = %{version}-%{release}
|
||||
|
||||
Requires(post): %{_sbindir}/update-alternatives
|
||||
Requires(postun): %{_sbindir}/update-alternatives
|
||||
@ -475,6 +475,9 @@ fi
|
||||
%doc %{_pkgdocdir}/pdf/
|
||||
|
||||
%changelog
|
||||
* Mon Feb 22 2021 Nikola Forró <nforro@redhat.com> - 1.22.4-6
|
||||
- Add psutils as a runtime dependency (needed for groff -Thtml)
|
||||
|
||||
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.22.4-5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user