import CS stratis-cli-3.7.0-1.el9

This commit is contained in:
eabdullin 2025-03-11 08:13:54 +00:00
parent 6db0ee8a76
commit 77646dc1cc
3 changed files with 8 additions and 4 deletions

2
.gitignore vendored
View File

@ -1 +1 @@
SOURCES/stratis-cli-3.6.0.tar.gz
SOURCES/stratis-cli-3.7.0.tar.gz

View File

@ -1 +1 @@
ca2d41d023639307671e3286bd377405d08bede7 SOURCES/stratis-cli-3.6.0.tar.gz
18c5b3766eac13b96b786da593f748bd872ebfed SOURCES/stratis-cli-3.7.0.tar.gz

View File

@ -1,5 +1,5 @@
Name: stratis-cli
Version: 3.6.0
Version: 3.7.0
Release: 1%{?dist}
Summary: Command-line tool for interacting with the Stratis daemon
@ -21,7 +21,7 @@ BuildRequires: python3-wcwidth
%endif
# Require the version of stratisd that supports a compatible D-Bus interface
Requires: (stratisd >= 3.6.0 with stratisd < 4.0.0)
Requires: (stratisd >= 3.7.0 with stratisd < 4.0.0)
# Exclude the same arches for stratis-cli as are excluded for stratisd
ExclusiveArch: %{rust_arches} noarch
@ -75,6 +75,10 @@ a2x -f manpage docs/stratis.txt
%{python3_sitelib}/stratis_cli-*.egg-info/
%changelog
* Thu Oct 17 2024 Bryan Gurney <bgurney@redhat.com> - 3.7.0-1
- Update to 3.7.0
- Resolves: RHEL-59855
* Mon Nov 06 2023 Bryan Gurney <bgurney@redhat.com> - 3.6.0-1
- Update to version 3.6.0
- Resolves: RHEL-2265