From da82b221627abed032bd382a9c07f7f876e126b0 Mon Sep 17 00:00:00 2001 From: David Cantrell Date: Tue, 17 Dec 2024 12:02:58 -0500 Subject: [PATCH] Modify gating.yaml based on gating system feedback Signed-off-by: David Cantrell --- gating.yaml | 2 -- mandoc.spec | 5 ++++- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/gating.yaml b/gating.yaml index 4ca9235..4db6fc9 100644 --- a/gating.yaml +++ b/gating.yaml @@ -2,5 +2,3 @@ product_versions: - rhel-10 decision_context: osci_compose_gate -rules: - - !PassingTestCaseRule {test_case_name: osci.brew-build.tier0.functional} diff --git a/mandoc.spec b/mandoc.spec index f0e12a7..c6f4612 100644 --- a/mandoc.spec +++ b/mandoc.spec @@ -1,6 +1,6 @@ Name: mandoc Version: 1.14.6 -Release: 12%{?dist} +Release: 13%{?dist} Summary: A suite of tools for compiling mdoc and man License: ISC AND BSD-2-Clause AND BSD-3-Clause @@ -218,6 +218,9 @@ fi %{_mandir}/man3/tbl.3* %changelog +* Tue Dec 17 2024 David Cantrell - 1.14.6-13 +- Modify gating.yaml based on gating system feedback + * Tue Dec 17 2024 David Cantrell - 1.14.6-12 - Bump the release number because I added a non-packaged file (gating.yaml) and need to trigger a gating run again with a new NVR