rpms/ReviewBoard/EL-5 ReviewBoard.spec,1.4,1.5

Stephen Gallagher sgallagh at fedoraproject.org
Tue Mar 16 16:55:48 UTC 2010


Author: sgallagh

Update of /cvs/pkgs/rpms/ReviewBoard/EL-5
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv13595

Modified Files:
	ReviewBoard.spec 
Log Message:
* Tue Mar 16 2010 Stephen Gallagher <sgallagh at redhat.com> - 1.5-5.beta1
- Add Requires: python-paramiko



Index: ReviewBoard.spec
===================================================================
RCS file: /cvs/pkgs/rpms/ReviewBoard/EL-5/ReviewBoard.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -p -r1.4 -r1.5
--- ReviewBoard.spec	16 Mar 2010 14:59:58 -0000	1.4
+++ ReviewBoard.spec	16 Mar 2010 16:55:48 -0000	1.5
@@ -2,7 +2,7 @@
 
 Name:           ReviewBoard
 Version:        1.5
-Release:        4.beta1%{?dist}
+Release:        5.beta1%{?dist}
 Summary:        Web-based code review tool
 Group:          Applications/Internet
 License:        MIT
@@ -25,6 +25,7 @@ Requires:       pytz
 Requires:       python-pygments
 Requires:       django-evolution
 Requires:       python-recaptcha-client
+Requires:       python-paramiko
 
 %description
 Review Board is a powerful web-based code review tool that offers
@@ -73,6 +74,9 @@ rm -rf $RPM_BUILD_ROOT
 %{python_sitelib}/*
 
 %changelog
+* Tue Mar 16 2010 Stephen Gallagher <sgallagh at redhat.com> - 1.5-5.beta1
+- Add Requires: python-paramiko
+
 * Tue Mar 16 2010 Stephen Gallagher <sgallagh at redhat.com> - 1.5-4.beta1
 - Remove requires.txt
 



More information about the scm-commits mailing list