- Renamed the gating.yml to gating.yaml

The gating yaml was renamed to match expected format. Removed
  old yml file.

Resolves: rhbz#1975886
Signed-off-by: Chris White <chwhite@redhat.com>
This commit is contained in:
Chris White 2021-08-10 16:40:07 +00:00
parent bb7a7b1971
commit a6f9709f88
2 changed files with 4 additions and 15 deletions

View File

@ -1,14 +0,0 @@
--- !Policy
product_versions:
- rhel-9
decision_context:
- osci_compose_gate
rules:
- !PassingTestCaseRule {test_case_name: osci.brew-build.tier0.functional}
- fedora-*
decision_context:
- bodhi_update_push_testing
- bodhi_update_push_stable
subject_type: koji_build
rules:
- !PassingTestCaseRule {test_case_name: fedora-ci.koji-build.tier0.functional}

View File

@ -4,7 +4,7 @@
Name: sysfsutils
Version: 2.1.1
Release: 4%{?dist}
Release: 5%{?dist}
Summary: Utilities for interfacing with sysfs
URL: https://github.com/linux-ras/sysfsutils
License: GPLv2
@ -71,6 +71,9 @@ find %{buildroot} -type f -name "*.la" -delete
%changelog
* Fri Aug 10 2021 Chris White <chwhite@redhat.com> - 2.1.1-4
- Renamed the gating.yml to gating.yaml Related: rhbz#1975886
* Tue Aug 10 2021 Mohan Boddu <mboddu@redhat.com> - 2.1.1-4
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
Related: rhbz#1991688