diff --git a/gating.yaml b/gating.yaml index 5ad1453..648918d 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: baseos-ci.brew-build.other.functional} + - !PassingTestCaseRule {test_case_name: osci.brew-build.tier0.functional} diff --git a/libecpg.spec b/libecpg.spec index 4737268..2a087e0 100644 --- a/libecpg.spec +++ b/libecpg.spec @@ -3,7 +3,7 @@ Summary: ECPG - Embedded SQL in C Name: libecpg Version: %majorversion.1 -Release: 7%{?dist} +Release: 8%{?dist} License: PostgreSQL Url: http://www.postgresql.org/ @@ -130,6 +130,9 @@ find_lang_bins %name-devel.lst ecpg %changelog +* Wed Jul 28 2021 Filip Januš - 13.1-8 +- Fix gating.yaml and rebuild + * Tue Jun 22 2021 Mohan Boddu - 13.1-7 - Rebuilt for RHEL 9 BETA for openssl 3.0 Related: rhbz#1971065