[python26-boto/el5/master: 16/26] Upgrade to 1.9b

gholms gholms at fedoraproject.org
Fri Mar 4 17:51:14 UTC 2011


commit 3bb620c62deedb953766b3908bb01533421cb250
Author: Robert Scheck <robert at fedoraproject.org>
Date:   Sat Jan 9 21:48:10 2010 +0000

    Upgrade to 1.9b

 .cvsignore       |    2 +-
 python-boto.spec |   17 ++++++++++++-----
 sources          |    2 +-
 3 files changed, 14 insertions(+), 7 deletions(-)
---
diff --git a/.cvsignore b/.cvsignore
index 9ccf292..94ed4e3 100644
--- a/.cvsignore
+++ b/.cvsignore
@@ -1 +1 @@
-boto-1.8d.tar.gz
+boto-1.9b.tar.gz
diff --git a/python-boto.spec b/python-boto.spec
index 32d7a7e..84af98c 100644
--- a/python-boto.spec
+++ b/python-boto.spec
@@ -3,7 +3,7 @@
 
 Summary:	A simple lightweight interface to Amazon Web Services
 Name:		python-boto
-Version:	1.8d
+Version:	1.9b
 Release:	1%{?dist}
 License:	MIT
 Group:		Development/Languages
@@ -30,18 +30,25 @@ use, lightweight wrapper around the Amazon services.
 rm -rf $RPM_BUILD_ROOT
 %{__python} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT
 
-# Remove all test scripts
-rm -rf $RPM_BUILD_ROOT{%{_bindir},%{python_sitelib}/tests}
-
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %files
-%defattr(-,root,root)
+%defattr(-,root,root,-)
 %doc README
+%{_bindir}/elbadmin
+%{_bindir}/fetch_file
+%{_bindir}/launch_instance
+%{_bindir}/list_instances
+%{_bindir}/s3put
+%{_bindir}/sdbadmin
+%{_bindir}/taskadmin
 %{python_sitelib}/*
 
 %changelog
+* Sat Jan 09 2010 Robert Scheck <robert at fedoraproject.org> 1.9b-1
+- Upgrade to 1.9b
+
 * Fri Jul 24 2009 Robert Scheck <robert at fedoraproject.org> 1.8d-1
 - Upgrade to 1.8d (#513560)
 
diff --git a/sources b/sources
index 622a7e2..15ceac8 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-3de4ac64015a9b06960fd14827a9c07a  boto-1.8d.tar.gz
+4fc2fd7b70a971b1363f8465aafe7091  boto-1.9b.tar.gz


More information about the scm-commits mailing list