Update to 3.9.1
Resolves: RHEL-212817 side-tag: c10s-build-side-4914-stack-gate Signed-off-by: Chung Chung <cchung@redhat.com>
This commit is contained in:
parent
ba66688c05
commit
75d1549c80
1
.gitignore
vendored
1
.gitignore
vendored
@ -35,3 +35,4 @@
|
||||
/stratis-cli-3.8.1.tar.gz
|
||||
/stratis-cli-3.8.3.tar.gz
|
||||
/stratis-cli-3.9.0.tar.gz
|
||||
/stratis-cli-3.9.1.tar.gz
|
||||
|
||||
@ -8,7 +8,7 @@ prepare:
|
||||
discover:
|
||||
how: shell
|
||||
url: https://github.com/stratis-storage/testing.git
|
||||
ref: v3.9.0
|
||||
ref: v3.9.1
|
||||
tests:
|
||||
- name: unit
|
||||
test: python3 stratis_cli_cert.py -v
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (stratis-cli-3.9.0.tar.gz) = 5ab9907fb7621539f476c9c918aa9f9f9b2caf99b51eabff2a12f952772009d019e123d50e58bed98adda629cdef96c93de7a0e1da56e03f6bf35113f5a7b003
|
||||
SHA512 (stratis-cli-3.9.1.tar.gz) = 92df80f377b4de29325f06938c5df943b35ee152d244dee4acf694bc7b5456b7018921090c1697b0410057e2639dfde5fc7355f6c4d33be351afa95fa5470127
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
Name: stratis-cli
|
||||
Version: 3.9.0
|
||||
Version: 3.9.1
|
||||
Release: 1%{?dist}
|
||||
Summary: Command-line tool for interacting with the Stratis daemon
|
||||
|
||||
@ -11,7 +11,7 @@ BuildRequires: python3-devel
|
||||
BuildRequires: %{_bindir}/a2x
|
||||
|
||||
# Require the version of stratisd that supports a compatible D-Bus interface
|
||||
Requires: (stratisd >= 3.9.0 with stratisd < 4.0.0)
|
||||
Requires: (stratisd >= 3.9.2 with stratisd < 4.0.0)
|
||||
|
||||
# Exclude the same arches for stratis-cli as are excluded for stratisd
|
||||
ExclusiveArch: %{rust_arches} noarch
|
||||
@ -49,6 +49,10 @@ a2x -f manpage docs/stratis.txt
|
||||
%{_mandir}/man8/stratis.8*
|
||||
|
||||
%changelog
|
||||
* Fri Jul 24 2026 Chung Chung <cchung@redhat.com> - 3.9.1-1
|
||||
- Update to 3.9.1
|
||||
- Resolves: RHEL-212817
|
||||
|
||||
* Fri May 08 2026 Chung Chung <cchung@redhat.com> - 3.9.0-1
|
||||
- Update to 3.9.0
|
||||
- Resolves: RHEL-174627
|
||||
|
||||
Loading…
Reference in New Issue
Block a user