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-websockets.spec b/python-websockets.spec index 62ec1dc..d820921 100644 --- a/python-websockets.spec +++ b/python-websockets.spec @@ -6,7 +6,7 @@ Name: python-%{pypi_name} Version: 11.0.3 -Release: 5%{?dist} +Release: 6%{?dist} Summary: Implementation of the WebSocket Protocol for Python License: BSD @@ -83,6 +83,9 @@ EOF %doc README.rst %changelog +* Tue Jan 30 2024 Major Hayden - 11.0.3-6 +- Bump revision to add gating.yaml + * Tue Aug 15 2023 Major Hayden - 11.0.3-5 - Add setup.cfg for RHEL 9 and CentOS Stream 9