[1.11.133-2] Add groff dependency, fix 'aws help' issue in stock install
This commit is contained in:
parent
ddaf75f530
commit
4540310d21
@ -8,7 +8,7 @@
|
|||||||
|
|
||||||
Name: awscli
|
Name: awscli
|
||||||
Version: 1.16.28
|
Version: 1.16.28
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
Summary: Universal Command Line Environment for AWS
|
Summary: Universal Command Line Environment for AWS
|
||||||
|
|
||||||
License: ASL 2.0 and MIT
|
License: ASL 2.0 and MIT
|
||||||
@ -38,6 +38,7 @@ Requires: PyYAML >= 3.10
|
|||||||
Recommends: bash-completion
|
Recommends: bash-completion
|
||||||
Recommends: zsh
|
Recommends: zsh
|
||||||
%endif # Fedora
|
%endif # Fedora
|
||||||
|
Recommends: groff
|
||||||
|
|
||||||
%if %{with python3}
|
%if %{with python3}
|
||||||
%{?python_provide:%python_provide python3-%{name}}
|
%{?python_provide:%python_provide python3-%{name}}
|
||||||
@ -99,6 +100,9 @@ rm %{buildroot}%{_bindir}/aws.cmd
|
|||||||
%endif # with python3
|
%endif # with python3
|
||||||
|
|
||||||
%changelog
|
%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
|
* Sun Oct 07 2018 David Duncan <davdunc@amazon.com> - 1.16.28
|
||||||
- Update to 1.16.28
|
- Update to 1.16.28
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user