From dfefe2a02f38a2516672584a7b0c2c90f77a604d Mon Sep 17 00:00:00 2001 From: Bryan Gurney Date: Mon, 9 Jan 2023 08:08:26 -0500 Subject: [PATCH] send_uevent: remove strict parameter Resolves: rhbz#2158914 Signed-off-by: Bryan Gurney --- .gitignore | 1 + sources | 2 +- stratis-cli.spec | 6 +++++- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 5e6eea3..31035a3 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/sources b/sources index f17824f..6f9e80e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (stratis-cli-3.4.0.tar.gz) = b7b27b6c0116f16763b27b3f7b4e3bd70cc9ae0759e37fd02c24baf89e470ad826dfcb0ba45f586faa4e82b06feab20b56a1b1d8529a5248042380ad9e6515f6 +SHA512 (stratis-cli-3.4.1.tar.gz) = 2ba948bd957da35cfdd7516d6d72152db74f287430dff10c8b9eba0e211212769cfe08d8328b35fa38e55da3af4d1ac1c460e5fe427cb80b7458d5833142faf5 diff --git a/stratis-cli.spec b/stratis-cli.spec index 0a8a520..3e4125c 100644 --- a/stratis-cli.spec +++ b/stratis-cli.spec @@ -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 - 3.4.1-1 +- send_uevent: remove strict parameter +- Resolves: rhbz#2158914 + * Wed Nov 23 2022 Bryan Gurney - 3.4.0-1 - Update to version 3.4.0 - Resolves: rhbz#2124977