Update to 3.3.0

Signed-off-by: Bryan Gurney <bgurney@redhat.com>
This commit is contained in:
Bryan Gurney 2022-10-18 13:31:40 -04:00
parent 9e058d9228
commit 3568e53d29
4 changed files with 9 additions and 5 deletions

1
.gitignore vendored
View File

@ -23,3 +23,4 @@
/stratis-cli-3.0.1.tar.gz
/stratis-cli-3.1.0.tar.gz
/stratis-cli-3.2.0.tar.gz
/stratis-cli-3.3.0.tar.gz

View File

@ -1 +1 @@
SHA512 (stratis-cli-3.2.0.tar.gz) = 778d692df6d936ddc52e73a371329c1b0b1125b004ec12beb563d982ace0713ade89c4961143c85859977cd527d879c016c6af8c1b95021773d1ded3599712a3
SHA512 (stratis-cli-3.3.0.tar.gz) = c5280fc629ea8e63c252359556c23aced21251bbe597e1dedd0411a125c0dd42774686b0e470383ef12a6a07a5fd6f460edf083f1f423cad28dcfd1514b1245c

View File

@ -1,6 +1,6 @@
Name: stratis-cli
Version: 3.2.0
Release: 2%{?dist}
Version: 3.3.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.2.0 with stratisd < 4.0.0)
Requires: (stratisd >= 3.3.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
* Tue Oct 18 2022 Bryan Gurney <bgurney@redhat.com> - 3.3.0-1
- Update to 3.3.0
* Sat Jul 30 2022 mulhern <amulhern@redhat.com> - 3.2.0-2
- Fix gating tests

View File

@ -15,4 +15,4 @@
repositories:
- repo: "https://github.com/stratis-storage/testing.git"
dest: "testing"
version: "v3.2.0"
version: "v3.3.0"