forked from rpms/stratis-cli
Remove unnecessary keyutils Requires line
- Remove unnecessary keyutils Requires line - Resolves: rhbz#1914316 Signed-off-by: Bryan Gurney <bgurney@redhat.com>
This commit is contained in:
parent
efa89b2b88
commit
fb850da97b
@ -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 <bgurney@redhat.com> - 2.4.2-2
|
||||
- Remove unnecessary keyutils Requires line
|
||||
- Resolves: rhbz#1914316
|
||||
|
||||
* Thu Jun 17 2021 Bryan Gurney <bgurney@redhat.com> - 2.4.2-1
|
||||
- Update to 2.4.2
|
||||
- Resolves: rhbz#1914316
|
||||
|
Loading…
Reference in New Issue
Block a user