Rebuild with correct patch.

This commit is contained in:
Kevin Fenzi 2019-09-09 16:24:32 -07:00
parent c5812e800b
commit 2054a95c2c
2 changed files with 16 additions and 13 deletions

View File

@ -9,7 +9,7 @@
Name: awscli Name: awscli
Version: 1.16.235 Version: 1.16.235
Release: 1%{?dist} Release: 2%{?dist}
Summary: Universal Command Line Environment for AWS Summary: Universal Command Line Environment for AWS
License: ASL 2.0 and MIT License: ASL 2.0 and MIT
@ -105,6 +105,9 @@ rm %{buildroot}%{_bindir}/aws.cmd
%endif # with python3 %endif # with python3
%changelog %changelog
* Mon Sep 09 2019 Kevin Fenzi <kevin@scrye.com> - 1.16.235-2
- Rebuild with correct patch.
* Mon Sep 09 2019 Kevin Fenzi <kevin@scrye.com> - 1.16.235-1 * Mon Sep 09 2019 Kevin Fenzi <kevin@scrye.com> - 1.16.235-1
- Update to 1.16.235. - Update to 1.16.235.

View File

@ -1,12 +1,12 @@
diff -Nur awscli-1.16.235.orig/setup.cfg awscli-1.16.235/setup.cfg diff -Nur awscli-1.16.235.orig/setup.py awscli-1.16.235/setup.py
--- awscli-1.16.235.orig/setup.cfg 2019-09-09 11:09:22.000000000 -0700 --- awscli-1.16.235.orig/setup.py 2019-09-09 11:09:21.000000000 -0700
+++ awscli-1.16.235/setup.cfg 2019-09-09 15:27:48.354732528 -0700 +++ awscli-1.16.235/setup.py 2019-09-09 15:47:54.326212512 -0700
@@ -4,7 +4,7 @@ @@ -24,7 +24,7 @@
[metadata]
requires-dist =
botocore==1.12.225 requires = ['botocore==1.12.225',
- colorama>=0.2.5,<=0.3.9 - 'colorama>=0.2.5,<=0.3.9',
+ colorama>=0.2.5 + 'colorama>=0.2.5',
docutils>=0.10,<0.16 'docutils>=0.10,<0.16',
rsa>=3.1.2,<=3.5.0 'rsa>=3.1.2,<=3.5.0',
PyYAML>=3.10,<=3.13; python_version=="2.6" 's3transfer>=0.2.0,<0.3.0']