From 5a2b6400aa515feb79332e7379c0173cf6d703f7 Mon Sep 17 00:00:00 2001 From: Bryan Gurney Date: Thu, 17 Oct 2024 12:37:53 -0400 Subject: [PATCH] Update to 3.7.0 Resolves: RHEL-59855 Signed-off-by: Bryan Gurney --- .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 9a5e689..0e04875 100644 --- a/.gitignore +++ b/.gitignore @@ -24,3 +24,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 diff --git a/plans/unit.fmf b/plans/unit.fmf index 3a984c9..943eccd 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.6.0 + ref: v3.7.1 tests: - name: unit test: python3 stratis_cli_cert.py -v diff --git a/sources b/sources index 9ab4498..b03e018 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (stratis-cli-3.6.0.tar.gz) = 6bdb94139eea07c130c995a687b7702b667081c7d6ff97ee1a749b1d4fe980e1b523aee182eee59a8dcf2a0664ec7fcf8b44331bc9443a2c2aa8d8bffe2d2eae +SHA512 (stratis-cli-3.7.0.tar.gz) = e6bc160a0eafbf255d9c529434014767f5cb225bd213e4a9d668700c78cfd26b05651b56753efb45cf0b094adfc4b2d901601f8e095359f403463293ededfdab diff --git a/stratis-cli.spec b/stratis-cli.spec index b5f3014..815fbd3 100644 --- a/stratis-cli.spec +++ b/stratis-cli.spec @@ -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 - 3.7.0-1 +- Update to 3.7.0 +- Resolves: RHEL-59855 + * Mon Nov 06 2023 Bryan Gurney - 3.6.0-1 - Update to version 3.6.0 - Resolves: RHEL-2265