diff --git a/pandora_agents/unix/ChangeLog b/pandora_agents/unix/ChangeLog index 47e4f2b35f..66262c8687 100644 --- a/pandora_agents/unix/ChangeLog +++ b/pandora_agents/unix/ChangeLog @@ -1,4 +1,11 @@ +2010-08-04 Sancho Lerena + + * DEBIAN/control, + pandora_agent.spec: Added unzip to dependencies (for fille collection + management). + 2010-08-04 Miguel de Dios + * pandora_agent_daemon: fixed user of daemon, it is root, not dario. 2010-07-28 Junichi Satoh diff --git a/pandora_agents/unix/DEBIAN/control b/pandora_agents/unix/DEBIAN/control index 00a11e90f7..0c8da9e0a7 100755 --- a/pandora_agents/unix/DEBIAN/control +++ b/pandora_agents/unix/DEBIAN/control @@ -6,5 +6,5 @@ Section: admin Installed-Size: 260 Maintainer: Miguel de Dios Homepage: http://pandorafms.org/ -Depends: coreutils, perl +Depends: coreutils, perl, unzip Description: Pandora FMS agents are based on native languages in every platform: scripts that can be written in any language. It’s possible to reproduce any agent in any programming language and can be extended without difficulty the existing ones in order to cover aspects not taken into account up to the moment. These scripts are formed by modules that each one gathers a "chunk" of information. Thus, every agent gathers several "chunks" of information; this one is organized in a data set and stored in a single file, called data file. diff --git a/pandora_agents/unix/pandora_agent.spec b/pandora_agents/unix/pandora_agent.spec index 54f1edb6fa..0d5ac737d4 100755 --- a/pandora_agents/unix/pandora_agent.spec +++ b/pandora_agents/unix/pandora_agent.spec @@ -16,7 +16,7 @@ Packager: Manuel Arostegui Prefix: /usr/share BuildRoot: %{_tmppath}/%{name}-%{version}-buildroot BuildArchitectures: noarch -Requires: coreutils +Requires: coreutils unzip AutoReq: 0 Provides: %{name}-%{version}