diff --git a/.gitignore b/.gitignore index f3f21b6..87b74d1 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /awscli-1.9.16.tar.gz +/awscli-1.9.17.tar.gz diff --git a/awscli.spec b/awscli.spec index 48f7a92..f544f67 100644 --- a/awscli.spec +++ b/awscli.spec @@ -8,7 +8,7 @@ %endif Name: awscli -Version: 1.9.16 +Version: 1.9.17 Release: 1%{?dist} Summary: Universal Command Line Environment for AWS @@ -19,7 +19,7 @@ BuildArch: noarch %if 0%{?with_python3} BuildRequires: python3-devel BuildRequires: python3-setuptools -Requires: python3-botocore +Requires: python3-botocore = 1.3.17 Requires: python3-bcdoc Requires: python3-colorama Requires: python3-docutils @@ -27,7 +27,7 @@ Requires: python3-rsa %else BuildRequires: python2-devel BuildRequires: python-setuptools -Requires: python2-botocore +Requires: python2-botocore = 1.3.17 Requires: python-bcdoc Requires: python-colorama Requires: python-docutils @@ -105,6 +105,10 @@ rm %{buildroot}%{_bindir}/aws.cmd %endif # with_python3 %changelog +* Sun Jan 10 2016 Fabio Alessandro Locati - 1.9.17-1 +- Update ro current upstream version +- Lock the botocore dependency version + * Sat Jan 09 2016 Fabio Alessandro Locati - 1.9.16-1 - Update to current upstream version - Add dir /usr/share/zsh diff --git a/sources b/sources index 8100988..da3bbd7 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -9e099132a9d5e94578447ac9e597929c awscli-1.9.16.tar.gz +48189a45f5b9e7e1af6bfb162f4b29b2 awscli-1.9.17.tar.gz