[python-django-nose] add provides for django-nose

Matthias Runge mrunge at fedoraproject.org
Tue Apr 17 12:28:52 UTC 2012


commit 0bf81df14d9b3534307214001f4d36658f14ad75
Author: Matthias Runge <mrunge at matthias-runge.de>
Date:   Tue Apr 17 14:28:18 2012 +0200

    add provides for django-nose

 python-django-nose.spec |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/python-django-nose.spec b/python-django-nose.spec
index 86f1ff4..2368bde 100644
--- a/python-django-nose.spec
+++ b/python-django-nose.spec
@@ -2,7 +2,7 @@
 
 Name:           python-django-nose
 Version:        1.0
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        Django test runner that uses nose
 
 License:        BSD
@@ -13,6 +13,8 @@ BuildArch:      noarch
 BuildRequires:  python2-devel python-setuptools
 Requires:       python-nose
 Requires:       python-django
+Provides:       django-nose = %{version}-%{release}
+
 
 %description
 Django test runner that uses nose.
@@ -39,6 +41,9 @@ rm -rf django_nose.egg-info
 
 
 %changelog
+* Tue Apr 17 2012 Matthias Runge <mrunge at matthias-runge.de> - 1.0-3
+- update provides for django-nose
+
 * Fri Mar 23 2012 Matthias Runge <mrunge at matthias-runge.de> - 1.0-2
 - change requirement from Django to python-django
 


More information about the scm-commits mailing list