Fix gating.yaml

This commit is contained in:
Tomas Korbar 2023-06-20 15:42:34 +02:00 committed by root
parent 68edb0e033
commit 8d889975ea
3 changed files with 9 additions and 2 deletions

1
.espeak-ng.metadata Normal file
View File

@ -0,0 +1 @@
6989535ba70abef7fccdddc829891ed03ef8c801 1.50.tar.gz

View File

@ -1,6 +1,6 @@
Name: espeak-ng
Version: 1.50
Release: 8%{?dist}
Release: 9%{?dist}
Summary: eSpeak NG Text-to-Speech
License: GPLv3+
@ -99,6 +99,10 @@ ESPEAK_DATA_PATH=`pwd` LD_LIBRARY_PATH=src:${LD_LIBRARY_PATH} src/espeak-ng ...
%doc docs/*.html
%changelog
* Tue Jun 20 2023 Tomas Korbar <tkorbar@redhat.com> - 1.50-9
- Fix gating.yaml
- Related: rhbz#2190221
* Tue Jun 20 2023 Tomas Korbar <tkorbar@redhat.com> - 1.50-8
- Rebuild for rhbz#2190221
- Resolves: rhbz#2190221

View File

@ -3,4 +3,6 @@ product_versions:
- rhel-9
decision_context: osci_compose_gate
rules:
- !PassingTestCaseRule {test_case_name: desktop-qe.desktop-ci.tier1-gating.functional}
- !PassingTestCaseRule {test_case_name: baseos-ci.brew-build.tier1.functional}
- !PassingTestCaseRule {test_case_name: baseos-ci.brew-build.tedude.validation}
- !PassingTestCaseRule {test_case_name: baseos-ci.brew-build.acceptance-tier.functional}