Module: check_mk
Branch: master
Commit: db3f9d3fdeeaba9b5cded853b69e55e84ac1ba38
URL:
http://git.mathias-kettner.de/git/?p=check_mk.git;a=commit;h=db3f9d3fdeeaba…
Author: Bernd Stroessenreuther <bs(a)mathias-kettner.de>
Date: Mon Sep 23 16:09:14 2013 +0200
check_mk agent package now requires package time: fixing bug 1047
---
check_mk.spec | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/check_mk.spec b/check_mk.spec
index 4f36971..f8af9b6 100644
--- a/check_mk.spec
+++ b/check_mk.spec
@@ -43,7 +43,7 @@ This package is only needed on the Nagios server.
%package agent
Group: System/Monitoring
-Requires: xinetd
+Requires: xinetd, time
Summary: Linux-Agent for check_mk
AutoReq: off
AutoProv: off
@@ -55,7 +55,7 @@ xinetd to run this agent.
%package agent-scriptless
Group: System/Monitoring
-Requires: xinetd
+Requires: xinetd, time
Summary: Linux-Agent for check_mk
AutoReq: off
AutoProv: off
@@ -69,7 +69,7 @@ own.
%package caching-agent
Group: System/Monitoring
-Requires: xinetd
+Requires: xinetd, time
Summary: Caching Linux-Agent for check_mk
AutoReq: off
AutoProv: off