From 42d35e06cc1d0335cff052223c29ede334b37491 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:28:18 +0100 Subject: [PATCH] Related: #2047150 - add gating.yaml --- gating.yaml | 6 ++++++ libwmf.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/libwmf.spec b/libwmf.spec index 5e7fb20..92189f3 100644 --- a/libwmf.spec +++ b/libwmf.spec @@ -1,7 +1,7 @@ Summary: Windows MetaFile Library Name: libwmf Version: 0.2.12 -Release: 8%{?dist} +Release: 9%{?dist} #libwmf is under the LGPLv2+, however... #1. The tarball contains an old version of the urw-fonts under GPL+. # Those fonts are not installed @@ -94,6 +94,9 @@ sed -i $RPM_BUILD_ROOT%{_datadir}/libwmf/fonts/fontmap -e 's#libwmf/fonts#fonts/ %changelog +* Wed Feb 09 2022 Josef Ridky - 0.2.12-9 +- add gating.yaml file + * Thu Jan 20 2022 Fedora Release Engineering - 0.2.12-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild