From 96845aaa6d3fc337aec0a0054f8b196c948bfe55 Mon Sep 17 00:00:00 2001 From: Garrett Holmstrom Date: Fri, 22 Aug 2014 12:27:40 -0700 Subject: [PATCH] Update to 2.32.1 https://bugzilla.redhat.com/show_bug.cgi?id=1126056 https://bugzilla.redhat.com/show_bug.cgi?id=1132348 --- python-boto.spec | 11 ++++++++--- sources | 2 +- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/python-boto.spec b/python-boto.spec index 6928058..3d63f32 100644 --- a/python-boto.spec +++ b/python-boto.spec @@ -1,8 +1,9 @@ %{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} + Summary: A simple, lightweight interface to Amazon Web Services Name: python-boto -Version: 2.27.0 -Release: 3%{?dist} +Version: 2.32.1 +Release: 1%{?dist} License: MIT Group: Development/Languages URL: https://github.com/boto/boto @@ -27,7 +28,7 @@ cloud systems like Eucalyptus, OpenStack and Open Nebula. %prep %setup -q -n boto-%{version} -cp %{SOURCE1} . +cp -p %{SOURCE1} . rm -r boto.egg-info @@ -40,6 +41,7 @@ rm -r boto.egg-info %files %{!?_licensedir:%global license %%doc} %license boto-mit-license.txt +%doc README.rst %{_bindir}/asadmin %{_bindir}/bundle_image %{_bindir}/cfadmin @@ -65,6 +67,9 @@ rm -r boto.egg-info %{python_sitelib}/boto*.egg-info %changelog +* Thu Aug 21 2014 Garrett Holmstrom - 2.32.1-1 +- Updated to 2.32.1 (RH #1126056, RH #1132348) + * Thu Jul 31 2014 Tom Callaway - 2.27.0-3 - fix license handling diff --git a/sources b/sources index 57cc60f..c2816bc 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -47a4d81554380b21d85005f91d12a585 boto-2.27.0.tar.gz +66bb70a9aa7576726dd1b141b64a4e0b boto-2.32.1.tar.gz