From b9f9750e2842dbcc16fe312fafd65bffc44946c9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jaroslav=20=C5=A0karvada?= Date: Thu, 6 Mar 2014 10:54:20 +0100 Subject: [PATCH] added kernel-tools requirement resolves: rhbz#1072981 --- tuned.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/tuned.spec b/tuned.spec index cbd111b..1e78896 100644 --- a/tuned.spec +++ b/tuned.spec @@ -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 - 2.3.0-3 +- added kernel-tools requirement + resolves: rhbz#1072981 + * Fri Nov 8 2013 Jaroslav Škarvada - 2.3.0-2 - fixed race condition in the start/stop code resolves: rhbz#1028119