rpms/python-nose/F-8 python-nose.spec,1.10,1.11

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


Author: lmacken

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

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-8/python-nose.spec,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- python-nose.spec	27 Nov 2007 20:46:36 -0000	1.10
+++ python-nose.spec	3 Dec 2007 13:47:09 -0000	1.11
@@ -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 fedora-extras-commits mailing list