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:
Fridrich Strba 2022-12-01 14:24:08 +00:00 committed by Git OBS Bridge
parent 6a27e3f877
commit 42de620a7c

View File

@ -248,7 +248,11 @@ Provides: jre1.7.x
Provides: jre1.8.x
%if %{with bootstrap}
BuildRequires: java-devel >= 1.7
%ifarch %{arm}
BuildConflicts: java-devel >= 1.8
%else
BuildConflicts: java-devel >= 1.9
%endif
BuildConflicts: java-devel-openj9
%else
BuildRequires: %{name}-devel