Fix gating.yaml and rebuild

Related: rhbz#1971065
This commit is contained in:
Filip Januš 2021-07-28 12:10:46 +02:00
parent 7fe5e37da3
commit 7649489fda
2 changed files with 5 additions and 2 deletions

View File

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

View File

@ -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š <fjanus@redhat.com> - 13.1-8
- Fix gating.yaml and rebuild
* Tue Jun 22 2021 Mohan Boddu <mboddu@redhat.com> - 13.1-7
- Rebuilt for RHEL 9 BETA for openssl 3.0
Related: rhbz#1971065