Update to 1.10.59

This commit is contained in:
Fabio Alessandro Locati 2016-08-24 00:27:27 +01:00
parent 47a5ba10f7
commit ed5ed7822c
3 changed files with 8 additions and 4 deletions

1
.gitignore vendored
View File

@ -16,3 +16,4 @@
/awscli-1.10.36.tar.gz /awscli-1.10.36.tar.gz
/awscli-1.10.45.tar.gz /awscli-1.10.45.tar.gz
/awscli-1.10.53.tar.gz /awscli-1.10.53.tar.gz
/awscli-1.10.59.tar.gz

View File

@ -8,7 +8,7 @@
%endif %endif
Name: awscli Name: awscli
Version: 1.10.53 Version: 1.10.59
Release: 1%{?dist} Release: 1%{?dist}
Summary: Universal Command Line Environment for AWS Summary: Universal Command Line Environment for AWS
@ -19,7 +19,7 @@ BuildArch: noarch
%if 0%{?with_python3} %if 0%{?with_python3}
BuildRequires: python3-devel BuildRequires: python3-devel
BuildRequires: python3-setuptools BuildRequires: python3-setuptools
Requires: python3-botocore = 1.4.43 Requires: python3-botocore = 1.4.49
Requires: python3-colorama >= 0.2.5 Requires: python3-colorama >= 0.2.5
Requires: python3-docutils >= 0.10 Requires: python3-docutils >= 0.10
Requires: python3-rsa >= 3.1.2 Requires: python3-rsa >= 3.1.2
@ -27,7 +27,7 @@ Requires: python3-s3transfer >= 0.1.0
%else %else
BuildRequires: python2-devel BuildRequires: python2-devel
BuildRequires: python-setuptools BuildRequires: python-setuptools
Requires: python2-botocore = 1.4.43 Requires: python2-botocore = 1.4.49
Requires: python-colorama >= 0.2.5 Requires: python-colorama >= 0.2.5
Requires: python-docutils >= 0.10 Requires: python-docutils >= 0.10
Requires: python2-rsa >= 3.1.2 Requires: python2-rsa >= 3.1.2
@ -98,6 +98,9 @@ rm %{buildroot}%{_bindir}/aws.cmd
%endif # with_python3 %endif # with_python3
%changelog %changelog
* Wed Aug 24 2016 Fabio Alessandro Locati <fale@redhat.com> - 1.10.59-1
- Update to current upstream version
* Fri Aug 05 2016 Fabio Alessandro Locati <fale@redhat.com> - 1.10.53-1 * Fri Aug 05 2016 Fabio Alessandro Locati <fale@redhat.com> - 1.10.53-1
- Update to current upstream version - Update to current upstream version

View File

@ -1 +1 @@
0beea7eaefc2afcf5b3cac01b3947052 awscli-1.10.53.tar.gz 40c018f7fae44f78405f30e30f254729 awscli-1.10.59.tar.gz