Fix CI configuration

Related: rhbz#2103212
This commit is contained in:
Tomas Korbar 2022-08-29 13:13:25 +02:00
parent 98875dfd3d
commit c65ed235ef
2 changed files with 13 additions and 1 deletions

8
gating.yaml Normal file
View File

@ -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}

View File

@ -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 <tkorbar@redhat.com> - 14.9.22-8
- Fix CI configuration
- Related: rhbz#2103212
* Fri Aug 26 2022 Tomas Korbar <tkorbar@redhat.com> - 14.9.22-7
- Make s-nail testsuite use sha256
- Resolves: rhbz#2103212