From fe27e41c7ca577dd4c515f481d73a68f32e053a1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Exp=C3=B3sito?= Date: Mon, 20 May 2024 12:29:57 +0200 Subject: [PATCH] Add gating.yaml Resolves: https://issues.redhat.com/browse/RHEL-37156 --- gating.yaml | 6 ++++++ gnome-ponytail-daemon.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..d353613 --- /dev/null +++ b/gating.yaml @@ -0,0 +1,6 @@ +--- !Policy +product_versions: + - rhel-10 +decision_context: osci_compose_gate +rules: + - !PassingTestCaseRule {test_case_name: desktop-qe.desktop-ci.tier1-gating.functional} diff --git a/gnome-ponytail-daemon.spec b/gnome-ponytail-daemon.spec index 144e2bb..46d929b 100644 --- a/gnome-ponytail-daemon.spec +++ b/gnome-ponytail-daemon.spec @@ -3,7 +3,7 @@ Name: gnome-ponytail-daemon Version: 0.0.11 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Sort of a bridge for dogtail for GNOME on Wayland License: GPL-2.0-or-later @@ -73,6 +73,9 @@ Python module for D-BUS interactions with gnome-ponytail-daemon interfaces. %{python3_sitelib}/%{libname}/ %changelog +* Mon May 20 2024 José Expósito - 0.0.11-2 +- Add gating.yaml + * Mon May 20 2024 José Expósito - 0.0.11-1 - Version 0.0.11