diff --git a/.gitignore b/.gitignore index 453d1f9..794491e 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/stratis-cli-3.2.0.tar.gz +SOURCES/stratis-cli-3.4.1.tar.gz diff --git a/.stratis-cli.metadata b/.stratis-cli.metadata index 8bd26d0..0e4863e 100644 --- a/.stratis-cli.metadata +++ b/.stratis-cli.metadata @@ -1 +1 @@ -ced5473a45c0652b59f85c06023af3d6689a3053 SOURCES/stratis-cli-3.2.0.tar.gz +d78a31f93456595aa34c258b92d7e2f5fc26c368 SOURCES/stratis-cli-3.4.1.tar.gz diff --git a/SPECS/stratis-cli.spec b/SPECS/stratis-cli.spec index 15cd89a..3e4125c 100644 --- a/SPECS/stratis-cli.spec +++ b/SPECS/stratis-cli.spec @@ -1,5 +1,5 @@ Name: stratis-cli -Version: 3.2.0 +Version: 3.4.1 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,18 @@ a2x -f manpage docs/stratis.txt %{python3_sitelib}/stratis_cli-*.egg-info/ %changelog +* Mon Jan 09 2023 Bryan Gurney - 3.4.1-1 +- send_uevent: remove strict parameter +- Resolves: rhbz#2158914 + +* 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