diff --git a/gating.yaml b/gating.yaml new file mode 100644 index 0000000..1133732 --- /dev/null +++ b/gating.yaml @@ -0,0 +1,7 @@ +--- !Policy +product_versions: + - rhel-9 +decision_context: osci_compose_gate +rules: + - !PassingTestCaseRule {test_case_name: osci.brew-build.tier0.functional} + diff --git a/python-configshell.spec b/python-configshell.spec index d690391..20bdcc3 100644 --- a/python-configshell.spec +++ b/python-configshell.spec @@ -6,7 +6,7 @@ License: ASL 2.0 Summary: A framework to implement simple but nice CLIs Epoch: 1 Version: 1.1.28 -Release: 4%{?dist} +Release: 5%{?dist} URL: https://github.com/open-iscsi/configshell-fb Source: %{url}/archive/v%{version}/%{oname}-%{version}.tar.gz BuildArch: noarch @@ -40,6 +40,9 @@ Requires: python3-pyparsing python3-urwid %doc COPYING README.md %changelog +* Thu Jun 24 2021 Maurizio Lombardi - 1:1.1.28-5 +- Add the gating.yaml file + * Fri Apr 16 2021 Mohan Boddu - 1:1.1.28-4 - Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937