rpms/python-boto/devel python-boto.spec,1.10,1.11

Luke Macken lmacken at fedoraproject.org
Fri Jun 5 13:56:11 UTC 2009


Author: lmacken

Update of /cvs/pkgs/rpms/python-boto/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv29158

Modified Files:
	python-boto.spec 
Log Message:
* Wed Jun 03 2009 Luke Macken <lmacken at redhat.com> 1.7a-2
- Add python-setuptools-devel to our build requirements, for egg-info




Index: python-boto.spec
===================================================================
RCS file: /cvs/pkgs/rpms/python-boto/devel/python-boto.spec,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -p -r1.10 -r1.11
--- python-boto.spec	16 Apr 2009 00:40:34 -0000	1.10
+++ python-boto.spec	5 Jun 2009 13:55:41 -0000	1.11
@@ -4,12 +4,13 @@
 Summary:	A simple lightweight interface to Amazon Web Services
 Name:		python-boto
 Version:	1.7a
-Release:	1%{?dist}
+Release:	2%{?dist}
 License:	MIT
 Group:		Development/Languages
 URL:		http://code.google.com/p/%{pkgname}/
 Source:		http://boto.googlecode.com/files/%{pkgname}-%{version}.tar.gz
-BuildRequires:	python-devel >= 2.5
+BuildRequires:	python-devel
+BuildRequires:  python-setuptools-devel
 BuildArch:	noarch
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
@@ -42,6 +43,9 @@ rm -rf $RPM_BUILD_ROOT
 %{python_sitelib}/*
 
 %changelog
+* Wed Jun 03 2009 Luke Macken <lmacken at redhat.com> 1.7a-2
+- Add python-setuptools-devel to our build requirements, for egg-info
+
 * Thu Apr 16 2009 Robert Scheck <robert at fedoraproject.org> 1.7a-1
 - Upgrade to 1.7a
 




More information about the fedora-extras-commits mailing list