From fb02e03e02db7072bc3b9d869432cdcbe67877a4 Mon Sep 17 00:00:00 2001 From: Tomas Bzatek Date: Tue, 7 May 2024 17:00:24 +0200 Subject: [PATCH] Add gating.yaml Resolves: RHEL-32144 --- gating.yaml | 6 ++++++ lsscsi.spec | 5 ++++- 2 files changed, 10 insertions(+), 1 deletion(-) create mode 100644 gating.yaml diff --git a/gating.yaml b/gating.yaml new file mode 100644 index 0000000..4ca9235 --- /dev/null +++ b/gating.yaml @@ -0,0 +1,6 @@ +--- !Policy +product_versions: + - rhel-10 +decision_context: osci_compose_gate +rules: + - !PassingTestCaseRule {test_case_name: osci.brew-build.tier0.functional} diff --git a/lsscsi.spec b/lsscsi.spec index 3088c06..f4e67b8 100644 --- a/lsscsi.spec +++ b/lsscsi.spec @@ -1,7 +1,7 @@ Summary: List SCSI devices (or hosts) and associated information Name: lsscsi Version: 0.32 -Release: 12%{?dist} +Release: 13%{?dist} License: GPL-2.0-or-later # official git repository: https://github.com/doug-gilbert/lsscsi Source0: http://sg.danny.cz/scsi/%{name}-%{version}.tgz @@ -39,6 +39,9 @@ Author: %changelog +* Tue May 07 2024 Tomas Bzatek - 0.32-13 +- Add gating.yaml + * Tue May 07 2024 Tomas Bzatek - 0.32-12 - Disable NVMe support