[python-django-dajaxice/el6] Fix requires

Jakub Filak jfilak at fedoraproject.org
Thu Feb 21 15:26:20 UTC 2013


commit 6ad1d51dd5b70a8d13a24fbe120ec516458797e1
Author: Jakub Filak <jfilak at redhat.com>
Date:   Thu Feb 21 16:23:02 2013 +0100

    Fix requires

 python-django-dajaxice.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/python-django-dajaxice.spec b/python-django-dajaxice.spec
index 27c1c2f..9d239d8 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,9 @@ find $RPM_BUILD_ROOT -type f -size 0 -name "*.py" -exec rm '{}'{,c,o} \;
 
 
 %changelog
+* Thu Feb 21 2013 Jakub Filak <jfilak at redhat.com> - 0.5.5-2
+- Fix requires
+
 * Wed Feb 20 2013 Jakub Filak <jfilak at redhat.com> - 0.5.5-1
 - new upstream release
 


More information about the scm-commits mailing list