diff --git a/openjdk-11.spec b/openjdk-11.spec index 1096232b4b16794013cbcd5dd0a595504582c3f9..3ef4f1ff910fb44e88dcebb50b775760856aa7d1 100644 --- a/openjdk-11.spec +++ b/openjdk-11.spec @@ -740,7 +740,7 @@ Provides: java-src%{?1} = %{epoch}:%{version}-%{release} Name: java-%{javaver}-%{origin} Version: %{newjavaver}.%{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 @@ -1552,8 +1552,8 @@ else end end -- run content of included file with fake args -cjc = require "copy_jdk_configs.lua" arg = {"--currentjvm", "%{uniquesuffix %{nil}}", "--jvmdir", "%{_jvmdir %{nil}}", "--origname", "%{name}", "--origjavaver", "%{javaver}", "--arch", "%{_arch}", "--temp", "%{rpm_state_dir}/%{name}.%{_arch}"} +cjc = require "copy_jdk_configs.lua" cjc.mainProgram(arg) %post @@ -1679,6 +1679,9 @@ cjc.mainProgram(arg) %changelog +* Thu Mar 09 2023 herengui - 1:11.0.18.10-2 +- fix the issue of %%pretrans reporting error. + * Thu Jan 5 2023 Henry_Yang - 1:11.0.18.10-1 - add 8222289-Overhaul-logic-for-reading-writing-constant-pool-entries.patch