summaryrefslogtreecommitdiffstats
path: root/misc
diff options
context:
space:
mode:
authorTim Laszlo <tim.laszlo@gmail.com>2012-10-08 18:36:58 -0500
committerTim Laszlo <tim.laszlo@gmail.com>2012-10-08 18:36:58 -0500
commit91a1f3673a1230d0e518319923aabdaaacc1587b (patch)
tree073854638ced6e0a088bd65c662bdca570509d9e /misc
parent26007f42b1bddbe7ac1c33de83626ab2ef257e11 (diff)
downloadbcfg2-91a1f3673a1230d0e518319923aabdaaacc1587b.tar.gz
bcfg2-91a1f3673a1230d0e518319923aabdaaacc1587b.tar.bz2
bcfg2-91a1f3673a1230d0e518319923aabdaaacc1587b.zip
Add django/south version minimum
Diffstat (limited to 'misc')
-rw-r--r--misc/bcfg2.spec4
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/bcfg2.spec b/misc/bcfg2.spec
index b628f3ec4..0dce99fa8 100644
--- a/misc/bcfg2.spec
+++ b/misc/bcfg2.spec
@@ -192,10 +192,10 @@ Version: 1.3.0
Summary: Bcfg2 Web Reporting Interface
%if 0%{?suse_version}
Group: System/Management
-Requires: httpd,python-django,python-django-south
+Requires: httpd,python-django >= 1.2,python-django-south >= 0.7
%else
Group: System Tools
-Requires: httpd,Django,Django-south
+Requires: httpd,Django >= 1.2,Django-south >= 0.7
%endif
Requires: bcfg2-server
%if "%{_vendor}" == "redhat"