From b39be6d0e67a517d9108b858e3b53928424589f0 Mon Sep 17 00:00:00 2001 From: Jan Macku Date: Fri, 12 Apr 2024 13:12:34 +0200 Subject: [PATCH] add gating Related: RHEL-23114 --- gating.yaml | 6 ++++++ ledmon.spec | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 gating.yaml diff --git a/gating.yaml b/gating.yaml new file mode 100644 index 0000000..883c12b --- /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} \ No newline at end of file diff --git a/ledmon.spec b/ledmon.spec index c9dd4b0..9c22c07 100644 --- a/ledmon.spec +++ b/ledmon.spec @@ -1,7 +1,7 @@ Summary: Enclosure LED Utilities Name: ledmon Version: 1.0.0 -Release: 1%{?dist} +Release: 2%{?dist} License: GPL-2.0-only AND LGPL-2.1-only URL: https://github.com/intel/ledmon Source0: %{url}/archive/v%{version}/%{name}-%{version}.tar.gz