Update to 1.10.34
This commit is contained in:
parent
0820a0e3da
commit
e78f5e22a1
1
.gitignore
vendored
1
.gitignore
vendored
@ -12,3 +12,4 @@
|
||||
/awscli-1.10.5.tar.gz
|
||||
/awscli-1.10.6.tar.gz
|
||||
/awscli-1.10.7.tar.gz
|
||||
/awscli-1.10.34.tar.gz
|
||||
|
27
awscli.spec
27
awscli.spec
@ -8,30 +8,30 @@
|
||||
%endif
|
||||
|
||||
Name: awscli
|
||||
Version: 1.10.7
|
||||
Version: 1.10.34
|
||||
Release: 1%{?dist}
|
||||
Summary: Universal Command Line Environment for AWS
|
||||
|
||||
License: ASL 2.0 and MIT
|
||||
URL: http://aws.amazon.com/cli
|
||||
Source0: https://pypi.python.org/packages/source/a/%{name}/%{name}-%{version}.tar.gz
|
||||
Source0: https://pypi.io/packages/source/a/%{name}/%{name}-%{version}.tar.gz
|
||||
BuildArch: noarch
|
||||
%if 0%{?with_python3}
|
||||
BuildRequires: python3-devel
|
||||
BuildRequires: python3-setuptools
|
||||
Requires: python3-botocore = 1.3.29
|
||||
Requires: python3-colorama
|
||||
Requires: python3-docutils
|
||||
Requires: python3-rsa
|
||||
Requires: python3-s3transfer
|
||||
Requires: python3-botocore = 1.4.24
|
||||
Requires: python3-colorama >= 0.2.5
|
||||
Requires: python3-docutils >= 0.10
|
||||
Requires: python3-rsa >= 3.1.2
|
||||
Requires: python3-s3transfer = 0.0.1
|
||||
%else
|
||||
BuildRequires: python2-devel
|
||||
BuildRequires: python-setuptools
|
||||
Requires: python2-botocore = 1.3.29
|
||||
Requires: python-colorama
|
||||
Requires: python-docutils
|
||||
Requires: python2-rsa
|
||||
Requires: python2-s3transfer
|
||||
Requires: python2-botocore = 1.4.24
|
||||
Requires: python-colorama >= 0.2.5
|
||||
Requires: python-docutils >= 0.10
|
||||
Requires: python2-rsa >= 3.1.2
|
||||
Requires: python2-s3transfer = 0.0.1
|
||||
%endif # with_python3
|
||||
%if 0%{?fedora}
|
||||
Recommends: bash-completion
|
||||
@ -98,6 +98,9 @@ rm %{buildroot}%{_bindir}/aws.cmd
|
||||
%endif # with_python3
|
||||
|
||||
%changelog
|
||||
* Sat May 28 2016 Fabio Alessandro Locati <fabio@locati.cc> - 1.10.34-1
|
||||
- Update to current upstream version
|
||||
|
||||
* Wed Feb 24 2016 Fabio Alessandro Locati <fabio@locati.cc> - 1.10.7-1
|
||||
- Update to current upstream version
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user