diff --git a/.gitignore b/.gitignore index 9973613..d36f53a 100644 --- a/.gitignore +++ b/.gitignore @@ -32,3 +32,4 @@ /stratis-cli-3.5.3.tar.gz /stratis-cli-3.6.0.tar.gz /stratis-cli-3.7.0.tar.gz +/stratis-cli-3.8.1.tar.gz diff --git a/plans/unit.fmf b/plans/unit.fmf index 943eccd..ff5cb36 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.7.1 + ref: v3.8.0 tests: - name: unit test: python3 stratis_cli_cert.py -v diff --git a/sources b/sources index b03e018..8290342 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (stratis-cli-3.7.0.tar.gz) = e6bc160a0eafbf255d9c529434014767f5cb225bd213e4a9d668700c78cfd26b05651b56753efb45cf0b094adfc4b2d901601f8e095359f403463293ededfdab +SHA512 (stratis-cli-3.8.1.tar.gz) = 8828e9400151ae1dee21a3693c8515f71299267b4b64595108c8d6987a876e03797ffd8407620c326dcb1250323f363957f64ed966f97fdf9576abc0e1169094 diff --git a/stratis-cli.spec b/stratis-cli.spec index 3961241..99951d5 100644 --- a/stratis-cli.spec +++ b/stratis-cli.spec @@ -1,6 +1,6 @@ Name: stratis-cli -Version: 3.7.0 -Release: 2%{?dist} +Version: 3.8.1 +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.7.0 with stratisd < 4.0.0) +Requires: (stratisd >= 3.8.1 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 +* Tue May 13 2025 Chung Chung - 3.8.1-1 +- Update to 3.8.1 + Resolves: RHEL-71912 + * Tue Oct 29 2024 Troy Dawson - 3.7.0-2 - Bump release for October 2024 mass rebuild: Resolves: RHEL-64018