[pootle] change requirements to python-django14, as it's incompatible with django-1.5

Matthias Runge mrunge at fedoraproject.org
Tue May 7 10:16:17 UTC 2013


commit 11c674cccd8d8cf64d6cf3e45bdab9abe89bfc20
Author: Matthias Runge <mrunge at redhat.com>
Date:   Tue May 7 12:15:46 2013 +0200

    change requirements to python-django14, as it's incompatible with django-1.5

 pootle.spec |    9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/pootle.spec b/pootle.spec
index 20ac977..c7a3025 100644
--- a/pootle.spec
+++ b/pootle.spec
@@ -4,7 +4,7 @@
 
 Name:           pootle
 Version:        2.1.6
-Release:        5%{?dist}
+Release:        6%{?dist}
 Summary:        Localization and translation management web application
 
 Group:          Development/Tools
@@ -18,9 +18,9 @@ BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 Patch0:         pootle-2.1.5-1-fedora-settings.patch
 
 BuildArch:      noarch
-BuildRequires:  python-devel
+BuildRequires:  python2-devel
 BuildRequires:  translate-toolkit >= 1.4.1
-Requires:       Django >= 1.0
+Requires:       python-django14
 Requires:       Django-south
 %if 0%{?fedora} >= 17
 Requires:       django-profiles
@@ -137,6 +137,9 @@ fi
 
 
 %changelog
+* Tue May 07 2013 Matthias Runge <mrunge at redhat.com> - 2.1.6-6
+- change requirements to python-django14
+
 * Thu Feb 14 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2.1.6-5
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
 


More information about the scm-commits mailing list