[python-django-filter/el6] add dependecy

Luis Enrique Bazán De León lbazan at fedoraproject.org
Thu Jan 16 01:24:12 UTC 2014


commit 91b6b3df680aca2d3a4ae9fa57bd16094aa526e7
Author: lbazan <lbazan at fedoraproject.org>
Date:   Wed Jan 15 20:24:08 2014 -0500

    add dependecy

 python-django-filter.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/python-django-filter.spec b/python-django-filter.spec
index fc2d47e..06dfad7 100644
--- a/python-django-filter.spec
+++ b/python-django-filter.spec
@@ -3,7 +3,7 @@
 
 Name:           python-%{pypi_name}
 Version:        0.6
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        A Django application for allowing users to filter queryset dynamically
 
 Group:          Development/Languages
@@ -16,7 +16,7 @@ BuildArch:      noarch
 BuildRequires:  python2-devel
 BuildRequires:  Django14
 BuildRequires:  python-django-discover-runner
-BuildRequires:  python-mock >= 1
+BuildRequires:  python-mock
 BuildRequires:  python-setuptools
 Requires:       Django14
 
@@ -45,6 +45,9 @@ parameters a user provides.
 %{python_sitelib}/django_filter-%{version}-py?.?.egg-info
 
 %changelog
+* Wed Jan 15 2014 Luis Bazan <lbazan at fedoraproject.org> - 0.6-3
+- fix dependency 
+
 * Wed Jan 15 2014 Luis Bazan <lbazan at fedoraproject.org> - 0.6-2
 - change dependency to Django14
 


More information about the scm-commits mailing list