diff --git a/.gitignore b/.gitignore index a84d6d1..dae0fc0 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/stratis-cli-2.3.0.tar.gz +SOURCES/stratis-cli-2.4.0.tar.gz diff --git a/.stratis-cli.metadata b/.stratis-cli.metadata index 2e2cfa7..ff860b9 100644 --- a/.stratis-cli.metadata +++ b/.stratis-cli.metadata @@ -1 +1 @@ -9195382d53d11de3a4d80fa0b010b9f4bddc1e31 SOURCES/stratis-cli-2.3.0.tar.gz +7680ff8c5b1dbfa7ccdd620a92a42092404b873a SOURCES/stratis-cli-2.4.0.tar.gz diff --git a/SPECS/stratis-cli.spec b/SPECS/stratis-cli.spec index 1b22bc0..4a2f32f 100644 --- a/SPECS/stratis-cli.spec +++ b/SPECS/stratis-cli.spec @@ -1,5 +1,5 @@ Name: stratis-cli -Version: 2.3.0 +Version: 2.4.0 Release: 3%{?dist} Summary: Command-line tool for interacting with the Stratis daemon @@ -21,7 +21,7 @@ Requires: python3-semantic_version Requires: keyutils >= 1.5 # It runs without, but totally useless -Requires: stratisd >= 2.3 +Requires: stratisd >= 2.4 # stratisd only available on certain arches ExclusiveArch: %{rust_arches} noarch @@ -63,6 +63,10 @@ a2x -f manpage docs/stratis.txt %{python3_sitelib}/stratis_cli-*.egg-info/ %changelog +* Fri May 07 2021 Bryan Gurney - 2.4.0-3 +- Update to 2.4.0 +- Resolves: rhbz#1931670 + * Mon Jan 11 2021 Dennis Keefe - 2.3.0-3 - Update to 2.3.0 - Resolves: rhbz#1885329