diff --git a/.gitignore b/.gitignore index 0dca2bf..7e944f9 100644 --- a/.gitignore +++ b/.gitignore @@ -15,3 +15,4 @@ /stratis-cli-2.2.1.tar.gz /stratis-cli-2.3.0.tar.gz /stratis-cli-2.4.1.tar.gz +/stratis-cli-2.4.2.tar.gz diff --git a/sources b/sources index fbe7f8c..2c009e5 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (stratis-cli-2.4.1.tar.gz) = 1d318fb244ad1ef48882e686cace0166237ead7261e26c9197e3b98517128013c1c9b9978ad894e9f0e7d90bd312d98246b39a80f90e3d0fd7a88618110137e7 +SHA512 (stratis-cli-2.4.2.tar.gz) = 7bfeafa6a52ba05ecd4cb3db791305effabeb73f4aff4d520ddad5da693ba3107311148f164f1092997fc4afcbaa65abfdd01cab4b2eef61c7f91ff5d2979921 diff --git a/stratis-cli.spec b/stratis-cli.spec index 2cad0a8..f62896d 100644 --- a/stratis-cli.spec +++ b/stratis-cli.spec @@ -1,5 +1,5 @@ Name: stratis-cli -Version: 2.4.1 +Version: 2.4.2 Release: 1%{?dist} Summary: Command-line tool for interacting with the Stratis daemon @@ -17,7 +17,6 @@ Requires: python3-psutil Requires: python3-dbus-client-gen >= 0.4 Requires: python3-dbus-python-client-gen >= 0.7 Requires: python3-justbytes >= 0.14 -Requires: python3-semantic_version Requires: keyutils >= 1.5 # It runs without, but totally useless @@ -63,6 +62,12 @@ a2x -f manpage docs/stratis.txt %{python3_sitelib}/stratis_cli-*.egg-info/ %changelog +* Thu Jun 17 2021 Bryan Gurney - 2.4.2-1 +- Update to 2.4.2 +- Resolves: rhbz#1914316 +- Remove requirement for python3-semantic_version +- Resolves: rhbz#1972353 + * Fri Jun 11 2021 Bryan Gurney - 2.4.1-1 - Update to 2.4.1 - Resolves: rhbz#1914316