mirror of https://github.com/apache/cloudstack.git
https://reviews.apache.org/r/6941/ - fix openjdk build requirement in spec file
This commit is contained in:
parent
d55a63390d
commit
6164ec0ac4
|
|
@ -38,7 +38,11 @@ Group: System Environment/Libraries
|
|||
Source0: %{name}-%{_ver}.tar.bz2
|
||||
BuildRoot: %{_tmppath}/%{name}-%{_ver}-%{release}-build
|
||||
|
||||
%if 0%{?fedora} >= 17
|
||||
BuildRequires: java-1.7.0-openjdk-devel
|
||||
%else
|
||||
BuildRequires: java-1.6.0-openjdk-devel
|
||||
%endif
|
||||
BuildRequires: tomcat6
|
||||
BuildRequires: ws-commons-util
|
||||
BuildRequires: jpackage-utils
|
||||
|
|
|
|||
Loading…
Reference in New Issue