Update to 3.5.2

Signed-off-by: Bryan Gurney <bgurney@redhat.com>
This commit is contained in:
Bryan Gurney 2023-05-17 17:37:16 -04:00
parent 5ba506b40a
commit 048139511e
4 changed files with 8 additions and 4 deletions

1
.gitignore vendored
View File

@ -28,3 +28,4 @@
/stratis-cli-3.4.1.tar.gz
/stratis-cli-3.5.0.tar.gz
/stratis-cli-3.5.1.tar.gz
/stratis-cli-3.5.2.tar.gz

View File

@ -1 +1 @@
SHA512 (stratis-cli-3.5.1.tar.gz) = f32854b458f2e61f1bad664894fd8a59ce3ea7351c1adb73c750f2bf9c4795801e9398c6109a13fd7c2af136757a26551c2f7dbc30443743400f27358b357d82
SHA512 (stratis-cli-3.5.2.tar.gz) = b2460334578cca6bf5fcacb36131c3a27322a07ce8bd03690c259ab68567770fb6dfdd56f97d467a34359ca8139c12801c5e7b1eefec0b38885a8e396a7b263d

View File

@ -1,9 +1,9 @@
Name: stratis-cli
Version: 3.5.1
Version: 3.5.2
Release: 1%{?dist}
Summary: Command-line tool for interacting with the Stratis daemon
License: ASL 2.0
License: Apache-2.0
URL: https://github.com/stratis-storage/stratis-cli
Source0: %{url}/archive/v%{version}/%{name}-%{version}.tar.gz
@ -62,6 +62,9 @@ a2x -f manpage docs/stratis.txt
%{python3_sitelib}/stratis_cli-*.egg-info/
%changelog
* Wed May 17 2023 Bryan Gurney <bgurney@redhat.com> - 3.5.2-1
- Update to 3.5.2
* Fri Mar 31 2023 Bryan Gurney <bgurney@redhat.com> - 3.5.1-1
- Update to 3.5.1

View File

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