From 211801d6e6321ed344f92d959a438a118e2fa0ae Mon Sep 17 00:00:00 2001 From: Garrett Holmstrom Date: Fri, 27 Jan 2017 17:12:02 -0800 Subject: [PATCH] Add ModifySubnetAttribute support https://github.com/boto/boto/pull/3111 --- python-boto.spec | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/python-boto.spec b/python-boto.spec index cd74ec1..19fad30 100644 --- a/python-boto.spec +++ b/python-boto.spec @@ -17,7 +17,7 @@ Summary: A simple, lightweight interface to Amazon Web Services Name: python-boto Version: 2.45.0 -Release: 2%{?dist} +Release: 3%{?dist} License: MIT Group: Development/Languages URL: https://github.com/boto/boto @@ -60,6 +60,10 @@ Patch8: boto-2.40.0-s3-requestlog.patch # https://github.com/boto/boto/pull/2866 Patch9: boto-2.40.0-route53-no-resourcepath.patch +# Add ModifySubnetAttribute support +# https://github.com/boto/boto/pull/3111 +Patch10: boto-2.45.0-modifysubnetattribute.patch + BuildRequires: python2-devel BuildRequires: python-setuptools BuildRequires: python-six @@ -196,6 +200,9 @@ mv $RPM_BUILD_ROOT/%{_bindir} examples %changelog +* Fri Jan 27 2017 Garrett Holmstrom - 2.45.0-3 +- Added support for ModifySubnetAttribute + * Mon Dec 19 2016 Miro HronĨok - 2.45.0-2 - Rebuild for Python 3.6