From c65ed235efd14ea68b1db04be78dee608113dd67 Mon Sep 17 00:00:00 2001 From: Tomas Korbar Date: Mon, 29 Aug 2022 13:13:25 +0200 Subject: [PATCH] Fix CI configuration Related: rhbz#2103212 --- gating.yaml | 8 ++++++++ s-nail.spec | 6 +++++- 2 files changed, 13 insertions(+), 1 deletion(-) create mode 100644 gating.yaml diff --git a/gating.yaml b/gating.yaml new file mode 100644 index 0000000..0fc6cfc --- /dev/null +++ b/gating.yaml @@ -0,0 +1,8 @@ +--- !Policy +product_versions: + - rhel-9 +decision_context: osci_compose_gate +rules: + - !PassingTestCaseRule {test_case_name: baseos-ci.brew-build.tier1.functional} + - !PassingTestCaseRule {test_case_name: osci.brew-build.tier0.functional} + - !PassingTestCaseRule {test_case_name: baseos-ci.brew-build.tedude.validation} diff --git a/s-nail.spec b/s-nail.spec index c5b6f69..428c158 100644 --- a/s-nail.spec +++ b/s-nail.spec @@ -1,6 +1,6 @@ Name: s-nail Version: 14.9.22 -Release: 7%{?dist} +Release: 8%{?dist} Summary: Environment for sending and receiving mail # Everything is ISC except parts coming from the original Heirloom mailx which are BSD @@ -140,6 +140,10 @@ fi %changelog +* Mon Aug 29 2022 Tomas Korbar - 14.9.22-8 +- Fix CI configuration +- Related: rhbz#2103212 + * Fri Aug 26 2022 Tomas Korbar - 14.9.22-7 - Make s-nail testsuite use sha256 - Resolves: rhbz#2103212