Update to 1.14.43. Fixes bug #1594038
Fix python-botocore version to match new python-botocore.
This commit is contained in:
parent
be8fb5274e
commit
70b6aef6a5
1
.gitignore
vendored
1
.gitignore
vendored
@ -71,3 +71,4 @@
|
||||
/awscli-1.15.40.tar.gz
|
||||
/awscli-1.15.41.tar.gz
|
||||
/awscli-1.15.42.tar.gz
|
||||
/awscli-1.15.43.tar.gz
|
||||
|
@ -4,10 +4,10 @@
|
||||
%bcond_without python3
|
||||
%endif
|
||||
|
||||
%global botocore_version 1.9.1
|
||||
%global botocore_version 1.10.41
|
||||
|
||||
Name: awscli
|
||||
Version: 1.15.42
|
||||
Version: 1.15.43
|
||||
Release: 1%{?dist}
|
||||
Summary: Universal Command Line Environment for AWS
|
||||
|
||||
@ -99,6 +99,10 @@ rm %{buildroot}%{_bindir}/aws.cmd
|
||||
%endif # with python3
|
||||
|
||||
%changelog
|
||||
* Fri Jun 22 2018 Kevin Fenzi <kevin@scrye.com> - 1.15.43-1
|
||||
- Update to 1.14.43. Fixes bug #1594038
|
||||
- Fix python-botocore version to match new python-botocore.
|
||||
|
||||
* Wed Jun 20 2018 Kevin Fenzi <kevin@scrye.com> - 1.15.42-1
|
||||
- Update to 1.14.42. Fixes bug #1593483
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (awscli-1.15.42.tar.gz) = 88d7f72680c8ec93c147103e1928bf7a46d6e25792ac37269752a67e5b77ddb2e0a87695aac7df17f5912f38fcead791803cadd865f4c7e819d9b22f85bdbf08
|
||||
SHA512 (awscli-1.15.43.tar.gz) = 8f0c738096ed82ce3af38a5de5bd6e34d952f4bbff893e3f747b13da62e8a3ca3a107f78b639930f1188488ec8a1ed0ea11dd7b1e6a413640e70b15ee839d091
|
||||
|
Loading…
Reference in New Issue
Block a user