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] 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