Add empty rules list to gating.yaml
Related: RHEL-60802 Signed-off-by: David Cantrell <dcantrell@redhat.com>
This commit is contained in:
parent
afa6844e06
commit
a5f937367d
@ -5,7 +5,7 @@
|
|||||||
|
|
||||||
Name: forge-srpm-macros
|
Name: forge-srpm-macros
|
||||||
Version: 0.4.0
|
Version: 0.4.0
|
||||||
Release: 5%{?dist}
|
Release: 6%{?dist}
|
||||||
Summary: Macros to simplify packaging of forge-hosted projects
|
Summary: Macros to simplify packaging of forge-hosted projects
|
||||||
|
|
||||||
License: GPL-1.0-or-later
|
License: GPL-1.0-or-later
|
||||||
@ -63,6 +63,9 @@ export MACRO_LUA_DIR="%{buildroot}%{_rpmluadir}"
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%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
|
* Tue Dec 17 2024 David Cantrell <dcantrell@redhat.com> - 0.4.0-5
|
||||||
- Modify gating.yaml file based on gating feedback
|
- Modify gating.yaml file based on gating feedback
|
||||||
|
|
||||||
|
@ -2,3 +2,4 @@
|
|||||||
product_versions:
|
product_versions:
|
||||||
- rhel-10
|
- rhel-10
|
||||||
decision_context: osci_compose_gate
|
decision_context: osci_compose_gate
|
||||||
|
rules: []
|
||||||
|
Loading…
Reference in New Issue
Block a user