From a9fa52b2841f60f79db261191ed7021319adc205 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Wed, 31 Jan 2018 13:48:47 -0800 Subject: [PATCH] Fix python-botocore version requirement. --- awscli.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/awscli.spec b/awscli.spec index 227b1f4..2f329f9 100644 --- a/awscli.spec +++ b/awscli.spec @@ -4,11 +4,11 @@ %bcond_without python3 %endif -%global botocore_version 1.6.0 +%global botocore_version 1.8.33 Name: awscli Version: 1.14.32 -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 +* Wed Jan 31 2018 Kevin Fenzi - 1.14.32-2 +- Fix python-botocore version requirement. + * Wed Jan 31 2018 Kevin Fenzi - 1.14.32-1 - Update to 1.14.32. Fixes bug #1481464