[1.11.133-2] Add groff dependency, fix 'aws help' issue in stock install
This commit is contained in:
parent
ddaf75f530
commit
4540310d21
10
awscli.spec
10
awscli.spec
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user