From fee2fa5854b345658de0ddf5472eb694d20462b5 Mon Sep 17 00:00:00 2001 From: fermin831 Date: Tue, 2 Feb 2016 16:03:15 +0100 Subject: [PATCH] Added perl-Sys-log dependency Warning message. TICKET: #2917 --- pandora_agents/unix/pandora_agent.redhat.spec | 4 +++- pandora_agents/unix/pandora_agent.spec | 2 +- pandora_server/pandora_server.redhat.spec | 3 +++ 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/pandora_agents/unix/pandora_agent.redhat.spec b/pandora_agents/unix/pandora_agent.redhat.spec index 7944018a9b..4e02851b01 100644 --- a/pandora_agents/unix/pandora_agent.redhat.spec +++ b/pandora_agents/unix/pandora_agent.redhat.spec @@ -19,7 +19,7 @@ Prefix: /usr/share BuildRoot: %{_tmppath}/%{name}-%{version}-buildroot BuildArch: noarch PreReq: /bin/sed /bin/grep /usr/sbin/useradd -Requires: coreutils unzip +Requires: coreutils unzip perl AutoReq: 0 Provides: %{name}-%{version} @@ -98,6 +98,8 @@ if [ ! -d /var/log/pandora ]; then fi /sbin/chkconfig --add pandora_agent_daemon /sbin/chkconfig pandora_agent_daemon on +echo "You may need to install manually some additional required dependencies:" +echo "perl-Sys-Syslog" %preun diff --git a/pandora_agents/unix/pandora_agent.spec b/pandora_agents/unix/pandora_agent.spec index 89948b3cdf..1336aead47 100644 --- a/pandora_agents/unix/pandora_agent.spec +++ b/pandora_agents/unix/pandora_agent.spec @@ -19,7 +19,7 @@ Prefix: /usr/share BuildRoot: %{_tmppath}/%{name}-%{version}-buildroot BuildArch: noarch PreReq: %fillup_prereq %insserv_prereq /usr/bin/sed /usr/bin/grep /usr/sbin/useradd -Requires: coreutils unzip +Requires: coreutils unzip perl AutoReq: 0 Provides: %{name}-%{version} diff --git a/pandora_server/pandora_server.redhat.spec b/pandora_server/pandora_server.redhat.spec index 278a58342a..7ee2557f00 100644 --- a/pandora_server/pandora_server.redhat.spec +++ b/pandora_server/pandora_server.redhat.spec @@ -131,6 +131,9 @@ fi echo "Don't forget to start Tentacle Server daemon if you want to receive" echo "data using tentacle" +echo " " +echo "You may need to install manually some additional required dependencies:" +echo "perl-Sys-Syslog" %preun