From 540c716c067b1f5aa301135885855351c6a855bd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Josef=20=C5=98=C3=ADdk=C3=BD?= Date: Wed, 9 Feb 2022 11:25:23 +0100 Subject: [PATCH] Related: #2047151 - add gating.yaml --- gating.yaml | 6 ++++++ libmypaint.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..4124226 --- /dev/null +++ b/gating.yaml @@ -0,0 +1,6 @@ +--- !Policy +product_versions: + - rhel-9 +decision_context: osci_compose_gate +rules: + - !PassingTestCaseRule {test_case_name: desktop-qe.desktop-ci.tier1-gating.functional} diff --git a/libmypaint.spec b/libmypaint.spec index 54c9d6e..971c9ec 100644 --- a/libmypaint.spec +++ b/libmypaint.spec @@ -1,6 +1,6 @@ Name: libmypaint Version: 1.6.1 -Release: 6%{?dist} +Release: 7%{?dist} Summary: Library for making brush strokes # Compute some version related macros. @@ -71,6 +71,9 @@ find %{buildroot}%{_libdir} -name '*.la' -delete -print %{_datadir}/gir-1.0/MyPaint-%{major}.%{minor}.gir %changelog +* Wed Feb 09 2022 Josef Ridky - 1.6.1-7 +- add gating.yaml file + * Thu Jan 20 2022 Fedora Release Engineering - 1.6.1-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild