[ReviewBoard/f21] Fix Djblets requirement

Stephen Gallagher sgallagh at fedoraproject.org
Fri Feb 20 20:15:22 UTC 2015


commit 95567298c26528cc71c422be7a8e24a78b291ea8
Author: Stephen Gallagher <sgallagh at redhat.com>
Date:   Fri Feb 20 15:15:14 2015 -0500

    Fix Djblets requirement

 ReviewBoard.spec | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/ReviewBoard.spec b/ReviewBoard.spec
index 06de0dc..fe43b9c 100644
--- a/ReviewBoard.spec
+++ b/ReviewBoard.spec
@@ -1,10 +1,10 @@
 %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
 
-%global djblets_version 0.8.14
+%global djblets_version 0.8.15
 
 Name:           ReviewBoard
 Version:        2.0.13
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Web-based code review tool
 Group:          Applications/Internet
 License:        MIT
@@ -162,6 +162,9 @@ rm -rf $RPM_BUILD_ROOT
 %{systemd_postun}
 
 %changelog
+* Fri Feb 20 2015 Stephen Gallagher <sgallagh at redhat.com> 2.0.13-2
+- Fix Djblets requirement
+
 * Tue Feb 17 2015 Stephen Gallagher <sgallagh at redhat.com> 2.0.13-1
 - https://www.reviewboard.org/docs/releasenotes/reviewboard/2.0.13/
 - Drop upstreamed patches for default site installation


More information about the scm-commits mailing list