From 7e7685ac9bf551756b4a88b25545542cc7e2e5af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jaroslav=20=C5=A0karvada?= Date: Thu, 29 Nov 2012 12:06:16 +0100 Subject: [PATCH] spec: added virt-what requirement --- tuned.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tuned.spec b/tuned.spec index 417b9f9..572456b 100644 --- a/tuned.spec +++ b/tuned.spec @@ -13,10 +13,11 @@ Source: tuned-%{version}.tar.bz2 URL: https://fedorahosted.org/tuned/ BuildArch: noarch BuildRequires: python, systemd-units -Requires(post): systemd-units +Requires(post): systemd-units, virt-what Requires(preun): systemd-units Requires(postun): systemd-units Requires: python-decorator, dbus-python, pygobject2, /usr/bin/cpupower +Requires: virt-what %description The tuned package contains a daemon that tunes system settings dynamically.