From 75d1549c800ceed7ff894bf56d82bde9eb56202b Mon Sep 17 00:00:00 2001 From: Chung Chung Date: Fri, 24 Jul 2026 19:52:40 -0400 Subject: [PATCH] Update to 3.9.1 Resolves: RHEL-212817 side-tag: c10s-build-side-4914-stack-gate Signed-off-by: Chung Chung --- .gitignore | 1 + plans/unit.fmf | 2 +- sources | 2 +- stratis-cli.spec | 8 ++++++-- 4 files changed, 9 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 6b747dc..b083959 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/plans/unit.fmf b/plans/unit.fmf index 424be5c..2d56f8a 100644 --- a/plans/unit.fmf +++ b/plans/unit.fmf @@ -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 diff --git a/sources b/sources index c668d63..c8fa5e7 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (stratis-cli-3.9.0.tar.gz) = 5ab9907fb7621539f476c9c918aa9f9f9b2caf99b51eabff2a12f952772009d019e123d50e58bed98adda629cdef96c93de7a0e1da56e03f6bf35113f5a7b003 +SHA512 (stratis-cli-3.9.1.tar.gz) = 92df80f377b4de29325f06938c5df943b35ee152d244dee4acf694bc7b5456b7018921090c1697b0410057e2639dfde5fc7355f6c4d33be351afa95fa5470127 diff --git a/stratis-cli.spec b/stratis-cli.spec index 400a9e1..f8aa32c 100644 --- a/stratis-cli.spec +++ b/stratis-cli.spec @@ -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 - 3.9.1-1 +- Update to 3.9.1 +- Resolves: RHEL-212817 + * Fri May 08 2026 Chung Chung - 3.9.0-1 - Update to 3.9.0 - Resolves: RHEL-174627