From bd59785ea9ce45b48cce080c344acab8dd86a7cb Mon Sep 17 00:00:00 2001 From: Fabio Alessandro Locati Date: Thu, 27 Oct 2016 20:38:21 +0200 Subject: [PATCH] AWSCLi --- .gitignore | 1 + awscli.spec | 10 +++++----- sources | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index 12aa978..42d6ff4 100644 --- a/.gitignore +++ b/.gitignore @@ -21,3 +21,4 @@ /awscli-1.10.67.tar.gz /awscli-1.11.0.tar.gz /awscli-1.11.2.tar.gz +/awscli-1.11.10.tar.gz diff --git a/awscli.spec b/awscli.spec index 30912c1..efb7047 100644 --- a/awscli.spec +++ b/awscli.spec @@ -5,7 +5,7 @@ %endif Name: awscli -Version: 1.11.2 +Version: 1.11.10 Release: 1%{?dist} Summary: Universal Command Line Environment for AWS @@ -16,19 +16,19 @@ BuildArch: noarch %if 0%{?with_python3} BuildRequires: python3-devel BuildRequires: python3-setuptools -Requires: python3-botocore = 1.4.60 +Requires: python3-botocore = 1.4.67 Requires: python3-colorama >= 0.2.5 Requires: python3-docutils >= 0.10 Requires: python3-rsa >= 3.1.2 -Requires: python3-s3transfer >= 0.1.5 +Requires: python3-s3transfer >= 0.1.9 %else BuildRequires: python2-devel BuildRequires: python-setuptools -Requires: python2-botocore = 1.4.60 +Requires: python2-botocore = 1.4.67 Requires: python-colorama >= 0.2.5 Requires: python-docutils >= 0.10 Requires: python2-rsa >= 3.1.2 -Requires: python2-s3transfer >= 0.1.5 +Requires: python2-s3transfer >= 0.1.9 %endif # with_python3 %if 0%{?fedora} Recommends: bash-completion diff --git a/sources b/sources index 4d64260..1adc6df 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -69e2c0077fefdaf19222bf39add03e46 awscli-1.11.2.tar.gz +075ccb261148d46b9862d049d20b4b07 awscli-1.11.10.tar.gz