[python-django14] provide python-django, Django

Matthias Runge mrunge at fedoraproject.org
Fri Apr 5 11:36:56 UTC 2013


commit 0ef4cb15acec9b1433caaaa9572c767796fab98d
Author: Matthias Runge <mrunge at redhat.com>
Date:   Fri Apr 5 13:36:36 2013 +0200

    provide python-django, Django

 python-django14.spec |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)
---
diff --git a/python-django14.spec b/python-django14.spec
index 20b4ce8..744309d 100644
--- a/python-django14.spec
+++ b/python-django14.spec
@@ -7,7 +7,7 @@
 
 Name:           python-django14
 Version:        1.4.5
-Release:        4%{?dist}
+Release:        5%{?dist}
 Summary:        A high-level Python Web framework
 
 Group:          Development/Languages
@@ -36,6 +36,9 @@ Requires:       python-simplejson
 # allow users to use django with lowercase d
 Provides:       %{pkgname} = %{version}-%{release}
 
+# provide compatibility with python-django
+Provides:       python-django = %{version}-%{release}
+Provides:       Django = %{version}-%{release}
 
 %description
 Django is a high-level Python Web framework that encourages rapid
@@ -292,6 +295,9 @@ cd tests
 
 
 %changelog
+* Fri Apr 05 2013 Matthias Runge <mrunge at redhat.com> - 1.4.5-5
+- provide python-django, Django
+
 * Wed Apr 03 2013 Matthias Runge <mrunge at redhat.com> - 1.4.5-4
 - removed references to ancient Fedora releases
 - included JQUERY-LICENSE.txt


More information about the scm-commits mailing list