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:
parent
19753c6401
commit
893334e56f
@ -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
|
||||
|
||||
@ -5,5 +5,5 @@
|
||||
- classic
|
||||
tests:
|
||||
- simple:
|
||||
dir: .
|
||||
run: "mdevctl --help"
|
||||
dir: .
|
||||
run: "mdevctl --help"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user