rpms/pipestat/F-11 pipestat.spec,1.1,1.2

smilner smilner at fedoraproject.org
Wed Oct 21 18:14:54 UTC 2009


Author: smilner

Update of /cvs/pkgs/rpms/pipestat/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv8415

Modified Files:
	pipestat.spec 
Log Message:
adding setuptools to requires


Index: pipestat.spec
===================================================================
RCS file: /cvs/pkgs/rpms/pipestat/F-11/pipestat.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- pipestat.spec	11 Aug 2009 17:18:45 -0000	1.1
+++ pipestat.spec	21 Oct 2009 18:14:54 -0000	1.2
@@ -3,7 +3,7 @@
 
 Name:           pipestat
 Version:        0.3.0
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Watches data flowing over an anonymous pipe
 
 Group:          Applications/System
@@ -14,6 +14,7 @@ BuildRoot:      %{_tmppath}/%{name}-%{ve
 
 BuildArch:      noarch
 BuildRequires:  python-devel, python-setuptools
+Requires:       python-setuptools
 
 %description
 Simple python script to watch data flowing over an anonymous pipe
@@ -44,6 +45,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Wed Oct 21 2009 Steve 'Ashcrow' Milner <me at stevemilner.org> - 0.3.0-2
+- Added setuptools as a requirement.
+
 * Fri Aug  7 2009 Steve 'Ashcrow' Milner <me at stevemilner.org> - 0.3.0-1
 - Updated for upstream release.
 




More information about the fedora-extras-commits mailing list