forked from rpms/stratis-cli
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 <bgurney@redhat.com>
This commit is contained in:
parent
001ddc5d3b
commit
0846982461
1
.gitignore
vendored
1
.gitignore
vendored
@ -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
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (stratis-cli-3.1.0.tar.gz) = 5b5e903401d01ee179f62f314c22d8d05ebaf3014265e5c3153c63a8560f062899dccd0811f858b2cde6bbb179df82877fc738b617167de93b148926c67a324b
|
||||
SHA512 (stratis-cli-3.2.0.tar.gz) = 778d692df6d936ddc52e73a371329c1b0b1125b004ec12beb563d982ace0713ade89c4961143c85859977cd527d879c016c6af8c1b95021773d1ded3599712a3
|
||||
|
@ -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 <bgurney@redhat.com> - 3.2.0-1
|
||||
- Add the ability to stop and start pools
|
||||
- Resolves: rhbz#2105061
|
||||
|
||||
* Tue May 31 2022 Bryan Gurney <bgurney@redhat.com> - 3.1.0-1
|
||||
- Update to 3.1.0
|
||||
- Resolves: rhbz#2039946
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user