[django-authenticator/f16] fix requires

Matthias Runge mrunge at fedoraproject.org
Thu Sep 29 12:03:35 UTC 2011


commit d8ad0216e45136c2c7bcf5992ed61d75e61d5e94
Author: Matthias Runge <mrunge at matthias-runge.de>
Date:   Thu Sep 29 14:03:11 2011 +0200

    fix requires

 django-authenticator.spec |    9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/django-authenticator.spec b/django-authenticator.spec
index d4e77a0..8bdcb97 100644
--- a/django-authenticator.spec
+++ b/django-authenticator.spec
@@ -4,7 +4,7 @@
 
 Name:           django-authenticator
 Version:        0.1.4
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Authentication client for django
 
 License:        GPLv3
@@ -16,8 +16,8 @@ BuildRequires:  python-devel
 BuildRequires:  python-setuptools
 Requires:       Django
 Requires:       django-registration
-Requires:       import-utils
-Requires:       django-south
+Requires:       python-import-utils
+Requires:       Django-south
 Requires:       python-oauth2
 Requires:       python-openid
 Requires:       python-wordpress-xmlrpc
@@ -53,5 +53,8 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Thu Sep 29 2011 Matthias Runge <mrunge at matthias-runge.de> - 0.1.4-2
+- fix requires
+
 * Tue Sep 20 2011 Matthias Runge <mrunge at matthias-runge.de> - 0.1.4-1 
 - first packaged version for fedora


More information about the scm-commits mailing list