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