initial build for epel6

This commit is contained in:
Matthias Runge 2012-10-16 13:32:54 +02:00
commit 4335c2faf0

View file

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