forked from rpms/stratis-cli
import stratis-cli-3.4.1-1.el9
This commit is contained in:
parent
370456a30a
commit
c8ecf78585
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
||||
SOURCES/stratis-cli-3.2.0.tar.gz
|
||||
SOURCES/stratis-cli-3.4.1.tar.gz
|
||||
|
@ -1 +1 @@
|
||||
ced5473a45c0652b59f85c06023af3d6689a3053 SOURCES/stratis-cli-3.2.0.tar.gz
|
||||
d78a31f93456595aa34c258b92d7e2f5fc26c368 SOURCES/stratis-cli-3.4.1.tar.gz
|
||||
|
@ -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 <bgurney@redhat.com> - 3.4.1-1
|
||||
- send_uevent: remove strict parameter
|
||||
- Resolves: rhbz#2158914
|
||||
|
||||
* 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
|
||||
|
Loading…
Reference in New Issue
Block a user