Add gating.yaml
Related: rhbz#2044859
This commit is contained in:
parent
57841c1388
commit
99dc4d4335
@ -16,7 +16,7 @@
|
||||
|
||||
Name: flexiblas
|
||||
Version: %{major_version}.%{minor_version}.%{patch_version}
|
||||
Release: 6%{?dist}
|
||||
Release: 7%{?dist}
|
||||
Summary: A BLAS/LAPACK wrapper library with runtime exchangeable backends
|
||||
|
||||
# GPLv3 with an exception for the BLAS/LAPACK interface
|
||||
@ -399,6 +399,10 @@ make -C build64 test
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Wed Feb 23 2022 Matej Mužila <mmuzila@redhat.com> - 3.0.4-7
|
||||
- Add gating.yaml
|
||||
Related: rhbz#2044859
|
||||
|
||||
* Tue Feb 15 2022 Matej Mužila <mmuzila@redhat.com> - 3.0.4-6
|
||||
- Fix annocheck bind-now problems
|
||||
Resolves: rhbz#2044859
|
||||
|
||||
6
gating.yaml
Normal file
6
gating.yaml
Normal file
@ -0,0 +1,6 @@
|
||||
--- !Policy
|
||||
product_versions:
|
||||
- rhel-9
|
||||
decision_context: osci_compose_gate
|
||||
rules:
|
||||
- !PassingTestCaseRule {test_case_name: osci.brew-build.rpmdeplint.functional}
|
||||
Loading…
Reference in New Issue
Block a user