2012-06-27 Koichio Kikuchi <koichiro@rworks.jp>
* pandora_console.redhat.spec: Changed php dependencies so that the RPM package can be installed into RHEL/CentOS 5. Also removed unused lines. Merged from 4.0.2 git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@6720 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
efcd724c94
commit
25873bf1f2
|
@ -1,3 +1,11 @@
|
|||
2012-06-27 Koichio Kikuchi <koichiro@rworks.jp>
|
||||
|
||||
* pandora_console.redhat.spec: Changed php dependencies so that the
|
||||
RPM package can be installed into RHEL/CentOS 5. Also removed unused
|
||||
lines.
|
||||
|
||||
Merged from 4.0.2
|
||||
|
||||
2012-06-26 Miguel de Dios <miguel.dedios@artica.es>
|
||||
|
||||
* DEBIAN/control: removed the dependency for "mysql-server" because
|
||||
|
|
|
@ -5,15 +5,11 @@
|
|||
%define version 5.0dev
|
||||
%define release 1
|
||||
|
||||
%define httpd_name httpd
|
||||
# User and Group under which Apache is running
|
||||
%define httpd_name httpd
|
||||
%define httpd_user apache
|
||||
%define httpd_group apache
|
||||
|
||||
# Evaluate PHP version
|
||||
%define phpver_lt_430 %(out=`rpm -q --queryformat='%{VERSION}' php` 2>&1 >/dev/null || out=0 ; out=`echo $out | tr . : | sed s/://g` ; if [ $out -lt 430 ] ; then out=1 ; else out=0; fi ; echo $out)
|
||||
|
||||
Summary: Pandora FMS Console
|
||||
Name: %{name}
|
||||
Version: %{version}
|
||||
|
@ -27,12 +23,12 @@ Group: Productivity/Networking/Web/Utilities
|
|||
Packager: Sancho Lerena <slerena@artica.es>
|
||||
Prefix: /var/www/html
|
||||
BuildRoot: %{_tmppath}/%{name}
|
||||
BuildArchitectures: noarch
|
||||
BuildArch: noarch
|
||||
AutoReq: 0
|
||||
Requires: httpd >= 2.0.0
|
||||
Requires: php >= 5.2.0
|
||||
Requires: php-gd, php-snmp
|
||||
Requires: php-mysql, php-ldap, php-mbstring, php, php-common
|
||||
Requires: %{httpd_name} >= 2.0.0
|
||||
Requires: mod_php >= 5.2.0
|
||||
Requires: php-gd, php-ldap, php-snmp, php-session, php-gettext
|
||||
Requires: php-mysql, php-mbstring, php-zip, php-zlib, php-curl
|
||||
Requires: xorg-x11-fonts-75dpi, xorg-x11-fonts-misc
|
||||
Requires: graphviz
|
||||
Provides: %{name}-%{version}
|
||||
|
@ -70,7 +66,6 @@ else
|
|||
echo "Please, now, point your browser to http://your_IP_address/pandora_console/install.php and follow all the steps described on it."
|
||||
fi
|
||||
|
||||
|
||||
%preun
|
||||
|
||||
# Upgrading
|
||||
|
@ -83,6 +78,5 @@ fi
|
|||
%docdir %{prefix}/pandora_console/docs
|
||||
%{prefix}/pandora_console
|
||||
|
||||
|
||||
%defattr(770,pandora,%{httpd_group})
|
||||
/var/spool/pandora/data_in
|
||||
|
|
Loading…
Reference in New Issue