From cf310e7afb5a82f5cc123fc8212421e635897b70 Mon Sep 17 00:00:00 2001 From: Fabio Alessandro Locati Date: Feb 10 2016 09:00:57 +0000 Subject: 1.10.3-1 --- diff --git a/.gitignore b/.gitignore index aa6605f..bca428c 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,4 @@ /awscli-1.10.0.tar.gz /awscli-1.10.1.tar.gz /awscli-1.10.2.tar.gz +/awscli-1.10.3.tar.gz diff --git a/awscli.spec b/awscli.spec index d0b8f0d..623f93f 100644 --- a/awscli.spec +++ b/awscli.spec @@ -8,7 +8,7 @@ %endif Name: awscli -Version: 1.10.2 +Version: 1.10.3 Release: 1%{?dist} Summary: Universal Command Line Environment for AWS @@ -19,14 +19,14 @@ BuildArch: noarch %if 0%{?with_python3} BuildRequires: python3-devel BuildRequires: python3-setuptools -Requires: python3-botocore = 1.3.24 +Requires: python3-botocore = 1.3.25 Requires: python3-colorama Requires: python3-docutils Requires: python3-rsa %else BuildRequires: python2-devel BuildRequires: python-setuptools -Requires: python2-botocore = 1.3.24 +Requires: python2-botocore = 1.3.25 Requires: python-colorama Requires: python-docutils Requires: python-rsa @@ -96,6 +96,9 @@ rm %{buildroot}%{_bindir}/aws.cmd %endif # with_python3 %changelog +* Wed Feb 10 2016 Fabio Alessandro Locati - 1.10.3-1 +- Update to current upstream version + * Tue Feb 09 2016 Fabio Alessandro Locati - 1.10.2-1 - Update to current upstream version diff --git a/sources b/sources index d962b65..281b6e1 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -01e989c89dbf315acc8e2d1a8fa14660 awscli-1.10.2.tar.gz +a8c140fb149f2d677cf9670ad539ba36 awscli-1.10.3.tar.gz