golang-github-cpuguy83-md2man-2.0.0-18.gitaf8da76.el9

- fix gating.yaml as we have no functional gating tests
- Related: #2000051

Signed-off-by: Jindrich Novy <jnovy@redhat.com>
This commit is contained in:
Jindrich Novy 2022-02-17 06:37:58 +01:00
parent afcf4dda4f
commit 219a5f4152
2 changed files with 6 additions and 3 deletions

View File

@ -3,5 +3,4 @@
product_versions:
- rhel-9
decision_context: osci_compose_gate
rules:
- !PassingTestCaseRule {test_case_name: osci.brew-build.tier0.functional}
rules: []

View File

@ -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 <jnovy@redhat.com> - 2.0.0-18.gitaf8da76
- fix gating.yaml as we have no functional gating tests
- Related: #2000051
* Wed Feb 16 2022 Jindrich Novy <jnovy@redhat.com> - 2.0.0-17.gitaf8da76
- update gating.yaml and rebuild
- Related: #2000051