rpms/python-nose/EL-5 python-nose.spec,1.6,1.7

Luke Macken (lmacken) fedora-extras-commits at redhat.com
Mon Dec 17 21:21:47 UTC 2007


Author: lmacken

Update of /cvs/pkgs/rpms/python-nose/EL-5
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28909/EL-5

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/EL-5/python-nose.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- python-nose.spec	27 Nov 2007 20:44:57 -0000	1.6
+++ python-nose.spec	17 Dec 2007 21:21:13 -0000	1.7
@@ -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