From 3568e53d290f7cb6e07351fec7ddf0fa7e15814f Mon Sep 17 00:00:00 2001 From: Bryan Gurney Date: Tue, 18 Oct 2022 13:31:40 -0400 Subject: [PATCH] Update to 3.3.0 Signed-off-by: Bryan Gurney --- .gitignore | 1 + sources | 2 +- stratis-cli.spec | 9 ++++++--- tests/tests.yml | 2 +- 4 files changed, 9 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index c557f76..9e5c994 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/sources b/sources index 3458d5c..5f00646 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (stratis-cli-3.2.0.tar.gz) = 778d692df6d936ddc52e73a371329c1b0b1125b004ec12beb563d982ace0713ade89c4961143c85859977cd527d879c016c6af8c1b95021773d1ded3599712a3 +SHA512 (stratis-cli-3.3.0.tar.gz) = c5280fc629ea8e63c252359556c23aced21251bbe597e1dedd0411a125c0dd42774686b0e470383ef12a6a07a5fd6f460edf083f1f423cad28dcfd1514b1245c diff --git a/stratis-cli.spec b/stratis-cli.spec index e7ec4d2..a7e152b 100644 --- a/stratis-cli.spec +++ b/stratis-cli.spec @@ -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 - 3.3.0-1 +- Update to 3.3.0 + * Sat Jul 30 2022 mulhern - 3.2.0-2 - Fix gating tests diff --git a/tests/tests.yml b/tests/tests.yml index 3d7029e..4b319a3 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.2.0" + version: "v3.3.0"