diff --git a/sysfsutils.spec b/sysfsutils.spec index 04d1f88..7b5a282 100644 --- a/sysfsutils.spec +++ b/sysfsutils.spec @@ -4,7 +4,7 @@ Name: sysfsutils Version: 2.1.1 -Release: 7%{?dist} +Release: 8%{?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 +* Mon Aug 16 2021 Chris White - 2.1.1-8 +- Renamed tests/tests.yaml to tests/test.yml. Resolves: rhbz#1975886 + * Mon Aug 16 2021 Chris White - 2.1.1-7 - Rebuilt with tier0 test cases. Resolves: rhbz#1975886 diff --git a/tests/tests.yaml b/tests/tests.yml similarity index 100% rename from tests/tests.yaml rename to tests/tests.yml