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