From a9b19a05b1a79edfc656d28b5bbec01cc30fdf54 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Sat, 3 Mar 2018 17:32:43 -0800 Subject: [PATCH] Update for new python-botocore. --- awscli.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/awscli.spec b/awscli.spec index 049ca5d..4b64430 100644 --- a/awscli.spec +++ b/awscli.spec @@ -4,11 +4,11 @@ %bcond_without python3 %endif -%global botocore_version 1.8.33 +%global botocore_version 1.9.1 Name: awscli Version: 1.14.50 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Universal Command Line Environment for AWS License: ASL 2.0 and MIT @@ -99,6 +99,9 @@ rm %{buildroot}%{_bindir}/aws.cmd %endif # with python3 %changelog +* Sat Mar 03 2018 Kevin Fenzi - 1.14.50-2 +- Update for new python-botocore. + * Sat Mar 03 2018 Kevin Fenzi - 1.14.50-1 - Update to 1.14.50. Fixes bug #1550746