[python-django-post_office/f17] Change python-django to Django

Ankur Sinha ankursinha at fedoraproject.org
Mon May 6 22:45:27 UTC 2013


commit 0fb8924e52e6088aba7e633772e1ed038148c86f
Author: Ankur Sinha (Ankur Sinha Gmail) <sanjay.ankur at gmail.com>
Date:   Tue May 7 08:44:31 2013 +1000

    Change python-django to Django
    
    F17 and el6 have not had their packages renamed as per:
    https://fedoraproject.org/wiki/User:Bkabrda/Django_rename
    
    Tiny modifications in the spec made to handle this.

 python-django-post_office.spec |   14 +++++++++++---
 1 files changed, 11 insertions(+), 3 deletions(-)
---
diff --git a/python-django-post_office.spec b/python-django-post_office.spec
index 38fd081..5b3113a 100644
--- a/python-django-post_office.spec
+++ b/python-django-post_office.spec
@@ -4,7 +4,7 @@
 %global app_name django-post_office
 Name:           python-%{app_name}
 Version:        0.3.1
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        Allows you to log email activities and send mail asynchronously
 Group:          Applications/Internet
 
@@ -16,8 +16,9 @@ Source0:        https://pypi.python.org/packages/source/d/%{app_name}/%{app_name
 BuildArch:      noarch
 BuildRequires:  python2-devel python-setuptools
 # For tests
-BuildRequires:  python-django
-Requires:       python-django
+BuildRequires:  Django
+Requires:       Django
+Provides:       django-post_office
 
 %description
 Django Post Office is a simple app that allows you to send email asynchronously
@@ -53,6 +54,13 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Tue May 07 2013 Ankur Sinha <ankursinha AT fedoraproject DOT org> 0.3.1-3
+- Make some changes for f17 and el6 where packages are still Django* and not
+  python-django*
+- https://fedoraproject.org/wiki/User:Bkabrda/Django_rename
+- Change python-django to Django
+- Provide django-post_office also
+
 * Fri May 03 2013 Ankur Sinha <ankursinha AT fedoraproject DOT org> 0.3.1-2
 - Update spec as per review: 959172
 - Run tests


More information about the scm-commits mailing list