From 4540310d2143ccc26c3c6570d7e9a803c7bcc35f Mon Sep 17 00:00:00 2001 From: "Justin W. Flory" Date: Mon, 13 Nov 2017 19:01:02 -0500 Subject: [PATCH] [1.11.133-2] Add groff dependency, fix 'aws help' issue in stock install --- awscli.spec | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) 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