This commit is contained in:
Fabio Alessandro Locati 2016-01-10 12:53:39 +01:00
parent 47d29d9a0a
commit b6e9de5e8f
3 changed files with 9 additions and 4 deletions

1
.gitignore vendored
View File

@ -1 +1,2 @@
/awscli-1.9.16.tar.gz
/awscli-1.9.17.tar.gz

View File

@ -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

View File

@ -1 +1 @@
9e099132a9d5e94578447ac9e597929c awscli-1.9.16.tar.gz
48189a45f5b9e7e1af6bfb162f4b29b2 awscli-1.9.17.tar.gz