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 <chwhite@redhat.com>
This commit is contained in:
Chris White 2021-08-17 00:33:55 +00:00
parent f2f5cfcec8
commit 2ce706da90
2 changed files with 4 additions and 1 deletions

View File

@ -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 <chwhite@redhat.com> - 2.1.1-8
- Renamed tests/tests.yaml to tests/test.yml. Resolves: rhbz#1975886
* Mon Aug 16 2021 Chris White <chwhite@redhat.com> - 2.1.1-7
- Rebuilt with tier0 test cases. Resolves: rhbz#1975886