1.10.6-1 New upstream release
This commit is contained in:
parent
95621d013a
commit
ebb98a8db8
1
.gitignore
vendored
1
.gitignore
vendored
@ -10,3 +10,4 @@
|
|||||||
/awscli-1.10.3.tar.gz
|
/awscli-1.10.3.tar.gz
|
||||||
/awscli-1.10.4.tar.gz
|
/awscli-1.10.4.tar.gz
|
||||||
/awscli-1.10.5.tar.gz
|
/awscli-1.10.5.tar.gz
|
||||||
|
/awscli-1.10.6.tar.gz
|
||||||
|
@ -8,7 +8,7 @@
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
Name: awscli
|
Name: awscli
|
||||||
Version: 1.10.5
|
Version: 1.10.6
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Universal Command Line Environment for AWS
|
Summary: Universal Command Line Environment for AWS
|
||||||
|
|
||||||
@ -19,14 +19,14 @@ 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.3.27
|
Requires: python3-botocore = 1.3.28
|
||||||
Requires: python3-colorama
|
Requires: python3-colorama
|
||||||
Requires: python3-docutils
|
Requires: python3-docutils
|
||||||
Requires: python3-rsa
|
Requires: python3-rsa
|
||||||
%else
|
%else
|
||||||
BuildRequires: python2-devel
|
BuildRequires: python2-devel
|
||||||
BuildRequires: python-setuptools
|
BuildRequires: python-setuptools
|
||||||
Requires: python2-botocore = 1.3.27
|
Requires: python2-botocore = 1.3.28
|
||||||
Requires: python-colorama
|
Requires: python-colorama
|
||||||
Requires: python-docutils
|
Requires: python-docutils
|
||||||
Requires: python-rsa
|
Requires: python-rsa
|
||||||
@ -96,6 +96,9 @@ rm %{buildroot}%{_bindir}/aws.cmd
|
|||||||
%endif # with_python3
|
%endif # with_python3
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Feb 19 2016 Fabio Alessandro Locati <fabio@locati.cc> - 1.10.6-1
|
||||||
|
- Update to current upstream version
|
||||||
|
|
||||||
* Wed Feb 17 2016 Fabio Alessandro Locati <fabio@locati.cc> - 1.10.5-1
|
* Wed Feb 17 2016 Fabio Alessandro Locati <fabio@locati.cc> - 1.10.5-1
|
||||||
- Update to current upstream version
|
- Update to current upstream version
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user