Update to 2.4.2

- Update to 2.4.2
- Resolves: rhbz#1914316
- Remove requirement for python3-semantic_version
- Resolves: rhbz#1972353

Signed-off-by: Bryan Gurney <bgurney@redhat.com>
This commit is contained in:
Bryan Gurney 2021-06-17 15:44:57 -04:00
parent 0b2e7ffcc0
commit efa89b2b88
3 changed files with 9 additions and 3 deletions

1
.gitignore vendored
View File

@ -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

View File

@ -1 +1 @@
SHA512 (stratis-cli-2.4.1.tar.gz) = 1d318fb244ad1ef48882e686cace0166237ead7261e26c9197e3b98517128013c1c9b9978ad894e9f0e7d90bd312d98246b39a80f90e3d0fd7a88618110137e7
SHA512 (stratis-cli-2.4.2.tar.gz) = 7bfeafa6a52ba05ecd4cb3db791305effabeb73f4aff4d520ddad5da693ba3107311148f164f1092997fc4afcbaa65abfdd01cab4b2eef61c7f91ff5d2979921

View File

@ -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 <bgurney@redhat.com> - 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 <bgurney@redhat.com> - 2.4.1-1
- Update to 2.4.1
- Resolves: rhbz#1914316