mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-31 01:35:36 +02:00
2010-06-08 Ramon Novoa <rnovoa@artica.es>
* DEBIAN/control, DEBIAN/make_deb_package.sh, pandora_server.spec, lib/PandoraFMS/Config.pm: Updated version strings. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@2878 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
6dfc360982
commit
9c4a10149f
@ -1,3 +1,9 @@
|
|||||||
|
2010-06-08 Ramon Novoa <rnovoa@artica.es>
|
||||||
|
|
||||||
|
* DEBIAN/control, DEBIAN/make_deb_package.sh,
|
||||||
|
pandora_server.spec, lib/PandoraFMS/Config.pm: Updated version
|
||||||
|
strings.
|
||||||
|
|
||||||
2010-06-01 Miguel de Dios <miguel.dedios@artica.es>
|
2010-06-01 Miguel de Dios <miguel.dedios@artica.es>
|
||||||
|
|
||||||
* DEBIAN/postinst: fixed when the package DEB no have previus conf file.
|
* DEBIAN/postinst: fixed when the package DEB no have previus conf file.
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
package: PandoraFMS-Server
|
package: PandoraFMS-Server
|
||||||
Version: 3.1rc1
|
Version: 3.1
|
||||||
Architecture: all
|
Architecture: all
|
||||||
Priority: optional
|
Priority: optional
|
||||||
Section: admin
|
Section: admin
|
||||||
|
@ -14,7 +14,7 @@
|
|||||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
# GNU General Public License for more details.
|
# GNU General Public License for more details.
|
||||||
|
|
||||||
pandora_version="3.1rc1"
|
pandora_version="3.1"
|
||||||
|
|
||||||
package_cpan=1
|
package_cpan=1
|
||||||
package_pandora=1
|
package_pandora=1
|
||||||
|
@ -41,8 +41,8 @@ our @EXPORT = qw(
|
|||||||
);
|
);
|
||||||
|
|
||||||
# version: Defines actual version of Pandora Server for this module only
|
# version: Defines actual version of Pandora Server for this module only
|
||||||
my $pandora_version = "3.1rc1";
|
my $pandora_version = "3.1";
|
||||||
my $pandora_build = "100515";
|
my $pandora_build = "100608";
|
||||||
our $VERSION = $pandora_version." ".$pandora_build;
|
our $VERSION = $pandora_version." ".$pandora_build;
|
||||||
|
|
||||||
# Setup hash
|
# Setup hash
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
# Pandora FMS Server
|
# Pandora FMS Server
|
||||||
#
|
#
|
||||||
%define name pandorafms_server
|
%define name pandorafms_server
|
||||||
%define version 3.1rc1
|
%define version 3.1
|
||||||
%define release 1
|
%define release 1
|
||||||
|
|
||||||
Summary: Pandora FMS Server
|
Summary: Pandora FMS Server
|
||||||
|
Loading…
x
Reference in New Issue
Block a user