[python-django-tracking] drop unnecessary requirement python-imaging

Matthias Runge mrunge at fedoraproject.org
Mon Jan 21 11:21:16 UTC 2013


commit b84d856c2e1de0fb9012b994bb27d5a5be6c477b
Author: Matthias Runge <mrunge at redhat.com>
Date:   Mon Jan 21 12:20:48 2013 +0100

    drop unnecessary requirement python-imaging

 python-django-tracking.spec |    9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/python-django-tracking.spec b/python-django-tracking.spec
index 45c95ab..0eb8331 100644
--- a/python-django-tracking.spec
+++ b/python-django-tracking.spec
@@ -3,7 +3,7 @@
 Summary:	Django site visitor tracking, including basic blacklisting
 Name:		python-django-tracking
 Version:	0.3.7
-Release:	8%{?dist}
+Release:	9%{?dist}
 License:	MIT
 Group:		Development/Libraries
 URL:		https://bitbucket.org/codekoala/django-tracking/
@@ -15,8 +15,7 @@ BuildArch:	noarch
 
 BuildRequires:	python2-devel 
 BuildRequires:	python-setuptools
-Requires:		Django 
-Requires:		python-imaging
+Requires:		python-django
 
 Provides:		%{pkgname} = %{version}-%{release}
 Obsoletes:		%{pkgname} < 0.3.7-7
@@ -55,6 +54,10 @@ rm -rf demo
 %{python_sitelib}/django_tracking-0.4.0-py2.?.egg-info
 
 %changelog
+* Mon Jan 21 2013 Matthias Runge <mrunge at redhat.com> - 0.3.7-8
+- drop unnecessary dependency python-imaging (rhbz#896293)
+- require python-django instead of Django
+
 * Sat Jul 21 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.3.7-8
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
 


More information about the scm-commits mailing list