Update to 3.7.0

Resolves: RHEL-59994

Signed-off-by: Bryan Gurney <bgurney@redhat.com>
This commit is contained in:
Bryan Gurney 2024-10-17 16:25:08 -04:00
parent d61ce86c79
commit 8c499619ea
4 changed files with 10 additions and 5 deletions

1
.gitignore vendored
View File

@ -31,3 +31,4 @@
/stratis-cli-3.5.2.tar.gz /stratis-cli-3.5.2.tar.gz
/stratis-cli-3.5.3.tar.gz /stratis-cli-3.5.3.tar.gz
/stratis-cli-3.6.0.tar.gz /stratis-cli-3.6.0.tar.gz
/stratis-cli-3.7.0.tar.gz

View File

@ -8,7 +8,7 @@ prepare:
discover: discover:
how: shell how: shell
url: https://github.com/stratis-storage/testing.git url: https://github.com/stratis-storage/testing.git
ref: v3.6.0 ref: v3.7.1
tests: tests:
- name: unit - name: unit
test: python3 stratis_cli_cert.py -v test: python3 stratis_cli_cert.py -v

View File

@ -1 +1 @@
SHA512 (stratis-cli-3.6.0.tar.gz) = 6bdb94139eea07c130c995a687b7702b667081c7d6ff97ee1a749b1d4fe980e1b523aee182eee59a8dcf2a0664ec7fcf8b44331bc9443a2c2aa8d8bffe2d2eae SHA512 (stratis-cli-3.7.0.tar.gz) = e6bc160a0eafbf255d9c529434014767f5cb225bd213e4a9d668700c78cfd26b05651b56753efb45cf0b094adfc4b2d901601f8e095359f403463293ededfdab

View File

@ -1,6 +1,6 @@
Name: stratis-cli Name: stratis-cli
Version: 3.6.0 Version: 3.7.0
Release: 4%{?dist} Release: 1%{?dist}
Summary: Command-line tool for interacting with the Stratis daemon Summary: Command-line tool for interacting with the Stratis daemon
License: Apache-2.0 License: Apache-2.0
@ -21,7 +21,7 @@ BuildRequires: python3-wcwidth
%endif %endif
# Require the version of stratisd that supports a compatible D-Bus interface # 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 # Exclude the same arches for stratis-cli as are excluded for stratisd
ExclusiveArch: %{rust_arches} noarch ExclusiveArch: %{rust_arches} noarch
@ -75,6 +75,10 @@ a2x -f manpage docs/stratis.txt
%{python3_sitelib}/stratis_cli-*.egg-info/ %{python3_sitelib}/stratis_cli-*.egg-info/
%changelog %changelog
* Thu Oct 17 2024 Bryan Gurney <bgurney@redhat.com> - 3.7.0-1
- Update to 3.7.0
- Resolves: RHEL-59994
* Mon Jun 24 2024 Troy Dawson <tdawson@redhat.com> - 3.6.0-4 * Mon Jun 24 2024 Troy Dawson <tdawson@redhat.com> - 3.6.0-4
- Bump release for June 2024 mass rebuild - Bump release for June 2024 mass rebuild