[ReviewBoard] Fix version requirement on python-djblets

Stephen Gallagher sgallagh at fedoraproject.org
Thu Feb 21 14:46:34 UTC 2013


commit 6eafdfede43440b52e166f7b6b2cf319f6bf73ab
Author: Stephen Gallagher <sgallagh at redhat.com>
Date:   Thu Feb 21 15:46:17 2013 +0100

    Fix version requirement on python-djblets

 ReviewBoard.spec |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/ReviewBoard.spec b/ReviewBoard.spec
index 072180c..3e9716b 100644
--- a/ReviewBoard.spec
+++ b/ReviewBoard.spec
@@ -12,7 +12,7 @@ BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:      noarch
 BuildRequires:  python-devel
 BuildRequires:  python-setuptools
-BuildRequires:  python-djblets >= 0.7.9
+BuildRequires:  python-djblets >= 0.7.11
 BuildRequires:  python-django-pipeline >= 1.2.24
 BuildRequires:  python-mimeparse
 BuildRequires:  python-sphinx
@@ -38,7 +38,7 @@ BuildRequires:  django-evolution >= 0.6.7
 Requires:       django-evolution >= 0.6.7
 %endif
 
-Requires:       python-djblets >= 0.7.9
+Requires:       python-djblets >= 0.7.11
 Requires:       python-imaging
 Requires:       httpd
 Requires:       mod_wsgi


More information about the scm-commits mailing list