From 95c26f1b90ef8f41fb194b5ecd308d6d7919f4f8 Mon Sep 17 00:00:00 2001 From: Fabio Alessandro Locati Date: Jan 20 2016 06:55:14 +0000 Subject: 1.9.21 --- diff --git a/.gitignore b/.gitignore index 00cfe51..cedf854 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ /awscli-1.9.18.tar.gz /awscli-1.9.19.tar.gz /awscli-1.9.20.tar.gz +/awscli-1.9.21.tar.gz diff --git a/awscli.spec b/awscli.spec index 64d8c3b..d9aab05 100644 --- a/awscli.spec +++ b/awscli.spec @@ -8,7 +8,7 @@ %endif Name: awscli -Version: 1.9.20 +Version: 1.9.21 Release: 1%{?dist} Summary: Universal Command Line Environment for AWS @@ -19,14 +19,14 @@ BuildArch: noarch %if 0%{?with_python3} BuildRequires: python3-devel BuildRequires: python3-setuptools -Requires: python3-botocore = 1.3.20 +Requires: python3-botocore = 1.3.21 Requires: python3-colorama Requires: python3-docutils Requires: python3-rsa %else BuildRequires: python2-devel BuildRequires: python-setuptools -Requires: python2-botocore = 1.3.20 +Requires: python2-botocore = 1.3.21 Requires: python-colorama Requires: python-docutils Requires: python-rsa @@ -49,8 +49,6 @@ command line interface to Amazon Web Services. %prep %setup -q -n %{name}-%{version} rm -rf %{name}.egg-info -# Proposed upstream fix at https://github.com/aws/aws-cli/pull/1710 -chmod 664 awscli/examples/*/*.rst %build %if 0%{?with_python3} @@ -98,6 +96,10 @@ rm %{buildroot}%{_bindir}/aws.cmd %endif # with_python3 %changelog +* Wed Jan 20 2016 Fabio Alessandro Locati - 1.9.21-1 +- Update to current upstream version +- Don't fix documentation permissions any more (pull request merged) + * Fri Jan 15 2016 Fabio Alessandro Locati - 1.920-1 - Update to current upstream version diff --git a/sources b/sources index 20b42f2..834d39e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -95acb3fcac7ec40f6fcd48eff8a05fc6 awscli-1.9.20.tar.gz +27b1fdb4ae7abe26dd997797e8dc8ca4 awscli-1.9.21.tar.gz