send_uevent: remove strict parameter

Resolves: rhbz#2158914

Signed-off-by: Bryan Gurney <bgurney@redhat.com>
This commit is contained in:
Bryan Gurney 2023-01-09 08:08:26 -05:00
parent a02012ad84
commit dfefe2a02f
3 changed files with 7 additions and 2 deletions

1
.gitignore vendored
View File

@ -20,3 +20,4 @@
/stratis-cli-3.1.0.tar.gz
/stratis-cli-3.2.0.tar.gz
/stratis-cli-3.4.0.tar.gz
/stratis-cli-3.4.1.tar.gz

View File

@ -1 +1 @@
SHA512 (stratis-cli-3.4.0.tar.gz) = b7b27b6c0116f16763b27b3f7b4e3bd70cc9ae0759e37fd02c24baf89e470ad826dfcb0ba45f586faa4e82b06feab20b56a1b1d8529a5248042380ad9e6515f6
SHA512 (stratis-cli-3.4.1.tar.gz) = 2ba948bd957da35cfdd7516d6d72152db74f287430dff10c8b9eba0e211212769cfe08d8328b35fa38e55da3af4d1ac1c460e5fe427cb80b7458d5833142faf5

View File

@ -1,5 +1,5 @@
Name: stratis-cli
Version: 3.4.0
Version: 3.4.1
Release: 1%{?dist}
Summary: Command-line tool for interacting with the Stratis daemon
@ -65,6 +65,10 @@ a2x -f manpage docs/stratis.txt
%{python3_sitelib}/stratis_cli-*.egg-info/
%changelog
* Mon Jan 09 2023 Bryan Gurney <bgurney@redhat.com> - 3.4.1-1
- send_uevent: remove strict parameter
- Resolves: rhbz#2158914
* Wed Nov 23 2022 Bryan Gurney <bgurney@redhat.com> - 3.4.0-1
- Update to version 3.4.0
- Resolves: rhbz#2124977