[python-django-dajaxice/f17] fix Django dependency

Jakub Filak jfilak at fedoraproject.org
Mon Mar 4 11:28:39 UTC 2013


commit 1ec5652d9367ea789b1c07d2b6270e227bc8774d
Author: Jakub Filak <jfilak at redhat.com>
Date:   Mon Mar 4 12:17:27 2013 +0100

    fix Django dependency
    
    Resolves: #917551
    
    Signed-off-by: Jakub Filak <jfilak at redhat.com>

 python-django-dajaxice.spec |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/python-django-dajaxice.spec b/python-django-dajaxice.spec
index 4d8a7a9..512848d 100644
--- a/python-django-dajaxice.spec
+++ b/python-django-dajaxice.spec
@@ -4,7 +4,7 @@
 
 Name:          %{lang_name}-%{lib_prefix}-%{lib_name}
 Version:       0.5.5
-Release:       1%{?dist}
+Release:       2%{?dist}
 Summary:       Agnostic and easy to use AJAX library for Django
 
 Group:         Development/Libraries
@@ -23,7 +23,7 @@ BuildRequires: python2-devel
 BuildRequires: python-setuptools
 BuildRequires: python-setuptools
 
-Requires:      python-django
+Requires:      Django
 
 %description
 Easy to use AJAX library for Django, all the presentation logic resides outside
@@ -53,6 +53,10 @@ find $RPM_BUILD_ROOT -type f -size 0 -name "*.py" -exec rm '{}'{,c,o} \;
 
 
 %changelog
+* Mon Mar 4 2013 Jakub Filak <jfilak at redhat.com> - 0.5.5-2
+- fix Django dependency
+- Resolves: #917551
+
 * Sat Feb 9 2013 Jakub Filak <jfilak at redhat.com> - 0.5.5-1
 - new upstream release
 


More information about the scm-commits mailing list