diff --git a/openjdk-1.8.0.spec b/openjdk-1.8.0.spec index 6e9d326f6adb3c43d3239fe5a256ed73f0bc6618..684764b86a8aa520eac943eaef2e0643f60fd6cc 100644 --- a/openjdk-1.8.0.spec +++ b/openjdk-1.8.0.spec @@ -916,7 +916,7 @@ Provides: java-%{javaver}-%{origin}-accessibility%{?1} = %{epoch}:%{version}-%{r Name: java-%{javaver}-%{origin} Version: %{javaver}.%{updatever}.%{buildver} -Release: 1 +Release: 2 # 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 @@ -1818,7 +1818,6 @@ bash ${top_srcdir_abs_path}/configure \ --with-vendor-vm-bug-url="https://gitee.com/src-openeuler/openjdk-1.8.0/issues/" \ --with-debug-level=$debugbuild \ --enable-unlimited-crypto \ - --with-zlib=system \ --enable-kae=yes \ --with-stdc++lib=dynamic \ --with-extra-cflags="$EXTRA_CFLAGS" \ @@ -2334,6 +2333,9 @@ cjc.mainProgram(arg) %endif %changelog +* Thu Jul 20 2023 crash888 - 1:1.8.0.372-b07.2 +- del --with-zlib=system + * Fri May 11 2023 crash888 - 1:1.8.0.372-b07.1 - modified Fix-the-crash-that-occurs-when-the-process-exits-due.patch