From 99dc4d4335a24cf7a1344729256d3445d9142945 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matej=20Mu=C5=BEila?= Date: Wed, 23 Feb 2022 12:15:04 +0100 Subject: [PATCH] Add gating.yaml Related: rhbz#2044859 --- flexiblas.spec | 6 +++++- gating.yaml | 6 ++++++ 2 files changed, 11 insertions(+), 1 deletion(-) create mode 100644 gating.yaml diff --git a/flexiblas.spec b/flexiblas.spec index 3f7e779..78cb6a6 100644 --- a/flexiblas.spec +++ b/flexiblas.spec @@ -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 - 3.0.4-7 +- Add gating.yaml + Related: rhbz#2044859 + * Tue Feb 15 2022 Matej Mužila - 3.0.4-6 - Fix annocheck bind-now problems Resolves: rhbz#2044859 diff --git a/gating.yaml b/gating.yaml new file mode 100644 index 0000000..85cf31f --- /dev/null +++ b/gating.yaml @@ -0,0 +1,6 @@ +--- !Policy +product_versions: + - rhel-9 +decision_context: osci_compose_gate +rules: + - !PassingTestCaseRule {test_case_name: osci.brew-build.rpmdeplint.functional}