From bd3b71db2e80044acfb68f156732923e784d110c Mon Sep 17 00:00:00 2001 From: Mikolaj Izdebski Date: Wed, 20 Sep 2023 19:34:20 +0200 Subject: [PATCH] Adopt Sanity/openjdk-packages to work with java-latest-openjdk For now OpenJDK 21 RPM packages are still called "java-latest-openjdk" and "java-21-openjdk" is merely a virtual package (aka provide). This commit will need to be reverted once java-21-openjdk package is introduced. --- plans/smoke.fmf | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/plans/smoke.fmf b/plans/smoke.fmf index 754b599..3fe82c5 100644 --- a/plans/smoke.fmf +++ b/plans/smoke.fmf @@ -75,7 +75,9 @@ execute: /jdk21: environment: - OPENJDK_VERSION: 21 + # For now OpenJDK 21 RPM packages are still called "java-latest-openjdk" + OPENJDK_VERSION: latest + #OPENJDK_VERSION: 21 prepare: - how: install exclude: