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"