rpms/ReviewBoard/devel ReviewBoard.spec,1.4,1.5

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


Author: sgallagh

Update of /cvs/pkgs/rpms/ReviewBoard/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv13399

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/devel/ReviewBoard.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -p -r1.4 -r1.5
--- ReviewBoard.spec	12 Mar 2010 18:53:07 -0000	1.4
+++ ReviewBoard.spec	16 Mar 2010 16:55:06 -0000	1.5
@@ -2,7 +2,7 @@
 
 Name:           ReviewBoard
 Version:        1.5
-Release:        3.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
+
 * Fri Mar 12 2010 Stephen Gallagher <sgallagh at redhat.com> - 1.5-3.beta1
 - Fix some places where 'beta1' was missing, causing build failure
 



More information about the scm-commits mailing list