mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-28 08:14:38 +02:00
Added perl-Sys-log dependency Warning message. TICKET: #2917
This commit is contained in:
parent
3a21ef20d6
commit
fee2fa5854
@ -19,7 +19,7 @@ Prefix: /usr/share
|
|||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-buildroot
|
BuildRoot: %{_tmppath}/%{name}-%{version}-buildroot
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
PreReq: /bin/sed /bin/grep /usr/sbin/useradd
|
PreReq: /bin/sed /bin/grep /usr/sbin/useradd
|
||||||
Requires: coreutils unzip
|
Requires: coreutils unzip perl
|
||||||
AutoReq: 0
|
AutoReq: 0
|
||||||
Provides: %{name}-%{version}
|
Provides: %{name}-%{version}
|
||||||
|
|
||||||
@ -98,6 +98,8 @@ if [ ! -d /var/log/pandora ]; then
|
|||||||
fi
|
fi
|
||||||
/sbin/chkconfig --add pandora_agent_daemon
|
/sbin/chkconfig --add pandora_agent_daemon
|
||||||
/sbin/chkconfig pandora_agent_daemon on
|
/sbin/chkconfig pandora_agent_daemon on
|
||||||
|
echo "You may need to install manually some additional required dependencies:"
|
||||||
|
echo "perl-Sys-Syslog"
|
||||||
|
|
||||||
%preun
|
%preun
|
||||||
|
|
||||||
|
@ -19,7 +19,7 @@ Prefix: /usr/share
|
|||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-buildroot
|
BuildRoot: %{_tmppath}/%{name}-%{version}-buildroot
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
PreReq: %fillup_prereq %insserv_prereq /usr/bin/sed /usr/bin/grep /usr/sbin/useradd
|
PreReq: %fillup_prereq %insserv_prereq /usr/bin/sed /usr/bin/grep /usr/sbin/useradd
|
||||||
Requires: coreutils unzip
|
Requires: coreutils unzip perl
|
||||||
AutoReq: 0
|
AutoReq: 0
|
||||||
Provides: %{name}-%{version}
|
Provides: %{name}-%{version}
|
||||||
|
|
||||||
|
@ -131,6 +131,9 @@ fi
|
|||||||
|
|
||||||
echo "Don't forget to start Tentacle Server daemon if you want to receive"
|
echo "Don't forget to start Tentacle Server daemon if you want to receive"
|
||||||
echo "data using tentacle"
|
echo "data using tentacle"
|
||||||
|
echo " "
|
||||||
|
echo "You may need to install manually some additional required dependencies:"
|
||||||
|
echo "perl-Sys-Syslog"
|
||||||
|
|
||||||
%preun
|
%preun
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user