mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-09-25 19:09:08 +02:00
2008-09-22 Raul Mateos <raulofpandora@gmail.com>
* pandora_console.spec: Changed URL. Added FMS to name. Updated version. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@1109 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
237496fd15
commit
27ba5ba6be
@ -1,3 +1,7 @@
|
|||||||
|
2008-09-22 Raul Mateos <raulofpandora@gmail.com>
|
||||||
|
|
||||||
|
* pandora_console.spec: Changed URL. Added FMS to name. Updated version.
|
||||||
|
|
||||||
2008-09-22 Manuel Arostegui <marostegui@artica.es>
|
2008-09-22 Manuel Arostegui <marostegui@artica.es>
|
||||||
|
|
||||||
* pandoradb_data.sql: Changed FTP module's TCP received string, set
|
* pandoradb_data.sql: Changed FTP module's TCP received string, set
|
||||||
@ -305,7 +309,9 @@
|
|||||||
2008-09-02 Esteban Sanchez <estebans@artica.es>
|
2008-09-02 Esteban Sanchez <estebans@artica.es>
|
||||||
|
|
||||||
* extensions/update_manager.php: Style correction. Removed force
|
* extensions/update_manager.php: Style correction. Removed force
|
||||||
updating of the settings.
|
updating of 2008-09-01 Raul Mateos <raulofpandora@gmail.com>
|
||||||
|
|
||||||
|
* operation/snmp/snmp_console/snmp_view.php: Added style to buttons.the settings.
|
||||||
|
|
||||||
* extensions/update_manager/load_updatemanager.php: Run the keygen if
|
* extensions/update_manager/load_updatemanager.php: Run the keygen if
|
||||||
the user is not the free one.
|
the user is not the free one.
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
#
|
#
|
||||||
# Pandora Console
|
# Pandora FMS Console
|
||||||
#
|
#
|
||||||
%define name PandoraFMS_Console
|
%define name PandoraFMS_Console
|
||||||
%define version 1.3.1
|
%define version 2.0.0
|
||||||
%define release 1
|
%define release 1
|
||||||
|
|
||||||
|
|
||||||
@ -48,14 +48,14 @@
|
|||||||
# Evaluate PHP version
|
# 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)
|
%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: Web Console for PandoraFMS
|
Summary: Web Console for Pandora FMS
|
||||||
Name: %{name}
|
Name: %{name}
|
||||||
Version: %{version}
|
Version: %{version}
|
||||||
Release: %{release}
|
Release: %{release}
|
||||||
License: GPL
|
License: GPL
|
||||||
Vendor: Sancho Lerena <sancho.lerena@artica.es>
|
Vendor: Sancho Lerena <sancho.lerena@artica.es>
|
||||||
Source0: %{name}-%{version}.tar.gz
|
Source0: %{name}-%{version}.tar.gz
|
||||||
URL: http://pandora.sf.net
|
URL: http://www.pandorafms.com
|
||||||
Group: Productivity/Networking/Web/Utilities
|
Group: Productivity/Networking/Web/Utilities
|
||||||
Packager: Manuel Arostegui <marostegui@artica.es>
|
Packager: Manuel Arostegui <marostegui@artica.es>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user