From 7649489fda11f1daf43945e74d671026a93359ae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Filip=20Janu=C5=A1?= Date: Wed, 28 Jul 2021 12:10:46 +0200 Subject: [PATCH] Fix gating.yaml and rebuild Related: rhbz#1971065 --- gating.yaml | 2 +- libecpg.spec | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) 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