From 08469824619f82c9fba0269457fb2e8d00f506c6 Mon Sep 17 00:00:00 2001 From: Bryan Gurney Date: Fri, 8 Jul 2022 12:00:50 -0400 Subject: [PATCH] Add the ability to stop and start pools Also update the gating test configuration to only run tests that do not require block devices or D-Bus. Resolves: rhbz#2105061 Signed-off-by: Bryan Gurney --- .gitignore | 1 + sources | 2 +- stratis-cli.spec | 6 +++++- tests/tests.yml | 7 +++---- 4 files changed, 10 insertions(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index 2f599c8..6fd17e5 100644 --- a/.gitignore +++ b/.gitignore @@ -18,3 +18,4 @@ /stratis-cli-2.4.2.tar.gz /stratis-cli-2.4.3.tar.gz /stratis-cli-3.1.0.tar.gz +/stratis-cli-3.2.0.tar.gz diff --git a/sources b/sources index a6ef7ad..3458d5c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (stratis-cli-3.1.0.tar.gz) = 5b5e903401d01ee179f62f314c22d8d05ebaf3014265e5c3153c63a8560f062899dccd0811f858b2cde6bbb179df82877fc738b617167de93b148926c67a324b +SHA512 (stratis-cli-3.2.0.tar.gz) = 778d692df6d936ddc52e73a371329c1b0b1125b004ec12beb563d982ace0713ade89c4961143c85859977cd527d879c016c6af8c1b95021773d1ded3599712a3 diff --git a/stratis-cli.spec b/stratis-cli.spec index d97ca8e..15cd89a 100644 --- a/stratis-cli.spec +++ b/stratis-cli.spec @@ -1,5 +1,5 @@ Name: stratis-cli -Version: 3.1.0 +Version: 3.2.0 Release: 1%{?dist} Summary: Command-line tool for interacting with the Stratis daemon @@ -71,6 +71,10 @@ a2x -f manpage docs/stratis.txt %{python3_sitelib}/stratis_cli-*.egg-info/ %changelog +* Fri Jul 08 2022 Bryan Gurney - 3.2.0-1 +- Add the ability to stop and start pools +- Resolves: rhbz#2105061 + * Tue May 31 2022 Bryan Gurney - 3.1.0-1 - Update to 3.1.0 - Resolves: rhbz#2039946 diff --git a/tests/tests.yml b/tests/tests.yml index 5700ed7..b2754ee 100644 --- a/tests/tests.yml +++ b/tests/tests.yml @@ -9,13 +9,12 @@ dir: ./testing/ run: > python stratis_cli_cert.py -v - --disk /dev/vdb - --disk /dev/vdc - --disk /dev/vdd + StratisCliVersionCertify + StratisCliManPageCertify required_packages: - util-linux - python3-psutil repositories: - repo: "https://github.com/stratis-storage/testing.git" dest: "testing" - version: "v3.1.0" + version: "v3.2.0"