diff --git a/stratis-cli.spec b/stratis-cli.spec index 4afdd70..e7ec4d2 100644 --- a/stratis-cli.spec +++ b/stratis-cli.spec @@ -1,6 +1,6 @@ Name: stratis-cli Version: 3.2.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Command-line tool for interacting with the Stratis daemon License: ASL 2.0 @@ -62,6 +62,9 @@ a2x -f manpage docs/stratis.txt %{python3_sitelib}/stratis_cli-*.egg-info/ %changelog +* Sat Jul 30 2022 mulhern - 3.2.0-2 +- Fix gating tests + * Sat Jul 30 2022 mulhern - 3.2.0-1 - Update to 3.2.0 diff --git a/tests/tests.yml b/tests/tests.yml index 6ed3c80..3d7029e 100644 --- a/tests/tests.yml +++ b/tests/tests.yml @@ -8,7 +8,7 @@ - simple: dir: ./testing/ run: > - python3 stratisd_cli_cert.py -v + python3 stratis_cli_cert.py -v required_packages: - util-linux - python3-psutil