From 048139511e2b7fb3b32e25d4c48cc3476bdc3b55 Mon Sep 17 00:00:00 2001 From: Bryan Gurney Date: Wed, 17 May 2023 17:37:16 -0400 Subject: [PATCH] Update to 3.5.2 Signed-off-by: Bryan Gurney --- .gitignore | 1 + sources | 2 +- stratis-cli.spec | 7 +++++-- tests/tests.yml | 2 +- 4 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 19f7aa6..f3fa7ec 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/sources b/sources index 4a10e21..270148c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (stratis-cli-3.5.1.tar.gz) = f32854b458f2e61f1bad664894fd8a59ce3ea7351c1adb73c750f2bf9c4795801e9398c6109a13fd7c2af136757a26551c2f7dbc30443743400f27358b357d82 +SHA512 (stratis-cli-3.5.2.tar.gz) = b2460334578cca6bf5fcacb36131c3a27322a07ce8bd03690c259ab68567770fb6dfdd56f97d467a34359ca8139c12801c5e7b1eefec0b38885a8e396a7b263d diff --git a/stratis-cli.spec b/stratis-cli.spec index 37fafd7..b84ef36 100644 --- a/stratis-cli.spec +++ b/stratis-cli.spec @@ -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 - 3.5.2-1 +- Update to 3.5.2 + * Fri Mar 31 2023 Bryan Gurney - 3.5.1-1 - Update to 3.5.1 diff --git a/tests/tests.yml b/tests/tests.yml index 29d1bf6..dd3e8c7 100644 --- a/tests/tests.yml +++ b/tests/tests.yml @@ -15,4 +15,4 @@ repositories: - repo: "https://github.com/stratis-storage/testing.git" dest: "testing" - version: "v3.5.1" + version: "v3.5.2"