diff --git a/awscli.spec b/awscli.spec index 51d9cea..e0fbf8c 100644 --- a/awscli.spec +++ b/awscli.spec @@ -9,7 +9,7 @@ Name: awscli Version: 1.16.235 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Universal Command Line Environment for AWS License: ASL 2.0 and MIT @@ -105,6 +105,9 @@ rm %{buildroot}%{_bindir}/aws.cmd %endif # with python3 %changelog +* Mon Sep 09 2019 Kevin Fenzi - 1.16.235-2 +- Rebuild with correct patch. + * Mon Sep 09 2019 Kevin Fenzi - 1.16.235-1 - Update to 1.16.235. diff --git a/relax-dependencies.patch b/relax-dependencies.patch index 26450a6..a0344b9 100644 --- a/relax-dependencies.patch +++ b/relax-dependencies.patch @@ -1,12 +1,12 @@ -diff -Nur awscli-1.16.235.orig/setup.cfg awscli-1.16.235/setup.cfg ---- awscli-1.16.235.orig/setup.cfg 2019-09-09 11:09:22.000000000 -0700 -+++ awscli-1.16.235/setup.cfg 2019-09-09 15:27:48.354732528 -0700 -@@ -4,7 +4,7 @@ - [metadata] - requires-dist = - botocore==1.12.225 -- colorama>=0.2.5,<=0.3.9 -+ colorama>=0.2.5 - docutils>=0.10,<0.16 - rsa>=3.1.2,<=3.5.0 - PyYAML>=3.10,<=3.13; python_version=="2.6" +diff -Nur awscli-1.16.235.orig/setup.py awscli-1.16.235/setup.py +--- awscli-1.16.235.orig/setup.py 2019-09-09 11:09:21.000000000 -0700 ++++ awscli-1.16.235/setup.py 2019-09-09 15:47:54.326212512 -0700 +@@ -24,7 +24,7 @@ + + + requires = ['botocore==1.12.225', +- 'colorama>=0.2.5,<=0.3.9', ++ 'colorama>=0.2.5', + 'docutils>=0.10,<0.16', + 'rsa>=3.1.2,<=3.5.0', + 's3transfer>=0.2.0,<0.3.0']