From 22d62c63cb34183b93973e7873e0d89dcb046463 Mon Sep 17 00:00:00 2001 From: Than Ngo Date: Fri, 11 Apr 2025 15:49:58 +0200 Subject: [PATCH] Resolves: RHEL-86305, fixed gating --- gating.yaml | 2 +- libservicelog.spec | 6 +++++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/gating.yaml b/gating.yaml index 3442642..4ca9235 100644 --- a/gating.yaml +++ b/gating.yaml @@ -3,4 +3,4 @@ product_versions: - rhel-10 decision_context: osci_compose_gate rules: - - !PassingTestCaseRule {test_case_name: baseos-ci.brew-build.tier1.functional} + - !PassingTestCaseRule {test_case_name: osci.brew-build.tier0.functional} diff --git a/libservicelog.spec b/libservicelog.spec index 2ce4247..dbf00d7 100644 --- a/libservicelog.spec +++ b/libservicelog.spec @@ -1,6 +1,6 @@ Name: libservicelog Version: 1.1.19 -Release: 14%{?dist} +Release: 15%{?dist} Summary: Servicelog Database and Library #v29_notify_gram.c v29_notify_gram.h are GPLv2+ @@ -86,6 +86,10 @@ make check || true %changelog +* Fri Apr 11 2025 Than Ngo - 1.1.19-15 +- Resolves: RHEL-86305, fixed gating + + * Thu Apr 10 2025 Than Ngo - 1.1.19-14 - Manual creation of users and groups for old release Resolves: RHEL-86305