Updates to 1.16.28 release
This commit is contained in:
parent
b3180f8ea1
commit
ad60ca69b9
1
.gitignore
vendored
1
.gitignore
vendored
@ -89,3 +89,4 @@
|
||||
/awscli-1.15.70.tar.gz
|
||||
/awscli-1.15.71.tar.gz
|
||||
/awscli-1.15.72.tar.gz
|
||||
/awscli-1.16.28.tar.gz
|
||||
|
||||
@ -4,10 +4,10 @@
|
||||
%bcond_without python3
|
||||
%endif
|
||||
|
||||
%global botocore_version 1.10.42
|
||||
%global botocore_version 1.12.18
|
||||
|
||||
Name: awscli
|
||||
Version: 1.15.72
|
||||
Version: 1.16.28
|
||||
Release: 2%{?dist}
|
||||
Summary: Universal Command Line Environment for AWS
|
||||
|
||||
@ -18,7 +18,7 @@ BuildArch: noarch
|
||||
%if %{with python3}
|
||||
BuildRequires: python3-devel
|
||||
BuildRequires: python3-setuptools
|
||||
Requires: python3-botocore >= %{botocore_version}
|
||||
Requires: python3-botocore = %{botocore_version}
|
||||
Requires: python3-colorama >= 0.2.5
|
||||
Requires: python3-docutils >= 0.10
|
||||
Requires: python3-rsa >= 3.1.2
|
||||
@ -99,6 +99,8 @@ rm %{buildroot}%{_bindir}/aws.cmd
|
||||
%endif # with python3
|
||||
|
||||
%changelog
|
||||
* Sun Sep 07 2018 David Duncan <dadvunc@amazon.com> - 1.16.28
|
||||
- Update to 1.16.28
|
||||
* Sun Sep 02 2018 David Duncan <davdunc@amazon.com> - 1.15.72-1
|
||||
- Update to 1.15.72. Updates bug #1613078
|
||||
|
||||
|
||||
1
sources
1
sources
@ -1 +1,2 @@
|
||||
SHA512 (awscli-1.15.72.tar.gz) = f7eebcbe94097e633ab56a633f3ccbcdb272543ff4e25c48178451efe4ec8ec4ed294fd40b22d21a60a1161ddcc0f77ff8e018f0407a5dc87eb1c2376e3015cd
|
||||
SHA512 (awscli-1.16.28.tar.gz) = f59374c2b5738304fd0ba63b11585410ebafa2e12649b6e5b03a69be5448910d81127435178a2b64a86fefabdd9529af17615d0476d7e23b5dca10e81e470b8f
|
||||
|
||||
Loading…
Reference in New Issue
Block a user