From 3a08c373c31cd0785e334e62bac312fc18e5bdef Mon Sep 17 00:00:00 2001 From: David Cantrell Date: Wed, 18 Dec 2024 15:19:48 -0500 Subject: [PATCH] Add empty rules list to gating.yaml Related: RHEL-70731 Signed-off-by: David Cantrell --- gating.yaml | 1 + mandoc.spec | 5 ++++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/gating.yaml b/gating.yaml index 4db6fc9..9156309 100644 --- a/gating.yaml +++ b/gating.yaml @@ -2,3 +2,4 @@ product_versions: - rhel-10 decision_context: osci_compose_gate +rules: [] diff --git a/mandoc.spec b/mandoc.spec index c6f4612..23ad5d5 100644 --- a/mandoc.spec +++ b/mandoc.spec @@ -1,6 +1,6 @@ Name: mandoc Version: 1.14.6 -Release: 13%{?dist} +Release: 14%{?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 +* Wed Dec 18 2024 David Cantrell - 1.14.6-14 +- Add empty rules list to gating.yaml + * Tue Dec 17 2024 David Cantrell - 1.14.6-13 - Modify gating.yaml based on gating system feedback