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/nmstate.spec b/nmstate.spec index 5703243..ea8daec 100644 --- a/nmstate.spec +++ b/nmstate.spec @@ -4,7 +4,7 @@ Name: nmstate Version: 2.0.0 -Release: 0.6.alpha6%{?dist} +Release: 0.7.alpha6%{?dist} Summary: Declarative network manager API License: LGPLv2+ URL: https://github.com/%{srcname}/%{srcname} @@ -147,6 +147,9 @@ popd /sbin/ldconfig %changelog +* Thu Jan 13 2022 Gris Ge - 2.0.0-0.7.alpha6 +- Add gating.yaml. RHBZ#1996575 + * Wed Jan 12 2022 Gris Ge - 2.0.0-0.6.alpha6 - Upgrade to 2.0.0. alpha 6. Resolves: RHBZ#1996575