diff options
author | Sol Jerome <sol.jerome@gmail.com> | 2016-09-02 07:54:55 -0500 |
---|---|---|
committer | Sol Jerome <sol.jerome@gmail.com> | 2016-09-02 07:54:55 -0500 |
commit | 7586aee42bc37432ad07638e254997540aa34007 (patch) | |
tree | a1cb328974ecefb78c99aca73dd2accf4f7d7861 /misc | |
parent | d359bfdaa44078ae3040f4776c21896ff5205c12 (diff) | |
parent | b9006b325f7fd71bfe8329a5da4fb4862675b7dd (diff) | |
download | bcfg2-7586aee42bc37432ad07638e254997540aa34007.tar.gz bcfg2-7586aee42bc37432ad07638e254997540aa34007.tar.bz2 bcfg2-7586aee42bc37432ad07638e254997540aa34007.zip |
Merge branch 'fix/django1.9/url-tags' of https://github.com/AlexanderS/bcfg2
Diffstat (limited to 'misc')
-rw-r--r-- | misc/bcfg2.spec | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/misc/bcfg2.spec b/misc/bcfg2.spec index 5db928c3d..91260c317 100644 --- a/misc/bcfg2.spec +++ b/misc/bcfg2.spec @@ -85,9 +85,9 @@ BuildRequires: mock BuildRequires: m2crypto # EPEL uses the properly-named python-django starting with EPEL7 %if 0%{?rhel} && 0%{?rhel} > 6 -BuildRequires: python-django +BuildRequires: python-django >= 1.3 %else -BuildRequires: Django +BuildRequires: Django >= 1.3 %endif BuildRequires: python-genshi BuildRequires: python-cheetah @@ -303,15 +303,15 @@ 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 # EPEL uses the properly-named python-django starting with EPEL7 %if 0%{?rhel} && 0%{?rhel} > 6 -Requires: python-django +Requires: python-django > 1.3 %else -Requires: Django >= 1.2 +Requires: Django >= 1.3 Requires: Django-south >= 0.7 %endif Requires: bcfg2-server |