From 6dbfdebd5ca887ae7e33148af854037977cf83e2 Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Wed, 20 Jul 2022 11:06:38 -0400 Subject: [PATCH] catatonit-3:0.1.7-4.el9 - Remove osci.brew-build.tier0.functional from gating.yaml - Related: #2061316 Signed-off-by: Lokesh Mandvekar --- catatonit.spec | 6 +++++- gating.yaml | 2 -- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/catatonit.spec b/catatonit.spec index 61f58fb..74370d3 100644 --- a/catatonit.spec +++ b/catatonit.spec @@ -1,7 +1,7 @@ Name: catatonit Epoch: 3 Version: 0.1.7 -Release: 3%{?dist} +Release: 4%{?dist} Summary: A signal-forwarding process manager for containers License: GPLv3+ URL: https://github.com/openSUSE/catatonit @@ -57,6 +57,10 @@ ln -s %{_libexecdir}/%{name}/%{name} %{buildroot}%{_libexecdir}/podman/%{name} %{_libexecdir}/podman/%{name} %changelog +* Wed Jul 20 2022 Lokesh Mandvekar - 3:0.1.7-4 +- Remove osci.brew-build.tier0.functional from gating.yaml +- Related: #2061316 + * Tue Jul 19 2022 Lokesh Mandvekar - 3:0.1.7-3 - Add gating.yaml to dist-git - Related: #2061316 diff --git a/gating.yaml b/gating.yaml index e49fcf1..59441d4 100644 --- a/gating.yaml +++ b/gating.yaml @@ -3,5 +3,3 @@ product_versions: - rhel-9 decision_context: osci_compose_gate -rules: - - !PassingTestCaseRule {test_case_name: osci.brew-build.tier0.functional}