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 1.9b-1 +- Upgrade to 1.9b + * Fri Jul 24 2009 Robert Scheck 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