diff --git a/gating.yaml b/gating.yaml index e49fcf1..dfc23d3 100644 --- a/gating.yaml +++ b/gating.yaml @@ -3,5 +3,4 @@ product_versions: - rhel-9 decision_context: osci_compose_gate -rules: - - !PassingTestCaseRule {test_case_name: osci.brew-build.tier0.functional} +rules: [] diff --git a/golang-github-cpuguy83-md2man.spec b/golang-github-cpuguy83-md2man.spec index 9a3af5e..a65a6d7 100644 --- a/golang-github-cpuguy83-md2man.spec +++ b/golang-github-cpuguy83-md2man.spec @@ -22,7 +22,7 @@ Converts markdown into roff (man pages).} Name: golang-github-cpuguy83-md2man Version: 2.0.0 -Release: 17.git%{shortcommit0}%{?dist} +Release: 18.git%{shortcommit0}%{?dist} Summary: Converts markdown into roff (man pages) License: MIT URL: https://%{import_path} @@ -63,6 +63,10 @@ install -m 0755 -vp bin/* %{buildroot}%{_bindir}/ %{_bindir}/* %changelog +* Thu Feb 17 2022 Jindrich Novy - 2.0.0-18.gitaf8da76 +- fix gating.yaml as we have no functional gating tests +- Related: #2000051 + * Wed Feb 16 2022 Jindrich Novy - 2.0.0-17.gitaf8da76 - update gating.yaml and rebuild - Related: #2000051