From 4335c2faf0e32d163105d4d2e24ee6858a976eb3 Mon Sep 17 00:00:00 2001 From: Matthias Runge Date: Tue, 16 Oct 2012 13:32:54 +0200 Subject: [PATCH] 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