Add empty rules list to gating.yaml

Related: RHEL-70731

Signed-off-by: David Cantrell <dcantrell@redhat.com>
This commit is contained in:
David Cantrell 2024-12-18 15:19:48 -05:00
parent da82b22162
commit 3a08c373c3
2 changed files with 5 additions and 1 deletions

View File

@ -2,3 +2,4 @@
product_versions:
- rhel-10
decision_context: osci_compose_gate
rules: []

View File

@ -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 <dcantrell@redhat.com> - 1.14.6-14
- Add empty rules list to gating.yaml
* Tue Dec 17 2024 David Cantrell <dcantrell@redhat.com> - 1.14.6-13
- Modify gating.yaml based on gating system feedback