diff --git a/awscli.spec b/awscli.spec index a7d9e32..31d5003 100644 --- a/awscli.spec +++ b/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 - 1.16.28-2 +- Add groff dependency, fix 'aws help' issue in stock install + * Sun Oct 07 2018 David Duncan - 1.16.28 - Update to 1.16.28