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