From 56c599587dd6b836b8d5dfd8649478e4f58bd53a Mon Sep 17 00:00:00 2001 From: Jan Macku Date: Wed, 1 Jun 2022 13:45:43 +0200 Subject: [PATCH] Rename gating.yml -> gating.yaml Related: #2042273 --- gating.yml => gating.yaml | 2 +- ledmon.spec | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) rename gating.yml => gating.yaml (92%) diff --git a/gating.yml b/gating.yaml similarity index 92% rename from gating.yml rename to gating.yaml index 648918d..091b505 100644 --- a/gating.yml +++ b/gating.yaml @@ -3,4 +3,4 @@ product_versions: - rhel-9 decision_context: osci_compose_gate rules: - - !PassingTestCaseRule {test_case_name: osci.brew-build.tier0.functional} + - !PassingTestCaseRule {test_case_name: osci.brew-build.tier0.functional} \ No newline at end of file diff --git a/ledmon.spec b/ledmon.spec index d61e250..00943ca 100644 --- a/ledmon.spec +++ b/ledmon.spec @@ -1,7 +1,7 @@ Summary: Enclosure LED Utilities Name: ledmon Version: 0.96 -Release: 1%{?dist} +Release: 2%{?dist} License: GPLv2+ URL: https://github.com/intel/ledmon Source0: https://github.com/intel/ledmon/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz @@ -47,6 +47,9 @@ make %{_unitdir}/ledmon.service %changelog +* Wed Jun 01 2022 Jan Macku - 0.96-2 +- Rename gating.yml to gating.yaml + * Wed Jun 01 2022 Jan Macku - 0.96-1 - update to 0.96 (#2042273) - Add gating.yml