From 4335c2faf0e32d163105d4d2e24ee6858a976eb3 Mon Sep 17 00:00:00 2001 From: Matthias Runge Date: Tue, 16 Oct 2012 13:32:54 +0200 Subject: [PATCH 1/2] initial build for epel6 --- python-django-compressor.spec | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/python-django-compressor.spec b/python-django-compressor.spec index d3b0440..98193c0 100644 --- a/python-django-compressor.spec +++ b/python-django-compressor.spec @@ -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 From 9d44e72e293cb97f32831e29716f1d1d15f6e8c7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C3=A1draig=20Brady?= Date: Thu, 1 Nov 2012 14:50:58 +0000 Subject: [PATCH 2/2] create a version to depend on Django14 in EPEL This will probably need to be revisited, but for now to at least support openstack-dashboard which needs this package and Django14, change the dependency. --- python-django-compressor.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-django-compressor.spec b/python-django-compressor.spec index 98193c0..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 @@ -63,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