1.10.2-1
This commit is contained in:
parent
79364a9fff
commit
9b7fd5cb05
1
.gitignore
vendored
1
.gitignore
vendored
@ -6,3 +6,4 @@
|
||||
/awscli-1.9.21.tar.gz
|
||||
/awscli-1.10.0.tar.gz
|
||||
/awscli-1.10.1.tar.gz
|
||||
/awscli-1.10.2.tar.gz
|
||||
|
@ -8,7 +8,7 @@
|
||||
%endif
|
||||
|
||||
Name: awscli
|
||||
Version: 1.10.1
|
||||
Version: 1.10.2
|
||||
Release: 1%{?dist}
|
||||
Summary: Universal Command Line Environment for AWS
|
||||
|
||||
@ -19,14 +19,14 @@ BuildArch: noarch
|
||||
%if 0%{?with_python3}
|
||||
BuildRequires: python3-devel
|
||||
BuildRequires: python3-setuptools
|
||||
Requires: python3-botocore = 1.3.23
|
||||
Requires: python3-botocore = 1.3.24
|
||||
Requires: python3-colorama
|
||||
Requires: python3-docutils
|
||||
Requires: python3-rsa
|
||||
%else
|
||||
BuildRequires: python2-devel
|
||||
BuildRequires: python-setuptools
|
||||
Requires: python2-botocore = 1.3.23
|
||||
Requires: python2-botocore = 1.3.24
|
||||
Requires: python-colorama
|
||||
Requires: python-docutils
|
||||
Requires: python-rsa
|
||||
@ -96,6 +96,9 @@ rm %{buildroot}%{_bindir}/aws.cmd
|
||||
%endif # with_python3
|
||||
|
||||
%changelog
|
||||
* Tue Feb 09 2016 Fabio Alessandro Locati <fabio@locati.cc> - 1.10.2-1
|
||||
- Update to current upstream version
|
||||
|
||||
* Tue Feb 02 2016 Fabio Alessandro Locati <fabio@locati.cc> - 1.10.1-1
|
||||
- Update to current upstream version
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user