From af580048aaeeabdf82e8f182447e8401ba968a8d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jaroslav=20=C5=A0karvada?= Date: Mon, 29 Oct 2012 14:09:31 +0100 Subject: [PATCH] spec: added cpupower as requirement --- tuned.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tuned.spec b/tuned.spec index 085ac89..6edc6cb 100644 --- a/tuned.spec +++ b/tuned.spec @@ -16,7 +16,7 @@ BuildRequires: python, systemd-units Requires(post): systemd-units Requires(preun): systemd-units Requires(postun): systemd-units -Requires: python-decorator, dbus-python, pygobject2 +Requires: python-decorator, dbus-python, pygobject2, /usr/bin/cpupower %description The tuned package contains a daemon that tunes system settings dynamically.