added kernel-tools requirement
resolves: rhbz#1072981
This commit is contained in:
parent
1b9485026a
commit
b9f9750e28
@ -1,7 +1,7 @@
|
||||
Summary: A dynamic adaptive system tuning daemon
|
||||
Name: tuned
|
||||
Version: 2.3.0
|
||||
Release: 2%{?dist}
|
||||
Release: 3%{?dist}
|
||||
License: GPLv2+
|
||||
Source: https://fedorahosted.org/releases/t/u/tuned/tuned-%{version}.tar.bz2
|
||||
URL: https://fedorahosted.org/tuned/
|
||||
@ -11,7 +11,7 @@ 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
|
||||
Requires: virt-what, python-configobj, ethtool, gawk, kernel-tools
|
||||
Patch0: tuned-2.3.0-fix-race.patch
|
||||
Patch1: tuned-2.3.0-timing-improvements.patch
|
||||
|
||||
@ -159,6 +159,10 @@ sed -i 's|.*/\([^/]\+\)/[^\.]\+\.conf|\1|' /etc/tuned/active_profile
|
||||
%{_prefix}/lib/tuned/spindown-disk
|
||||
|
||||
%changelog
|
||||
* Thu Mar 6 2014 Jaroslav Škarvada <jskarvad@redhat.com> - 2.3.0-3
|
||||
- added kernel-tools requirement
|
||||
resolves: rhbz#1072981
|
||||
|
||||
* Fri Nov 8 2013 Jaroslav Škarvada <jskarvad@redhat.com> - 2.3.0-2
|
||||
- fixed race condition in the start/stop code
|
||||
resolves: rhbz#1028119
|
||||
|
Loading…
Reference in New Issue
Block a user