From 2ce706da90d965cf5e63c564bd8df7d94660c0fc Mon Sep 17 00:00:00 2001 From: Chris White Date: Tue, 17 Aug 2021 00:33:55 +0000 Subject: [PATCH] Renamed tests/tests.yaml to tests/test.yml - There are issues with the tier0 tests not kicking off. Renamed the tests/test.yaml to tests/test.yml to match the format of other packages format. Resolves: rhbz#1975886 Signed-off-by: Chris White --- sysfsutils.spec | 5 ++++- tests/{tests.yaml => tests.yml} | 0 2 files changed, 4 insertions(+), 1 deletion(-) rename tests/{tests.yaml => tests.yml} (100%) 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