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:
raulmateos 2008-09-22 17:33:31 +00:00
parent 1192e67cee
commit deb2bb9277
2 changed files with 11 additions and 5 deletions

View File

@ -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>
* pandoradb_data.sql: Changed FTP module's TCP received string, set
@ -305,7 +309,9 @@
2008-09-02 Esteban Sanchez <estebans@artica.es>
* 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
the user is not the free one.

View File

@ -1,8 +1,8 @@
#
# Pandora Console
# Pandora FMS Console
#
%define name PandoraFMS_Console
%define version 1.3.1
%define version 2.0.0
%define release 1
@ -48,14 +48,14 @@
# 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: Web Console for PandoraFMS
Summary: Web Console for Pandora FMS
Name: %{name}
Version: %{version}
Release: %{release}
License: GPL
Vendor: Sancho Lerena <sancho.lerena@artica.es>
Source0: %{name}-%{version}.tar.gz
URL: http://pandora.sf.net
URL: http://www.pandorafms.com
Group: Productivity/Networking/Web/Utilities
Packager: Manuel Arostegui <marostegui@artica.es>