diff --git a/.gitignore b/.gitignore index dd0f78c..cbbd728 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/stratis-cli-3.6.0.tar.gz +SOURCES/stratis-cli-3.7.0.tar.gz diff --git a/.stratis-cli.metadata b/.stratis-cli.metadata index 6ed7b15..ad0bc9e 100644 --- a/.stratis-cli.metadata +++ b/.stratis-cli.metadata @@ -1 +1 @@ -ca2d41d023639307671e3286bd377405d08bede7 SOURCES/stratis-cli-3.6.0.tar.gz +18c5b3766eac13b96b786da593f748bd872ebfed SOURCES/stratis-cli-3.7.0.tar.gz diff --git a/SPECS/stratis-cli.spec b/SPECS/stratis-cli.spec index b5f3014..815fbd3 100644 --- a/SPECS/stratis-cli.spec +++ b/SPECS/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