From 952adc3dd35c052aff182ac88bad1e9c6c88166f Mon Sep 17 00:00:00 2001 From: Michal Kolar Date: Tue, 6 May 2025 10:56:46 +0000 Subject: [PATCH] update gating.yaml file Related: RHEL-87003 --- gating.yaml | 3 ++- libabigail.spec | 5 ++++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/gating.yaml b/gating.yaml index 69309dc..0de526a 100644 --- a/gating.yaml +++ b/gating.yaml @@ -3,4 +3,5 @@ product_versions: - rhel-10 decision_context: osci_compose_gate rules: - - !PassingTestCaseRule {test_case_name: baseos-ci.brew-build.tier1-gating.functional} \ No newline at end of file + - !PassingTestCaseRule {test_case_name: baseos-ci.brew-build.gate-build-fast-lane.functional} + - !PassingTestCaseRule {test_case_name: baseos-ci.brew-build.gate-build-slow-lane.functional} diff --git a/libabigail.spec b/libabigail.spec index 04e2f6e..4e5693d 100644 --- a/libabigail.spec +++ b/libabigail.spec @@ -3,7 +3,7 @@ Name: libabigail Version: 2.7 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Set of ABI analysis tools License: Apache-2.0 WITH LLVM-exception @@ -163,6 +163,9 @@ fi %endif %changelog +* Tue May 6 2025 Michal Kolar - 2.7-3 +- Fix CI relevant issues + * Tue May 6 2025 Dodji Seketeli - 2.7-2 - Use xxhash functions inlined since xxhash is buildroot-only in RHEL 10.1