Fedora17 requires JDK 1.7
This commit is contained in:
parent
67c3ec4fa9
commit
949c850628
1 changed files with 4 additions and 0 deletions
|
|
@ -23,7 +23,11 @@ BuildArch: noarch
|
|||
%if 0%{?fedora} || 0%{?centos}
|
||||
Requires: postgresql-jdbc
|
||||
%endif
|
||||
%if 0%{?fedora} >= 17
|
||||
Requires: java-1.7.0-openjdk
|
||||
%else
|
||||
Requires: java-1.6.0-openjdk
|
||||
%endif
|
||||
Requires: postgresql
|
||||
Requires: postgresql-server
|
||||
Requires: tomcat6
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue