Upgrade to 2.2.2 (#786301, thanks to Bobby Powers)

f38
Robert Scheck 13 years ago
parent 5e1826f79b
commit b1175b4a5c

2
.gitignore vendored

@ -1 +1 @@
boto-2.0.tar.gz boto-2.2.2.tar.gz

@ -3,12 +3,12 @@
Summary: A simple lightweight interface to Amazon Web Services Summary: A simple lightweight interface to Amazon Web Services
Name: python-boto Name: python-boto
Version: 2.0 Version: 2.2.2
Release: 2%{?dist} Release: 1%{?dist}
License: MIT License: MIT
Group: Development/Languages Group: Development/Languages
URL: http://code.google.com/p/%{pkgname}/ URL: https://github.com/%{pkgname}/%{pkgname}
Source: http://boto.googlecode.com/files/%{pkgname}-%{version}.tar.gz Source: http://pypi.python.org/packages/source/b/%{pkgname}/%{pkgname}-%{version}.tar.gz
BuildRequires: python-devel >= 2.5, python-setuptools-devel BuildRequires: python-devel >= 2.5, python-setuptools-devel
BuildArch: noarch BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@ -35,23 +35,30 @@ rm -rf $RPM_BUILD_ROOT
%files %files
%defattr(-,root,root,-) %defattr(-,root,root,-)
%{_bindir}/asadmin
%{_bindir}/bundle_image %{_bindir}/bundle_image
%{_bindir}/cfadmin %{_bindir}/cfadmin
%{_bindir}/cq %{_bindir}/cq
%{_bindir}/cwutil
%{_bindir}/elbadmin %{_bindir}/elbadmin
%{_bindir}/fetch_file %{_bindir}/fetch_file
%{_bindir}/instance_events
%{_bindir}/kill_instance %{_bindir}/kill_instance
%{_bindir}/launch_instance %{_bindir}/launch_instance
%{_bindir}/list_instances %{_bindir}/list_instances
%{_bindir}/lss3 %{_bindir}/lss3
%{_bindir}/pyami_sendmail %{_bindir}/pyami_sendmail
%{_bindir}/route53 %{_bindir}/route53
%{_bindir}/s3multiput
%{_bindir}/s3put %{_bindir}/s3put
%{_bindir}/sdbadmin %{_bindir}/sdbadmin
%{_bindir}/taskadmin %{_bindir}/taskadmin
%{python_sitelib}/* %{python_sitelib}/*
%changelog %changelog
* Tue Mar 13 2012 Robert Scheck <robert@fedoraproject.org> 2.2.2-1
- Upgrade to 2.2.2 (#786301, thanks to Bobby Powers)
* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.0-2 * Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild

@ -1 +1 @@
e238262c5ff417a2b59a8b24ae06b9ce boto-2.0.tar.gz b23b9137abd7286615236ed03929d282 boto-2.2.2.tar.gz

Loading…
Cancel
Save