Update to 2.4.2

This commit is contained in:
mulhern 2021-06-15 15:56:51 -04:00
parent 0934554299
commit 1c6afb6e3b
3 changed files with 7 additions and 3 deletions

1
.gitignore vendored
View File

@ -16,3 +16,4 @@
/stratis-cli-2.3.0.tar.gz
/stratis-cli-2.4.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,6 +1,6 @@
Name: stratis-cli
Version: 2.4.1
Release: 2%{?dist}
Version: 2.4.2
Release: 1%{?dist}
Summary: Command-line tool for interacting with the Stratis daemon
License: ASL 2.0
@ -52,6 +52,9 @@ install -Dpm0644 -t %{buildroot}%{_mandir}/man8 docs/stratis.8
%{python3_sitelib}/stratis_cli-*.egg-info/
%changelog
* Tue Jun 15 2021 mulhern <amulhern@redhat.com> - 2.4.2-1
- Update to 2.4.2
* Fri Jun 04 2021 Python Maint <python-maint@redhat.com> - 2.4.1-2
- Rebuilt for Python 3.10