Add empty rules list to gating.yaml

Related: RHEL-60802

Signed-off-by: David Cantrell <dcantrell@redhat.com>
This commit is contained in:
David Cantrell 2024-12-18 15:09:47 -05:00
parent afa6844e06
commit a5f937367d
2 changed files with 5 additions and 1 deletions

View File

@ -5,7 +5,7 @@
Name: forge-srpm-macros
Version: 0.4.0
Release: 5%{?dist}
Release: 6%{?dist}
Summary: Macros to simplify packaging of forge-hosted projects
License: GPL-1.0-or-later
@ -63,6 +63,9 @@ export MACRO_LUA_DIR="%{buildroot}%{_rpmluadir}"
%changelog
* Wed Dec 18 2024 David Cantrell <dcantrell@redhat.com> - 0.4.0-6
- Add empty rules list to gating.yaml
* Tue Dec 17 2024 David Cantrell <dcantrell@redhat.com> - 0.4.0-5
- Modify gating.yaml file based on gating feedback

View File

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