[python-django-nose] change requirement from Django to python-django

Matthias Runge mrunge at fedoraproject.org
Fri Mar 23 21:12:37 UTC 2012


commit 420e36b41c184c99c91f84df7f79ba90a63e47c3
Author: Matthias Runge <mrunge at matthias-runge.de>
Date:   Fri Mar 23 22:12:10 2012 +0100

    change requirement from Django to python-django

 python-django-nose.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/python-django-nose.spec b/python-django-nose.spec
index 49922e8..86f1ff4 100644
--- a/python-django-nose.spec
+++ b/python-django-nose.spec
@@ -2,7 +2,7 @@
 
 Name:           python-django-nose
 Version:        1.0
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Django test runner that uses nose
 
 License:        BSD
@@ -12,7 +12,7 @@ Source0:        http://pypi.python.org/packages/source/d/%{pkgname}/%{pkgname}-%
 BuildArch:      noarch
 BuildRequires:  python2-devel python-setuptools
 Requires:       python-nose
-Requires:       Django
+Requires:       python-django
 
 %description
 Django test runner that uses nose.
@@ -39,6 +39,9 @@ rm -rf django_nose.egg-info
 
 
 %changelog
+* Fri Mar 23 2012 Matthias Runge <mrunge at matthias-runge.de> - 1.0-2
+- change requirement from Django to python-django
+
 * Fri Mar 16 2012 Matthias Runge <mrunge at matthias-runge.de> - 1.0-1
 - update to 1.0 from upstream
 - more explicit %%files-section


More information about the scm-commits mailing list