From 3f5dc190ac804647b8d559cac051b85d912f1e50 Mon Sep 17 00:00:00 2001 From: Fabio Alessandro Locati Date: Wed, 7 Sep 2016 10:34:41 +0100 Subject: [PATCH] Update to 1.10.62 --- awscli.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/awscli.spec b/awscli.spec index 8425a7e..68c2208 100644 --- a/awscli.spec +++ b/awscli.spec @@ -8,7 +8,7 @@ %endif Name: awscli -Version: 1.10.59 +Version: 1.10.62 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 = 1.4.49 +Requires: python3-botocore = 1.4.52 Requires: python3-colorama >= 0.2.5 Requires: python3-docutils >= 0.10 Requires: python3-rsa >= 3.1.2 @@ -27,7 +27,7 @@ Requires: python3-s3transfer >= 0.1.0 %else BuildRequires: python2-devel BuildRequires: python-setuptools -Requires: python2-botocore = 1.4.49 +Requires: python2-botocore = 1.4.52 Requires: python-colorama >= 0.2.5 Requires: python-docutils >= 0.10 Requires: python2-rsa >= 3.1.2 @@ -98,6 +98,9 @@ rm %{buildroot}%{_bindir}/aws.cmd %endif # with_python3 %changelog +* Wed Sep 07 2016 Fabio Alessandro Locati - 1.10.62-1 +- Update to 1.10.62 + * Wed Aug 24 2016 Fabio Alessandro Locati - 1.10.59-1 - Update to current upstream version