From 575dff5eef041826d2b11d50a6093fc4e47baa32 Mon Sep 17 00:00:00 2001 From: kuenking111 Date: Wed, 13 Dec 2023 10:45:27 +0800 Subject: [PATCH] test --- openjdk-1.8.0.spec | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/openjdk-1.8.0.spec b/openjdk-1.8.0.spec index 3b4551b..7115fcc 100644 --- a/openjdk-1.8.0.spec +++ b/openjdk-1.8.0.spec @@ -829,7 +829,7 @@ Requires: nss-softokn%{?_isa} %{NSSSOFTOKN_BUILDTIME_VERSION} # tool to copy jdk's configs - should be Recommends only, but then only dnf/yum enforce it, # not rpm transaction and so no configs are persisted when pure rpm -u is run. It may be # considered as regression -Requires: copy-jdk-configs >= 3.9 +Requires: copy-jdk-configs >= 3.3 OrderWithRequires: copy-jdk-configs # for printing support Requires: cups-libs @@ -2407,10 +2407,11 @@ else return end end --- run content of included file with fake args -cjc = require "copy_jdk_configs.lua" +#-- 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.mainProgram(arg) +#cjc.mainProgram(arg) +require "copy_jdk_configs.lua" %post %{post_script %{nil}} @@ -2547,6 +2548,9 @@ cjc.mainProgram(arg) %endif %changelog +* Wed Dec 13 2023 neu-mobi - 1:1.8.0.392-b08.4 +- test + * Mon Dec 11 2023 neu-mobi - 1:1.8.0.392-b08.3 - Fix-an-error-caused-by-anonymous-when-AppCDS-generat.patch -- Gitee