rpms/python-nose/F-7 python-nose.spec,1.7,1.8

Luke Macken (lmacken) fedora-extras-commits at redhat.com
Mon Dec 3 13:46:55 UTC 2007


Author: lmacken

Update of /cvs/pkgs/rpms/python-nose/F-7
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1093

Modified Files:
	python-nose.spec 
Log Message:
Add python-setuptools to Requires (Bug #408491)


Index: python-nose.spec
===================================================================
RCS file: /cvs/pkgs/rpms/python-nose/F-7/python-nose.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- python-nose.spec	27 Nov 2007 20:45:44 -0000	1.7
+++ python-nose.spec	3 Dec 2007 13:46:18 -0000	1.8
@@ -3,7 +3,7 @@
 
 Name:           python-nose
 Version:        0.10.0
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        A discovery-based unittest extension for Python
 
 Group:          Development/Languages
@@ -14,6 +14,7 @@
 
 BuildArch:      noarch
 BuildRequires:  python-devel python-setuptools-devel
+Requires:       python-setuptools
 
 
 %description
@@ -46,6 +47,9 @@
 %{python_sitelib}/nose
 
 %changelog
+* Mon Dec  3 2007 Luke Macken <lmacken at redhat.com> 0.10.0-2
+- Add python-setuptools to Requires (Bug #408491)
+
 * Tue Nov 27 2007 Luke Macken <lmacken at redhat.com> 0.10.0-1
 - 0.10.0
 




More information about the scm-commits mailing list