From a6f9709f8806e38bcfde571aaa5d1480a04864c3 Mon Sep 17 00:00:00 2001 From: Chris White Date: Tue, 10 Aug 2021 16:40:07 +0000 Subject: [PATCH] - 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 --- gating.yml | 14 -------------- sysfsutils.spec | 5 ++++- 2 files changed, 4 insertions(+), 15 deletions(-) delete mode 100644 gating.yml diff --git a/gating.yml b/gating.yml deleted file mode 100644 index 7985bf0..0000000 --- a/gating.yml +++ /dev/null @@ -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} diff --git a/sysfsutils.spec b/sysfsutils.spec index 2a26b79..fd09f9e 100644 --- a/sysfsutils.spec +++ b/sysfsutils.spec @@ -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 - 2.1.1-4 +- Renamed the gating.yml to gating.yaml Related: rhbz#1975886 + * Tue Aug 10 2021 Mohan Boddu - 2.1.1-4 - Rebuilt for IMA sigs, glibc 2.34, aarch64 flags Related: rhbz#1991688