From f0eb65fe543441ec5eedfd0db4eb275d5a2c278e Mon Sep 17 00:00:00 2001 From: Major Hayden Date: Tue, 30 Jan 2024 11:35:57 -0600 Subject: [PATCH] Add gating.yaml Resolves: RHEL-12339 Signed-off-by: Major Hayden --- gating.yaml | 6 ++++++ python-websockets.spec | 5 ++++- 2 files changed, 10 insertions(+), 1 deletion(-) create mode 100644 gating.yaml 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