[1.11.133-2] Add groff dependency, fix 'aws help' issue in stock install

This commit is contained in:
Justin W. Flory 2017-11-13 19:01:02 -05:00
parent ddaf75f530
commit 4540310d21
No known key found for this signature in database
GPG Key ID: 3AA2DC1FF6ABF0B6

View File

@ -8,7 +8,7 @@
Name: awscli
Version: 1.16.28
Release: 1%{?dist}
Release: 2%{?dist}
Summary: Universal Command Line Environment for AWS
License: ASL 2.0 and MIT
@ -35,9 +35,10 @@ Requires: python2-s3transfer >= 0.1.9
Requires: PyYAML >= 3.10
%endif # with python3
%if 0%{?fedora}
Recommends: bash-completion
Recommends: zsh
Recommends: bash-completion
Recommends: zsh
%endif # Fedora
Recommends: groff
%if %{with python3}
%{?python_provide:%python_provide python3-%{name}}
@ -99,6 +100,9 @@ rm %{buildroot}%{_bindir}/aws.cmd
%endif # with python3
%changelog
* Wed Oct 17 2018 Justin W. Flory <jflory7@fedoraproject.org> - 1.16.28-2
- Add groff dependency, fix 'aws help' issue in stock install
* Sun Oct 07 2018 David Duncan <davdunc@amazon.com> - 1.16.28
- Update to 1.16.28