diff --git a/openjdk-11.spec b/openjdk-11.spec index d08d690035f91a0bde61f68f7b9291f76044de12..d69020ecc6c9a3e50bce0df0d7c6a0ee8a2aeaa1 100644 --- a/openjdk-11.spec +++ b/openjdk-11.spec @@ -74,7 +74,7 @@ # is expected in one single case at the end of the build %global rev_build_loop %{build_loop2} %{build_loop1} -%global bootstrap_build 1 +%global bootstrap_build 0 %if %{bootstrap_build} %global release_targets bootcycle-images docs-zip @@ -740,7 +740,7 @@ Provides: java-src%{?1} = %{epoch}:%{version}-%{release} Name: java-%{javaver}-%{origin} Version: %{newjavaver}.%{buildver} -Release: 6 +Release: 7 # java-1.5.0-ibm from jpackage.org set Epoch to 1 for unknown reasons # and this change was brought into RHEL-4. java-1.5.0-ibm packages # also included the epoch in their virtual provides. This created a @@ -1257,7 +1257,6 @@ fi make \ JAVAC_FLAGS=-g \ - LOG=trace \ WARNINGS_ARE_ERRORS="-Wno-error" \ CFLAGS_WARNINGS_ARE_ERRORS="-Wno-error" \ $maketargets || ( pwd; find $top_dir_abs_path -name "hs_err_pid*.log" | xargs cat && false ) @@ -1638,6 +1637,9 @@ require "copy_jdk_configs.lua" %changelog +* Thu Jul 8 2021 noah - 1:11.0.11.9-7 +- delete debug log to reduce build time + * Thu Jun 17 2021 Benshuai5D - 1:11.0.11.9-6 - add openjdk-11.yaml