diff --git a/gating.yaml b/gating.yaml index c190bde..e49fcf1 100644 --- a/gating.yaml +++ b/gating.yaml @@ -1,6 +1,7 @@ +# recipients: jnovy, lsm5, santiago --- !Policy product_versions: - rhel-9 decision_context: osci_compose_gate rules: - - !PassingTestCaseRule {test_case_name: baseos-ci.brew-build.tier1.functional} + - !PassingTestCaseRule {test_case_name: osci.brew-build.tier0.functional} diff --git a/golang-github-cpuguy83-md2man.spec b/golang-github-cpuguy83-md2man.spec index 387ca76..9a3af5e 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: 16.git%{shortcommit0}%{?dist} +Release: 17.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 +* Wed Feb 16 2022 Jindrich Novy - 2.0.0-17.gitaf8da76 +- update gating.yaml and rebuild +- Related: #2000051 + * Mon Aug 09 2021 Mohan Boddu - 2.0.0-16.gitaf8da76 - Rebuilt for IMA sigs, glibc 2.34, aarch64 flags Related: rhbz#1991688