diff --git a/.gitignore b/.gitignore index bd97d81..9cbfaa7 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,4 @@ /awscli-1.9.20.tar.gz /awscli-1.9.21.tar.gz /awscli-1.10.0.tar.gz +/awscli-1.10.1.tar.gz diff --git a/awscli.spec b/awscli.spec index cbe9d38..2c6b0b6 100644 --- a/awscli.spec +++ b/awscli.spec @@ -8,7 +8,7 @@ %endif Name: awscli -Version: 1.10.0 +Version: 1.10.1 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.22 +Requires: python3-botocore = 1.3.23 Requires: python3-colorama Requires: python3-docutils Requires: python3-rsa %else BuildRequires: python2-devel BuildRequires: python-setuptools -Requires: python2-botocore = 1.3.22 +Requires: python2-botocore = 1.3.23 Requires: python-colorama Requires: python-docutils Requires: python-rsa @@ -96,6 +96,9 @@ rm %{buildroot}%{_bindir}/aws.cmd %endif # with_python3 %changelog +* Tue Feb 02 2016 Fabio Alessandro Locati - 1.10.1-1 +- Update to current upstream version + * Fri Jan 22 2016 Fabio Alessandro Locati - 1.10.0-1 - Update to current upstream version diff --git a/sources b/sources index d2f8a84..2ad917a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -b44870f0602e59e22f6db105c1e5f89c awscli-1.10.0.tar.gz +7eada2a8f667855bca12ccf634366944 awscli-1.10.1.tar.gz