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
This commit is contained in:
Scott Poore 2023-05-03 07:10:06 -05:00
parent ad14c159d2
commit 237d966f48
2 changed files with 6 additions and 2 deletions

View File

@ -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 <spoore@redhat.com> - 0.6.1-15
- Rebuilt for gating
Related: rhbz#2180445
* Tue May 2 2023 <thalman@redhat.com> - 0.6.1-14
- Rebuilt for gating
Related: rhbz#2180445

View File

@ -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}