Fix gating.yaml
Related: rhbz#2190221
This commit is contained in:
parent
68edb0e033
commit
9240b22366
@ -1,6 +1,6 @@
|
|||||||
Name: espeak-ng
|
Name: espeak-ng
|
||||||
Version: 1.50
|
Version: 1.50
|
||||||
Release: 8%{?dist}
|
Release: 9%{?dist}
|
||||||
Summary: eSpeak NG Text-to-Speech
|
Summary: eSpeak NG Text-to-Speech
|
||||||
|
|
||||||
License: GPLv3+
|
License: GPLv3+
|
||||||
@ -99,6 +99,10 @@ ESPEAK_DATA_PATH=`pwd` LD_LIBRARY_PATH=src:${LD_LIBRARY_PATH} src/espeak-ng ...
|
|||||||
%doc docs/*.html
|
%doc docs/*.html
|
||||||
|
|
||||||
%changelog
|
%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
|
* Tue Jun 20 2023 Tomas Korbar <tkorbar@redhat.com> - 1.50-8
|
||||||
- Rebuild for rhbz#2190221
|
- Rebuild for rhbz#2190221
|
||||||
- Resolves: rhbz#2190221
|
- Resolves: rhbz#2190221
|
||||||
|
@ -3,4 +3,6 @@ product_versions:
|
|||||||
- rhel-9
|
- rhel-9
|
||||||
decision_context: osci_compose_gate
|
decision_context: osci_compose_gate
|
||||||
rules:
|
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}
|
||||||
|
Loading…
Reference in New Issue
Block a user