summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Sulfrian <alexander.sulfrian@fu-berlin.de>2016-08-31 17:13:27 +0200
committerAlexander Sulfrian <alexander.sulfrian@fu-berlin.de>2016-08-31 18:48:00 +0200
commite79205c422bdbf3910c5b9bb3659a0556e9d0a11 (patch)
treea857618ec19dc5583e371c5a7c07c0b9050becb4
parent3482408a2751f86a9c375f7df8d70b0ac7cf2958 (diff)
downloadbcfg2-e79205c422bdbf3910c5b9bb3659a0556e9d0a11.tar.gz
bcfg2-e79205c422bdbf3910c5b9bb3659a0556e9d0a11.tar.bz2
bcfg2-e79205c422bdbf3910c5b9bb3659a0556e9d0a11.zip
doc: Fix django requirement
-rw-r--r--doc/installation/prerequisites.txt2
-rw-r--r--misc/bcfg2.spec2
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/installation/prerequisites.txt b/doc/installation/prerequisites.txt
index d89d44894..d45599955 100644
--- a/doc/installation/prerequisites.txt
+++ b/doc/installation/prerequisites.txt
@@ -72,7 +72,7 @@ reporting, such as Apache + mod_wsgi or nginx.
+-------------------------------+----------+--------------------------------+
| Software | Version | Requires |
+===============================+==========+================================+
-| django | 1.2.0+ | |
+| django | 1.3.0+ | |
+-------------------------------+----------+--------------------------------+
| south | 0.7.5+ | |
+-------------------------------+----------+--------------------------------+
diff --git a/misc/bcfg2.spec b/misc/bcfg2.spec
index 5db928c3d..fb2edfac6 100644
--- a/misc/bcfg2.spec
+++ b/misc/bcfg2.spec
@@ -303,7 +303,7 @@ Requires: bcfg2-server = %{version}-%{release}
Requires: httpd
%if 0%{?suse_version}
Group: System/Management
-Requires: python-django >= 1.2
+Requires: python-django >= 1.3
Requires: python-django-south >= 0.7
%else
Group: System Tools