Fix gating

The indentation of the yaml file was incorrect so the osci
infrastructure was not actually running the gating test.

Related: rhbz#1999686

Signed-off-by: Jonathon Jongsma <jjongsma@redhat.com>
This commit is contained in:
Jonathon Jongsma 2022-01-20 10:38:12 -06:00
parent 19753c6401
commit 893334e56f
2 changed files with 6 additions and 3 deletions

View File

@ -1,6 +1,6 @@
Name: mdevctl
Version: 1.1.0
Release: 3%{?dist}
Release: 4%{?dist}
Summary: Mediated device management and persistence utility
Group: System Environment/Kernel
@ -58,6 +58,9 @@ export MDEVCTL_LOG=debug RUST_BACKTRACE=full
%{_datadir}/bash-completion/completions/lsmdev
%changelog
* Thu Jan 20 2022 Jonathon Jongsma <jjongsma@redhat.com> - 1.1.0-4
- fix gating.yaml indentation and rebuild
* Thu Jan 13 2022 Jonathon Jongsma <jjongsma@redhat.com> - 1.1.0-3
- add gating.yml and rpminspect.yml and rebuild
Related: rhbz#1999686

View File

@ -5,5 +5,5 @@
- classic
tests:
- simple:
dir: .
run: "mdevctl --help"
dir: .
run: "mdevctl --help"