Update to 3.7.0
Resolves: RHEL-59994 Signed-off-by: Bryan Gurney <bgurney@redhat.com>
This commit is contained in:
parent
d61ce86c79
commit
8c499619ea
1
.gitignore
vendored
1
.gitignore
vendored
@ -31,3 +31,4 @@
|
||||
/stratis-cli-3.5.2.tar.gz
|
||||
/stratis-cli-3.5.3.tar.gz
|
||||
/stratis-cli-3.6.0.tar.gz
|
||||
/stratis-cli-3.7.0.tar.gz
|
||||
|
@ -8,7 +8,7 @@ prepare:
|
||||
discover:
|
||||
how: shell
|
||||
url: https://github.com/stratis-storage/testing.git
|
||||
ref: v3.6.0
|
||||
ref: v3.7.1
|
||||
tests:
|
||||
- name: unit
|
||||
test: python3 stratis_cli_cert.py -v
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (stratis-cli-3.6.0.tar.gz) = 6bdb94139eea07c130c995a687b7702b667081c7d6ff97ee1a749b1d4fe980e1b523aee182eee59a8dcf2a0664ec7fcf8b44331bc9443a2c2aa8d8bffe2d2eae
|
||||
SHA512 (stratis-cli-3.7.0.tar.gz) = e6bc160a0eafbf255d9c529434014767f5cb225bd213e4a9d668700c78cfd26b05651b56753efb45cf0b094adfc4b2d901601f8e095359f403463293ededfdab
|
||||
|
@ -1,6 +1,6 @@
|
||||
Name: stratis-cli
|
||||
Version: 3.6.0
|
||||
Release: 4%{?dist}
|
||||
Version: 3.7.0
|
||||
Release: 1%{?dist}
|
||||
Summary: Command-line tool for interacting with the Stratis daemon
|
||||
|
||||
License: Apache-2.0
|
||||
@ -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-59994
|
||||
|
||||
* Mon Jun 24 2024 Troy Dawson <tdawson@redhat.com> - 3.6.0-4
|
||||
- Bump release for June 2024 mass rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user