forked from rpms/stratis-cli
Update to version 3.5.2
Resolves: rhbz#2167462 Signed-off-by: Bryan Gurney <bgurney@redhat.com>
This commit is contained in:
parent
dfefe2a02f
commit
07046a5bfc
1
.gitignore
vendored
1
.gitignore
vendored
@ -21,3 +21,4 @@
|
||||
/stratis-cli-3.2.0.tar.gz
|
||||
/stratis-cli-3.4.0.tar.gz
|
||||
/stratis-cli-3.4.1.tar.gz
|
||||
/stratis-cli-3.5.2.tar.gz
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (stratis-cli-3.4.1.tar.gz) = 2ba948bd957da35cfdd7516d6d72152db74f287430dff10c8b9eba0e211212769cfe08d8328b35fa38e55da3af4d1ac1c460e5fe427cb80b7458d5833142faf5
|
||||
SHA512 (stratis-cli-3.5.2.tar.gz) = b2460334578cca6bf5fcacb36131c3a27322a07ce8bd03690c259ab68567770fb6dfdd56f97d467a34359ca8139c12801c5e7b1eefec0b38885a8e396a7b263d
|
||||
|
@ -1,17 +1,24 @@
|
||||
Name: stratis-cli
|
||||
Version: 3.4.1
|
||||
Version: 3.5.2
|
||||
Release: 1%{?dist}
|
||||
Summary: Command-line tool for interacting with the Stratis daemon
|
||||
|
||||
License: ASL 2.0
|
||||
License: Apache-2.0
|
||||
URL: https://github.com/stratis-storage/stratis-cli
|
||||
Source0: %{url}/archive/v%{version}/%{name}-%{version}.tar.gz
|
||||
|
||||
BuildRequires: python3-devel
|
||||
BuildRequires: python3-setuptools
|
||||
BuildRequires: python3-dateutil
|
||||
BuildRequires: python3-dbus-client-gen
|
||||
BuildRequires: python3-dbus-python-client-gen
|
||||
BuildRequires: python3-justbytes
|
||||
BuildRequires: python3-packaging
|
||||
BuildRequires: python3-psutil
|
||||
BuildRequires: python3-wcwidth
|
||||
BuildRequires: %{_bindir}/a2x
|
||||
# It runs without, but totally useless
|
||||
Requires: (stratisd >= 3.4.0 with stratisd < 4.0.0)
|
||||
Requires: (stratisd >= 3.5.0 with stratisd < 4.0.0)
|
||||
|
||||
# stratisd only available on certain arches
|
||||
ExclusiveArch: %{rust_arches} noarch
|
||||
@ -65,6 +72,10 @@ a2x -f manpage docs/stratis.txt
|
||||
%{python3_sitelib}/stratis_cli-*.egg-info/
|
||||
|
||||
%changelog
|
||||
* Tue May 16 2023 Bryan Gurney <bgurney@redhat.com> - 3.5.2-1
|
||||
- Update to version 3.5.2
|
||||
- Resolves: rhbz#2167462
|
||||
|
||||
* Mon Jan 09 2023 Bryan Gurney <bgurney@redhat.com> - 3.4.1-1
|
||||
- send_uevent: remove strict parameter
|
||||
- Resolves: rhbz#2158914
|
||||
|
@ -17,4 +17,4 @@
|
||||
repositories:
|
||||
- repo: "https://github.com/stratis-storage/testing.git"
|
||||
dest: "testing"
|
||||
version: "v3.4.0"
|
||||
version: "v3.5.2"
|
||||
|
Loading…
Reference in New Issue
Block a user