Update to 1.11.0
This commit is contained in:
parent
721122b2b7
commit
b9d505ac56
1
.gitignore
vendored
1
.gitignore
vendored
@ -19,3 +19,4 @@
|
|||||||
/awscli-1.10.59.tar.gz
|
/awscli-1.10.59.tar.gz
|
||||||
/awscli-1.10.62.tar.gz
|
/awscli-1.10.62.tar.gz
|
||||||
/awscli-1.10.67.tar.gz
|
/awscli-1.10.67.tar.gz
|
||||||
|
/awscli-1.11.0.tar.gz
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
Name: awscli
|
Name: awscli
|
||||||
Version: 1.10.67
|
Version: 1.11.0
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Universal Command Line Environment for AWS
|
Summary: Universal Command Line Environment for AWS
|
||||||
|
|
||||||
@ -16,7 +16,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.57
|
Requires: python3-botocore = 1.4.58
|
||||||
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
|
||||||
@ -24,7 +24,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.57
|
Requires: python2-botocore = 1.4.58
|
||||||
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
|
||||||
@ -95,6 +95,9 @@ rm %{buildroot}%{_bindir}/aws.cmd
|
|||||||
%endif # with_python3
|
%endif # with_python3
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun Oct 02 2016 Fabio Alessandro Locati <fale@redhat.com> - 1.11.0-1
|
||||||
|
- Update to 1.11.0
|
||||||
|
|
||||||
* Wed Sep 28 2016 Fabio Alessandro Locati <fale@redhat.com> - 1.10.67-1
|
* Wed Sep 28 2016 Fabio Alessandro Locati <fale@redhat.com> - 1.10.67-1
|
||||||
- Update to 1.10.67
|
- Update to 1.10.67
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user