From d154c0995dae2ad07a9ff54d0aba9055754f2927 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Tue, 19 Jun 2018 10:40:10 +0200 Subject: [PATCH] Rebuilt for Python 3.7 --- awscli.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/awscli.spec b/awscli.spec index 308712b..9c7c6c5 100644 --- a/awscli.spec +++ b/awscli.spec @@ -8,7 +8,7 @@ Name: awscli Version: 1.15.40 -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 +* Tue Jun 19 2018 Miro HronĨok - 1.15.40-2 +- Rebuilt for Python 3.7 + * Fri Jun 15 2018 Kevin Fenzi - 1.15.40-1 - Update to 1.15.40. Fixes bug #1591986