[askbot] fix dependency to django-authenticator

Matthias Runge mrunge at fedoraproject.org
Wed Jun 20 19:58:46 UTC 2012


commit cd007665b089f1eebc7a390c4b225203828589ae
Author: Matthias Runge <mrunge at matthias-runge.de>
Date:   Wed Jun 20 21:58:15 2012 +0200

    fix dependency to django-authenticator

 askbot.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/askbot.spec b/askbot.spec
index 499641e..6f80d9f 100644
--- a/askbot.spec
+++ b/askbot.spec
@@ -1,6 +1,6 @@
 Name:           askbot
 Version:        0.7.40
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Question and Answer forum
 Group:          Applications/Publishing
 License:        GPLv3+
@@ -21,7 +21,7 @@ Requires:       python-recaptcha-client MySQL-python python-openid python-amqpli
 Requires:       python-unidecode python-httplib2 python-psycopg2 python-akismet
 Requires:       python-multi-registry python-import-utils python-wordpress-xmlrpc
 Requires:       django-recaptcha-works django-picklefield pystache
-Requires:       django-extra-form-fields django-authenticator = 0.1.4
+Requires:       django-extra-form-fields django-authenticator
 
 # optional dependencies 
 Requires:       django-followit django-avatar
@@ -149,6 +149,9 @@ install -p -m 644 %{SOURCE4} .
 %{python_sitelib}/askbot*.egg-info
 
 %changelog
+* Wed Jun 20 2012 Matthias Runge <mrunge at matthias-runge.de> - 0.7.40-2
+- fix dependency on authenticator (bz. 829646)
+
 * Mon Apr 16 2012 Rahul Sundaram <sundaram at fedoraproject.org> - 0.7.40-1
 - update to 0.7.40
   * New data models!!! (`Tomasz ZieliƄski <http://pyconsultant.eu>`_)


More information about the scm-commits mailing list