Update to 1.10.53
This commit is contained in:
parent
f124c82c63
commit
a8bdd4d2c6
1
.gitignore
vendored
1
.gitignore
vendored
@ -15,3 +15,4 @@
|
||||
/awscli-1.10.34.tar.gz
|
||||
/awscli-1.10.36.tar.gz
|
||||
/awscli-1.10.45.tar.gz
|
||||
/awscli-1.10.53.tar.gz
|
||||
|
13
awscli.spec
13
awscli.spec
@ -8,7 +8,7 @@
|
||||
%endif
|
||||
|
||||
Name: awscli
|
||||
Version: 1.10.45
|
||||
Version: 1.10.53
|
||||
Release: 1%{?dist}
|
||||
Summary: Universal Command Line Environment for AWS
|
||||
|
||||
@ -19,19 +19,19 @@ BuildArch: noarch
|
||||
%if 0%{?with_python3}
|
||||
BuildRequires: python3-devel
|
||||
BuildRequires: python3-setuptools
|
||||
Requires: python3-botocore = 1.4.35
|
||||
Requires: python3-botocore = 1.4.43
|
||||
Requires: python3-colorama >= 0.2.5
|
||||
Requires: python3-docutils >= 0.10
|
||||
Requires: python3-rsa >= 3.1.2
|
||||
Requires: python3-s3transfer = 0.0.1
|
||||
Requires: python3-s3transfer >= 0.1.0
|
||||
%else
|
||||
BuildRequires: python2-devel
|
||||
BuildRequires: python-setuptools
|
||||
Requires: python2-botocore = 1.4.35
|
||||
Requires: python2-botocore = 1.4.43
|
||||
Requires: python-colorama >= 0.2.5
|
||||
Requires: python-docutils >= 0.10
|
||||
Requires: python2-rsa >= 3.1.2
|
||||
Requires: python2-s3transfer = 0.0.1
|
||||
Requires: python2-s3transfer >= 0.1.0
|
||||
%endif # with_python3
|
||||
%if 0%{?fedora}
|
||||
Recommends: bash-completion
|
||||
@ -98,6 +98,9 @@ rm %{buildroot}%{_bindir}/aws.cmd
|
||||
%endif # with_python3
|
||||
|
||||
%changelog
|
||||
* Fri Aug 05 2016 Fabio Alessandro Locati <fale@redhat.com> - 1.10.53-1
|
||||
- Update to current upstream version
|
||||
|
||||
* Wed Jul 06 2016 Fabio Alessandro Locati <fale@redhat.com> - 1.10.45-1
|
||||
- Update to current upstream version
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user