From fe543b38d0154e8a6b0d9d0cf06b121a1b0a4090 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Josef=20=C5=98=C3=ADdk=C3=BD?= Date: Tue, 17 Aug 2021 11:02:56 +0200 Subject: [PATCH] Related: #1994047 - add gating.yaml --- gating.yaml | 7 +++++++ netpbm.spec | 5 ++++- 2 files changed, 11 insertions(+), 1 deletion(-) create mode 100644 gating.yaml diff --git a/gating.yaml b/gating.yaml new file mode 100644 index 0000000..01ac163 --- /dev/null +++ b/gating.yaml @@ -0,0 +1,7 @@ +--- !Policy +product_versions: + - rhel-9 +decision_context: osci_compose_gate +rules: + - !PassingTestCaseRule {test_case_name: baseos-ci.brew-build.tier1.functional} + diff --git a/netpbm.spec b/netpbm.spec index b748326..b70a890 100644 --- a/netpbm.spec +++ b/netpbm.spec @@ -1,7 +1,7 @@ Summary: A library for handling different graphics file formats Name: netpbm Version: 10.95.00 -Release: 1%{?dist} +Release: 2%{?dist} # See copyright_summary for details License: BSD and GPLv2 and IJG and MIT and Public Domain URL: http://netpbm.sourceforge.net/ @@ -229,6 +229,9 @@ popd %doc userguide/* %changelog +* Tue Aug 17 2021 Josef Ridky - 10.95.00-2 +- add gating.yaml file + * Mon Aug 16 2021 Josef Ridky - 10.95.00-1 - update to 10.95.00 and disable winicon checks (#1994047)