From 7f86116a756613d9025a8e35da8d7ee2e6f53881 Mon Sep 17 00:00:00 2001 From: "Endi S. Dewata" Date: Wed, 4 Sep 2024 11:02:06 -0500 Subject: [PATCH] Fix rpminspect test The pki-rpminspect.yaml has been updated to expect Java 21 binaries on Fedora 40+ which matches the Java configuration in pki.spec. --- tests/pki-rpminspect.yaml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/tests/pki-rpminspect.yaml b/tests/pki-rpminspect.yaml index 04e6eea3150..69ec73db433 100755 --- a/tests/pki-rpminspect.yaml +++ b/tests/pki-rpminspect.yaml @@ -11,13 +11,11 @@ annocheck: jobs: - hardened: --skip-lto --skip-cf-protection -# We compile with Java 17 +# Use Java 21 on Fedora 40+, otherwise use Java 17 javabytecode: - - fc37: 61 - - fc38: 61 - fc39: 61 - - fc40: 61 - - default: 61 + - fc40: 65 + - default: 65 runpath: # The TPS needs access to this path