From fb850da97bf226b54d19acea6d72316b231cd85c Mon Sep 17 00:00:00 2001 From: Bryan Gurney Date: Thu, 17 Jun 2021 16:33:35 -0400 Subject: [PATCH] Remove unnecessary keyutils Requires line - Remove unnecessary keyutils Requires line - Resolves: rhbz#1914316 Signed-off-by: Bryan Gurney --- stratis-cli.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/stratis-cli.spec b/stratis-cli.spec index f62896d..9fe135f 100644 --- a/stratis-cli.spec +++ b/stratis-cli.spec @@ -1,6 +1,6 @@ Name: stratis-cli Version: 2.4.2 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Command-line tool for interacting with the Stratis daemon License: ASL 2.0 @@ -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: keyutils >= 1.5 # It runs without, but totally useless Requires: stratisd >= 2.4 @@ -62,6 +61,10 @@ a2x -f manpage docs/stratis.txt %{python3_sitelib}/stratis_cli-*.egg-info/ %changelog +* Thu Jun 17 2021 Bryan Gurney - 2.4.2-2 +- Remove unnecessary keyutils Requires line +- Resolves: rhbz#1914316 + * Thu Jun 17 2021 Bryan Gurney - 2.4.2-1 - Update to 2.4.2 - Resolves: rhbz#1914316