rpms/python-paver/devel python-paver.spec,1.2,1.3

Luke Macken lmacken at fedoraproject.org
Mon Dec 15 16:51:41 UTC 2008


Author: lmacken

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

Modified Files:
	python-paver.spec 
Log Message:
Require python-devel, as it is needed for runtime


Index: python-paver.spec
===================================================================
RCS file: /cvs/pkgs/rpms/python-paver/devel/python-paver.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- python-paver.spec	29 Nov 2008 15:52:14 -0000	1.2
+++ python-paver.spec	15 Dec 2008 16:51:11 -0000	1.3
@@ -3,7 +3,7 @@
 %define srcname Paver
 Name: python-paver
 Version: 0.8.1
-Release: 3%{?dist}
+Release: 4%{?dist}
 Summary: Python-based build/distribution/deployment scripting tool
 
 Group: Development/Languages
@@ -18,6 +18,8 @@
 BuildRequires: python-sphinx
 BuildRequires: python-nose
 
+Requires:      python-devel
+
 %description
 Paver is a Python-based build/distribution/deployment scripting tool along the
 lines of Make or Rake. What makes Paver unique is its integration with commonly
@@ -76,6 +78,9 @@
 
 
 %changelog
+* Mon Dec 15 2008 Luke Macken <lmacken at redhat.com> - 0.8.1-4
+- Require python-devel.
+
 * Sat Nov 29 2008 Ignacio Vazquez-Abrams <ivazqueznet+rpm at gmail.com> - 0.8.1-3
 - Rebuild for Python 2.6
 




More information about the fedora-extras-commits mailing list