From fe6df7ff0efe8221100688ecdfa484c152906485 Mon Sep 17 00:00:00 2001 From: Tomas Bzatek Date: Tue, 7 May 2024 17:37:22 +0200 Subject: [PATCH] * Tue May 07 2024 Tomas Bzatek - 1.48-4 - Really add gating.yaml Resolves: RHEL-412 --- gating.yaml | 6 ++++++ sg3_utils.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/sg3_utils.spec b/sg3_utils.spec index f2b3133..688d531 100644 --- a/sg3_utils.spec +++ b/sg3_utils.spec @@ -4,7 +4,7 @@ Summary: Utilities for devices that use SCSI command sets Name: sg3_utils Version: 1.48 -Release: 3%{?dist} +Release: 4%{?dist} License: GPL-2.0-or-later AND BSD-2-Clause URL: https://sg.danny.cz/sg/sg3_utils.html Source0: https://sg.danny.cz/sg/p/sg3_utils-%{version}.tar.xz @@ -117,6 +117,9 @@ install -p -m 755 scripts/fc_wwpn_id %{buildroot}%{_udevlibdir} %changelog +* Tue May 07 2024 Tomas Bzatek - 1.48-4 +- Really add gating.yaml + * Tue May 07 2024 Tomas Bzatek - 1.48-3 - Add gating.yaml