From 0367af6c5be68a46018b2dca4973d78a06bc73eb Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Mon, 23 Apr 2018 14:38:45 -0700 Subject: [PATCH] Update to 1.15.6. Fixes bug #1570216 --- awscli.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/awscli.spec b/awscli.spec index 620c92e..a16f08a 100644 --- a/awscli.spec +++ b/awscli.spec @@ -7,7 +7,7 @@ %global botocore_version 1.9.1 Name: awscli -Version: 1.15.5 +Version: 1.15.6 Release: 1%{?dist} Summary: Universal Command Line Environment for AWS @@ -99,6 +99,9 @@ rm %{buildroot}%{_bindir}/aws.cmd %endif # with python3 %changelog +* Mon Apr 23 2018 Kevin Fenzi - 1.15.6-1 +- Update to 1.15.6. Fixes bug #1570216 + * Fri Apr 20 2018 Kevin Fenzi - 1.15.5-1 - Update to 1.15.5. Fixes bug #1569974