[python-django-south/el6] change dependency in el6 python-django to Django14 and fix BZ 976066

Luis Enrique Bazán De León lbazan at fedoraproject.org
Thu Jun 20 16:46:44 UTC 2013


commit abad2bcf6792bb85562f09aa305b0377d57faebf
Author: Luis Bazan <lbazan at fedoraproject.org>
Date:   Thu Jun 20 11:47:42 2013 -0500

    change dependency in el6 python-django to Django14 and fix BZ 976066

 python-django-south.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/python-django-south.spec b/python-django-south.spec
index 08e25d7..60bb4b3 100644
--- a/python-django-south.spec
+++ b/python-django-south.spec
@@ -1,6 +1,6 @@
 Name:           python-django-south
 Version:        0.7.5
-Release:        5%{?dist}
+Release:        6%{?dist}
 Summary:        Intelligent schema migrations for Django apps
 
 Group:          Development/Languages
@@ -11,7 +11,7 @@ Source:         http://www.aeracode.org/releases/south/south-%{version}.tar.gz
 BuildArch:      noarch
 BuildRequires:  python2-devel 
 BuildRequires:  python-setuptools
-Requires:       python-django
+Requires:       Django14
 
 Provides: Django-south = %{version}-%{release} 
 # Because of the renaming mechanism, the next should stay forever in this package.
@@ -41,6 +41,9 @@ rm -rf South.egg-info
 %{python_sitelib}/South-%{version}-py?.?.egg-info
 
 %changelog
+* Thu Jun 20 2013 Luis Bazan <lbazan at fedoraproject.org> - 0.7.5-6
+- change to Django14 dependency in el6
+
 * Thu Feb 14 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.7.5-5
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
 


More information about the scm-commits mailing list