rpms/python-coverage/F-11 python-coverage.spec,1.1,1.2

Luke Macken lmacken at fedoraproject.org
Sun Jan 17 22:25:17 UTC 2010


Author: lmacken

Update of /cvs/pkgs/rpms/python-coverage/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv15659

Modified Files:
	python-coverage.spec 
Log Message:
Require python-setuptools (#556290)


Index: python-coverage.spec
===================================================================
RCS file: /cvs/pkgs/rpms/python-coverage/F-11/python-coverage.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- python-coverage.spec	15 May 2009 17:44:23 -0000	1.1
+++ python-coverage.spec	17 Jan 2010 22:25:17 -0000	1.2
@@ -3,7 +3,7 @@
 Name:			python-coverage
 Summary:		Code coverage testing module for Python
 Version:		2.85
-Release:		2%{?dist}
+Release:		3%{?dist}
 License:		BSD
 Group:			System Environment/Libraries
 URL:			http://nedbatchelder.com/code/modules/coverage.html
@@ -11,6 +11,7 @@ Source0:		http://nedbatchelder.com/code/
 BuildRoot:		%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:		noarch
 BuildRequires:		python-setuptools, python-devel
+Requires:			python-setuptools
 
 %description
 Coverage.py is a Python module that measures code coverage during Python 
@@ -43,6 +44,9 @@ rm -rf %{buildroot}
 %{python_sitelib}/coverage*.egg-info/
 
 %changelog
+* Sun Jan 17 2010 Luke Macken <lmacken at redhat.com> - 2.85-3
+- Require python-setuptools (#556290)
+
 * Fri May 15 2009 Tom "spot" Callaway <tcallawa at redhat.com> - 2.85-2
 - fix install invocation
 



More information about the scm-commits mailing list