From a59a17801925174444971008354a21add5885a6f Mon Sep 17 00:00:00 2001 From: zhaosai Date: Tue, 16 Jul 2024 16:12:01 +0800 Subject: [PATCH] change to depend on the specific version --- openjdk-21.spec | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/openjdk-21.spec b/openjdk-21.spec index 1986d10..74d66e4 100644 --- a/openjdk-21.spec +++ b/openjdk-21.spec @@ -897,7 +897,7 @@ Name: java-21-%{origin} Version: %{newjavaver}.%{buildver} # This package needs `.rolling` as part of Release so as to not conflict on install with # java-X-openjdk. I.e. when latest rolling release is also an LTS release packaged as -Release: 3 +Release: 4 # 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 @@ -1018,11 +1018,7 @@ BuildRequires: pkgconfig BuildRequires: xorg-x11-proto-devel BuildRequires: zip BuildRequires: javapackages-filesystem -%ifarch loongarch64 BuildRequires: java-21-openjdk-devel -%else -BuildRequires: java-latest-openjdk-devel -%endif # Zero-assembler build requirement %ifnarch %{jit_arches} BuildRequires: libffi-devel @@ -1796,6 +1792,9 @@ cjc.mainProgram(arg) %changelog +* Tue Jul 16 2024 zhaosaisai - 1:21.0.3.9-4 +- change to depend on the specific version + * Tue Jun 25 2024 peng.zou - 1:21.0.3.9-3 - init support of ppc64le -- Gitee