1
0
Fork 0

spec: make kernel-tools weak dep

The kernel-tools is not available on all arches and Tuned can work
without it.

Signed-off-by: Jaroslav Škarvada <jskarvad@redhat.com>
This commit is contained in:
Jaroslav Škarvada 2017-08-21 11:15:30 +02:00
parent 750530de2e
commit 2c3d96621e
No known key found for this signature in database
GPG key ID: D8E1C00E076E840B

View file

@ -21,9 +21,12 @@ Requires(post): systemd, virt-what
Requires(preun): systemd
Requires(postun): systemd
Requires: python-decorator, dbus-python, pygobject3-base, python-pyudev
Requires: virt-what, python-configobj, ethtool, gawk, kernel-tools, hdparm
Requires: virt-what, python-configobj, ethtool, gawk, hdparm
Requires: util-linux, python-perf, dbus, polkit, python-linux-procfs
Requires: python-schedutils
%if 0%{?fedora} > 22 || 0%{?rhel} > 7
Recommends: kernel-tools
%endif
%description
The tuned package contains a daemon that tunes system settings dynamically.