diff --git a/.gitignore b/.gitignore index 9e5c994..462a86a 100644 --- a/.gitignore +++ b/.gitignore @@ -24,3 +24,4 @@ /stratis-cli-3.1.0.tar.gz /stratis-cli-3.2.0.tar.gz /stratis-cli-3.3.0.tar.gz +/stratis-cli-3.4.0.tar.gz diff --git a/sources b/sources index 5f00646..f17824f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (stratis-cli-3.3.0.tar.gz) = c5280fc629ea8e63c252359556c23aced21251bbe597e1dedd0411a125c0dd42774686b0e470383ef12a6a07a5fd6f460edf083f1f423cad28dcfd1514b1245c +SHA512 (stratis-cli-3.4.0.tar.gz) = b7b27b6c0116f16763b27b3f7b4e3bd70cc9ae0759e37fd02c24baf89e470ad826dfcb0ba45f586faa4e82b06feab20b56a1b1d8529a5248042380ad9e6515f6 diff --git a/stratis-cli.spec b/stratis-cli.spec index a7e152b..e9a0c24 100644 --- a/stratis-cli.spec +++ b/stratis-cli.spec @@ -1,5 +1,5 @@ Name: stratis-cli -Version: 3.3.0 +Version: 3.4.0 Release: 1%{?dist} Summary: Command-line tool for interacting with the Stratis daemon @@ -11,7 +11,7 @@ BuildRequires: python3-devel BuildRequires: python3-setuptools BuildRequires: %{_bindir}/a2x # It runs without, but totally useless -Requires: (stratisd >= 3.3.0 with stratisd < 4.0.0) +Requires: (stratisd >= 3.4.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 Nov 29 2022 Bryan Gurney - 3.4.0-1 +- Update to 3.4.0 + * Tue Oct 18 2022 Bryan Gurney - 3.3.0-1 - Update to 3.3.0 diff --git a/tests/tests.yml b/tests/tests.yml index 4b319a3..39d4d9f 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.3.0" + version: "v3.4.0"