1.9.17
This commit is contained in:
parent
47d29d9a0a
commit
b6e9de5e8f
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
||||
/awscli-1.9.16.tar.gz
|
||||
/awscli-1.9.17.tar.gz
|
||||
|
10
awscli.spec
10
awscli.spec
@ -8,7 +8,7 @@
|
||||
%endif
|
||||
|
||||
Name: awscli
|
||||
Version: 1.9.16
|
||||
Version: 1.9.17
|
||||
Release: 1%{?dist}
|
||||
Summary: Universal Command Line Environment for AWS
|
||||
|
||||
@ -19,7 +19,7 @@ BuildArch: noarch
|
||||
%if 0%{?with_python3}
|
||||
BuildRequires: python3-devel
|
||||
BuildRequires: python3-setuptools
|
||||
Requires: python3-botocore
|
||||
Requires: python3-botocore = 1.3.17
|
||||
Requires: python3-bcdoc
|
||||
Requires: python3-colorama
|
||||
Requires: python3-docutils
|
||||
@ -27,7 +27,7 @@ Requires: python3-rsa
|
||||
%else
|
||||
BuildRequires: python2-devel
|
||||
BuildRequires: python-setuptools
|
||||
Requires: python2-botocore
|
||||
Requires: python2-botocore = 1.3.17
|
||||
Requires: python-bcdoc
|
||||
Requires: python-colorama
|
||||
Requires: python-docutils
|
||||
@ -105,6 +105,10 @@ rm %{buildroot}%{_bindir}/aws.cmd
|
||||
%endif # with_python3
|
||||
|
||||
%changelog
|
||||
* Sun Jan 10 2016 Fabio Alessandro Locati <fabio@locati.cc> - 1.9.17-1
|
||||
- Update ro current upstream version
|
||||
- Lock the botocore dependency version
|
||||
|
||||
* Sat Jan 09 2016 Fabio Alessandro Locati <fabio@locati.cc> - 1.9.16-1
|
||||
- Update to current upstream version
|
||||
- Add dir /usr/share/zsh
|
||||
|
Loading…
Reference in New Issue
Block a user