Update to 3.2.0

This commit is contained in:
mulhern 2022-07-30 12:37:48 -04:00
parent c6340e5ba0
commit e033b87c0e
5 changed files with 30 additions and 4 deletions

1
.gitignore vendored
View File

@ -22,3 +22,4 @@
/stratis-cli-3.0.0.tar.gz
/stratis-cli-3.0.1.tar.gz
/stratis-cli-3.1.0.tar.gz
/stratis-cli-3.2.0.tar.gz

View File

@ -1 +1 @@
SHA512 (stratis-cli-3.1.0.tar.gz) = 5b5e903401d01ee179f62f314c22d8d05ebaf3014265e5c3153c63a8560f062899dccd0811f858b2cde6bbb179df82877fc738b617167de93b148926c67a324b
SHA512 (stratis-cli-3.2.0.tar.gz) = 778d692df6d936ddc52e73a371329c1b0b1125b004ec12beb563d982ace0713ade89c4961143c85859977cd527d879c016c6af8c1b95021773d1ded3599712a3

View File

@ -1,6 +1,6 @@
Name: stratis-cli
Version: 3.1.0
Release: 4%{?dist}
Version: 3.2.0
Release: 1%{?dist}
Summary: Command-line tool for interacting with the Stratis daemon
License: ASL 2.0
@ -11,7 +11,7 @@ BuildRequires: python3-devel
BuildRequires: python3-setuptools
BuildRequires: %{_bindir}/a2x
# It runs without, but totally useless
Requires: (stratisd >= 3.1.0 with stratisd < 4.0.0)
Requires: (stratisd >= 3.2.0 with stratisd < 4.0.0)
# stratisd only available on certain arches
ExclusiveArch: %{rust_arches} noarch
@ -62,6 +62,9 @@ a2x -f manpage docs/stratis.txt
%{python3_sitelib}/stratis_cli-*.egg-info/
%changelog
* Sat Jul 30 2022 mulhern <amulhern@redhat.com> - 3.2.0-1
- Update to 3.2.0
* Sat Jul 23 2022 Fedora Release Engineering <releng@fedoraproject.org> - 3.1.0-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild

4
tests/provision.fmf Normal file
View File

@ -0,0 +1,4 @@
---
standard-inventory-qcow2:
qemu:
m: 3G # Amount of VM memory

18
tests/tests.yml Normal file
View File

@ -0,0 +1,18 @@
---
- hosts: localhost
roles:
- role: standard-test-basic
tags:
- classic
tests:
- simple:
dir: ./testing/
run: >
python3 stratisd_cli_cert.py -v
required_packages:
- util-linux
- python3-psutil
repositories:
- repo: "https://github.com/stratis-storage/testing.git"
dest: "testing"
version: "v3.2.0"