diff --git a/.gitignore b/.gitignore index 6fd17e5..5e6eea3 100644 --- a/.gitignore +++ b/.gitignore @@ -19,3 +19,4 @@ /stratis-cli-2.4.3.tar.gz /stratis-cli-3.1.0.tar.gz /stratis-cli-3.2.0.tar.gz +/stratis-cli-3.4.0.tar.gz diff --git a/sources b/sources index 3458d5c..f17824f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (stratis-cli-3.2.0.tar.gz) = 778d692df6d936ddc52e73a371329c1b0b1125b004ec12beb563d982ace0713ade89c4961143c85859977cd527d879c016c6af8c1b95021773d1ded3599712a3 +SHA512 (stratis-cli-3.4.0.tar.gz) = b7b27b6c0116f16763b27b3f7b4e3bd70cc9ae0759e37fd02c24baf89e470ad826dfcb0ba45f586faa4e82b06feab20b56a1b1d8529a5248042380ad9e6515f6 diff --git a/stratis-cli.spec b/stratis-cli.spec index 15cd89a..0a8a520 100644 --- a/stratis-cli.spec +++ b/stratis-cli.spec @@ -1,5 +1,5 @@ Name: stratis-cli -Version: 3.2.0 +Version: 3.4.0 Release: 1%{?dist} Summary: Command-line tool for interacting with the Stratis daemon @@ -10,14 +10,8 @@ Source0: %{url}/archive/v%{version}/%{name}-%{version}.tar.gz BuildRequires: python3-devel BuildRequires: python3-setuptools BuildRequires: %{_bindir}/a2x - -%if 0%{?rhel} && !0%{?eln} -Requires: platform-python -%else -%endif - # It runs without, but totally useless -Requires: (stratisd >= 3.1.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 @@ -71,6 +65,14 @@ a2x -f manpage docs/stratis.txt %{python3_sitelib}/stratis_cli-*.egg-info/ %changelog +* Wed Nov 23 2022 Bryan Gurney - 3.4.0-1 +- Update to version 3.4.0 +- Resolves: rhbz#2124977 +- Return no-op on overprovision command on error +- Resolves: rhbz#2131934 +- Return error on init-cache if cache is present +- Resolves: rhbz#2141223 + * Fri Jul 08 2022 Bryan Gurney - 3.2.0-1 - Add the ability to stop and start pools - Resolves: rhbz#2105061 diff --git a/tests/tests.yml b/tests/tests.yml index b2754ee..3280fb9 100644 --- a/tests/tests.yml +++ b/tests/tests.yml @@ -17,4 +17,4 @@ repositories: - repo: "https://github.com/stratis-storage/testing.git" dest: "testing" - version: "v3.2.0" + version: "v3.4.0"