Temporary hack to rebuild with java 7, since some java 8 versions out there are broken
OBS-URL: https://build.opensuse.org/package/show/Java:Factory/java-1_8_0-openjdk?expand=0&rev=417
This commit is contained in:
parent
6a27e3f877
commit
42de620a7c
@ -248,7 +248,11 @@ Provides: jre1.7.x
|
|||||||
Provides: jre1.8.x
|
Provides: jre1.8.x
|
||||||
%if %{with bootstrap}
|
%if %{with bootstrap}
|
||||||
BuildRequires: java-devel >= 1.7
|
BuildRequires: java-devel >= 1.7
|
||||||
|
%ifarch %{arm}
|
||||||
BuildConflicts: java-devel >= 1.8
|
BuildConflicts: java-devel >= 1.8
|
||||||
|
%else
|
||||||
|
BuildConflicts: java-devel >= 1.9
|
||||||
|
%endif
|
||||||
BuildConflicts: java-devel-openj9
|
BuildConflicts: java-devel-openj9
|
||||||
%else
|
%else
|
||||||
BuildRequires: %{name}-devel
|
BuildRequires: %{name}-devel
|
||||||
|
Loading…
x
Reference in New Issue
Block a user