1
0
2018-09-28 06:45:51 +00:00
committed by Git OBS Bridge
parent 719bc6581b
commit 638b53b42f

View File

@@ -181,8 +181,6 @@ Source7: http://icedtea.classpath.org/download/drops/icedtea8/%{icedtea_v
Source8: http://icedtea.classpath.org/download/drops/icedtea8/%{icedtea_version}/hotspot.tar.xz
Source9: http://icedtea.classpath.org/download/drops/icedtea8/%{icedtea_version}/aarch32.tar.xz
Source10: http://icedtea.classpath.org/download/drops/icedtea8/%{icedtea_version}/nashorn.tar.xz
# Test
Source11: TestECDSA.java
# RPM/distribution specific patches
# RHBZ 1015432
Patch2: 1015432.patch
@@ -860,16 +858,6 @@ then
update-alternatives --remove jre_%{javaver} %{_jvmdir}/%{jrelnk}
fi
%if %{with_sunec}
%check
export JAVA_HOME=$(pwd)/%{buildoutputdir}images/j2sdk-image
# Check ECC is working
$JAVA_HOME/bin/javac -d . %{SOURCE11}
$JAVA_HOME/bin/java TestECDSA
%endif
%if 0%{?suse_version} >= 1130
%posttrans headless
# bnc#781690#c11: don't trust user defined JAVA_HOME and use the current VM