diff --git a/gating.yaml b/gating.yaml new file mode 100644 index 0000000..648918d --- /dev/null +++ b/gating.yaml @@ -0,0 +1,6 @@ +--- !Policy +product_versions: + - rhel-9 +decision_context: osci_compose_gate +rules: + - !PassingTestCaseRule {test_case_name: osci.brew-build.tier0.functional} diff --git a/python-colorama.spec b/python-colorama.spec index 7449712..d4e4a50 100644 --- a/python-colorama.spec +++ b/python-colorama.spec @@ -2,7 +2,7 @@ Name: python-%{pypi_name} Version: 0.4.6 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Cross-platform colored terminal text License: BSD-3-Clause @@ -82,6 +82,9 @@ EOF %license LICENSE.txt %changelog +* Thu May 09 2024 Major Hayden - 0.4.6-3 +- Add gating.yaml + * Thu May 09 2024 Major Hayden - 0.4.6-2 - Remove autorelease from the spec file