forked from rpms/stratis-cli
Update to version 3.4.0
- 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 Signed-off-by: Bryan Gurney <bgurney@redhat.com>
This commit is contained in:
parent
0846982461
commit
a02012ad84
1
.gitignore
vendored
1
.gitignore
vendored
@ -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
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (stratis-cli-3.2.0.tar.gz) = 778d692df6d936ddc52e73a371329c1b0b1125b004ec12beb563d982ace0713ade89c4961143c85859977cd527d879c016c6af8c1b95021773d1ded3599712a3
|
||||
SHA512 (stratis-cli-3.4.0.tar.gz) = b7b27b6c0116f16763b27b3f7b4e3bd70cc9ae0759e37fd02c24baf89e470ad826dfcb0ba45f586faa4e82b06feab20b56a1b1d8529a5248042380ad9e6515f6
|
||||
|
@ -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 <bgurney@redhat.com> - 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 <bgurney@redhat.com> - 3.2.0-1
|
||||
- Add the ability to stop and start pools
|
||||
- Resolves: rhbz#2105061
|
||||
|
@ -17,4 +17,4 @@
|
||||
repositories:
|
||||
- repo: "https://github.com/stratis-storage/testing.git"
|
||||
dest: "testing"
|
||||
version: "v3.2.0"
|
||||
version: "v3.4.0"
|
||||
|
Loading…
Reference in New Issue
Block a user