Re-add mistakenly dropped patch.
This commit is contained in:
parent
15c30d347b
commit
3760de79f5
@ -9,12 +9,13 @@
|
||||
|
||||
Name: awscli
|
||||
Version: 1.16.222
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
Summary: Universal Command Line Environment for AWS
|
||||
|
||||
License: ASL 2.0 and MIT
|
||||
URL: http://aws.amazon.com/cli
|
||||
Source0: https://files.pythonhosted.org/packages/source/a/%{name}/%{name}-%{version}.tar.gz
|
||||
Patch1: relax-dependencies.patch
|
||||
BuildArch: noarch
|
||||
%if %{with python3}
|
||||
BuildRequires: python3-devel
|
||||
@ -104,6 +105,9 @@ rm %{buildroot}%{_bindir}/aws.cmd
|
||||
%endif # with python3
|
||||
|
||||
%changelog
|
||||
* Wed Aug 21 2019 Kevin Fenzi <kevin@scrye.com> - 1.16.222-2
|
||||
- Re-add mistakenly dropped patch.
|
||||
|
||||
* Wed Aug 21 2019 Kevin Fenzi <kevin@scrye.com> - 1.16.222-1
|
||||
- Update to 1.16.222
|
||||
|
||||
|
@ -1,11 +1,12 @@
|
||||
--- awscli-1.16.198-orig/setup.py 2019-07-14 02:58:35.590102693 +0000
|
||||
+++ awscli-1.16.198/setup.py 2019-07-14 03:11:00.266272480 +0000
|
||||
@@ -24,7 +24,7 @@ def find_version(*file_paths):
|
||||
diff -Nur awscli-1.16.222.orig/setup.py awscli-1.16.222/setup.py
|
||||
--- awscli-1.16.222.orig/setup.py 2019-08-20 11:39:21.000000000 -0700
|
||||
+++ awscli-1.16.222/setup.py 2019-08-21 14:37:47.568403430 -0700
|
||||
@@ -24,7 +24,7 @@
|
||||
|
||||
|
||||
requires = ['botocore==1.12.188',
|
||||
requires = ['botocore==1.12.212',
|
||||
- 'colorama>=0.2.5,<=0.3.9',
|
||||
+ 'colorama>=0.2.5',
|
||||
'docutils>=0.10',
|
||||
'docutils>=0.10,<0.16',
|
||||
'rsa>=3.1.2,<=3.5.0',
|
||||
's3transfer>=0.2.0,<0.3.0']
|
||||
|
Loading…
Reference in New Issue
Block a user