From 893334e56f1229bf9a00967e64db6991dcb70da7 Mon Sep 17 00:00:00 2001 From: Jonathon Jongsma Date: Thu, 20 Jan 2022 10:38:12 -0600 Subject: [PATCH] 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 --- mdevctl.spec | 5 ++++- tests/tests.yml | 4 ++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/mdevctl.spec b/mdevctl.spec index 6e622bf..53eb602 100644 --- a/mdevctl.spec +++ b/mdevctl.spec @@ -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 - 1.1.0-4 +- fix gating.yaml indentation and rebuild + * Thu Jan 13 2022 Jonathon Jongsma - 1.1.0-3 - add gating.yml and rpminspect.yml and rebuild Related: rhbz#1999686 diff --git a/tests/tests.yml b/tests/tests.yml index 24e0d28..7bfe9cd 100644 --- a/tests/tests.yml +++ b/tests/tests.yml @@ -5,5 +5,5 @@ - classic tests: - simple: - dir: . - run: "mdevctl --help" + dir: . + run: "mdevctl --help"