From 237d966f485085a8609cc53a11abe8fdbf3ce261 Mon Sep 17 00:00:00 2001 From: Scott Poore Date: Wed, 3 May 2023 07:10:06 -0500 Subject: [PATCH] Fix gating.yaml to rely on revdep tests gating.yaml had incorrect entry for reverse dependency testing. Updating to correct entry. bumping release to 15. Related: rhbz#2180445 --- cjose.spec | 6 +++++- gating.yaml | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/cjose.spec b/cjose.spec index dbbaac2..0106dfa 100644 --- a/cjose.spec +++ b/cjose.spec @@ -1,6 +1,6 @@ Name: cjose Version: 0.6.1 -Release: 14%{?dist} +Release: 15%{?dist} Summary: C library implementing the Javascript Object Signing and Encryption (JOSE) License: MIT @@ -65,6 +65,10 @@ make check || (cat test/test-suite.log; exit 1) %changelog +* Wed May 3 2023 - 0.6.1-15 +- Rebuilt for gating + Related: rhbz#2180445 + * Tue May 2 2023 - 0.6.1-14 - Rebuilt for gating Related: rhbz#2180445 diff --git a/gating.yaml b/gating.yaml index b26c04f..8ce08b6 100644 --- a/gating.yaml +++ b/gating.yaml @@ -3,4 +3,4 @@ product_versions: - rhel-9 decision_context: osci_compose_gate rules: - - !PassingTestCaseRule {test_case_name: osci.brew-build.tier0.functional/scenario=revdep:mod_auth_openidc} + - !PassingTestCaseRule {test_case_name: osci.brew-build.revdeps.integration}