From 0f7cce044a6758d987d6c335bb2fad453796716b Mon Sep 17 00:00:00 2001 From: Andrew Hughes Date: Tue, 30 Jul 2024 18:29:16 +0100 Subject: [PATCH] Fix gating.yaml to reference RHEL 10 - Resolves: RHEL-51617 --- gating.yaml | 2 +- java-21-openjdk.spec | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/gating.yaml b/gating.yaml index c7412f1..8b4e87d 100644 --- a/gating.yaml +++ b/gating.yaml @@ -1,7 +1,7 @@ # recipients: java-qa --- !Policy product_versions: - - rhel-9 + - rhel-10 decision_context: osci_compose_gate rules: - !PassingTestCaseRule {test_case_name: osci.brew-build.tier0.functional} diff --git a/java-21-openjdk.spec b/java-21-openjdk.spec index 3ed81df..5c6bcb8 100644 --- a/java-21-openjdk.spec +++ b/java-21-openjdk.spec @@ -2496,9 +2496,9 @@ cjc.mainProgram(args) %changelog * Tue Jul 30 2024 Andrew Hughes - 1:21.0.2.0.13-3 -- rebuilt +- Fix gating.yaml to reference RHEL 10 - Related: RHEL-34597 -- Related: RHEL-51617 +- Resolves: RHEL-51617 * Fri Apr 12 2024 Andrew Hughes - 1:21.0.2.0.13-2 - Define portablesuffix according to whether pkgos is defined or not