diff --git a/python-django-compressor.spec b/python-django-compressor.spec index d3b0440..df83f02 100644 --- a/python-django-compressor.spec +++ b/python-django-compressor.spec @@ -2,7 +2,7 @@ Name: python-django-compressor Version: 1.2 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Compresses linked and inline JavaScript or CSS into single cached files License: MIT @@ -17,7 +17,11 @@ Requires: python-django-appconf >= 0.4 Requires: python-versiontools %if 0%{?rhel}<7 || 0%{?fedora} < 18 +%if 0%{?rhel}==6 +Requires: Django14 +%else Requires: Django +%endif %else Requires: python-django %endif @@ -59,6 +63,9 @@ done %{python_sitelib}/%{pypi_name}-%{version}-py?.?.egg-info %changelog +* Wed Oct 24 2012 Pádraig Brady - 1.2-4 +- Depend on Django14 in EPEL + * Mon Sep 24 2012 Matthias Runge - 1.2-3 - add requirement Django/python-django