1 | *** bcfg2.spec 2012-07-03 16:33:51.000000000 +0200 |
---|
2 | --- ../../bcfg2.spec 2012-07-20 10:23:23.920622282 +0200 |
---|
3 | *************** |
---|
4 | *** 179,187 **** |
---|
5 | Group: System/Management |
---|
6 | %else |
---|
7 | Group: System Tools |
---|
8 | %endif |
---|
9 | Requires: bcfg2-server |
---|
10 | - Requires: httpd,Django |
---|
11 | %if "%{_vendor}" == "redhat" |
---|
12 | Requires: mod_wsgi |
---|
13 | %define apache_conf %{_sysconfdir}/httpd |
---|
14 | --- 179,191 ---- |
---|
15 | Group: System/Management |
---|
16 | %else |
---|
17 | Group: System Tools |
---|
18 | + Requires: httpd,Django |
---|
19 | + %endif |
---|
20 | + %if 0%{?suse_version} >= 1100 |
---|
21 | + Group: System/Management |
---|
22 | + Requires: apache2,python-django |
---|
23 | %endif |
---|
24 | Requires: bcfg2-server |
---|
25 | %if "%{_vendor}" == "redhat" |
---|
26 | Requires: mod_wsgi |
---|
27 | %define apache_conf %{_sysconfdir}/httpd |
---|