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:
parent
750530de2e
commit
2c3d96621e
1 changed files with 4 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue