2010-11-10 Sancho Lerena <slerena@artica.es>
* pandora_server.spec lib/PandoraFMS/Config.pm pandora_server.redhat.spec: Last details on specs. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@3568 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
e1dd530186
commit
56349651ca
|
@ -1,3 +1,9 @@
|
|||
2010-11-10 Sancho Lerena <slerena@artica.es>
|
||||
|
||||
* pandora_server.spec
|
||||
lib/PandoraFMS/Config.pm
|
||||
pandora_server.redhat.spec: Last details on specs.
|
||||
|
||||
2010-11-10 Miguel de Dios <miguel.dedios@artica.es>
|
||||
|
||||
* DEBIAN/postinst, DEBIAN/prerm, DEBIAN/make_deb_package.sh: fixed the use
|
||||
|
|
|
@ -42,7 +42,7 @@ our @EXPORT = qw(
|
|||
|
||||
# version: Defines actual version of Pandora Server for this module only
|
||||
my $pandora_version = "3.2RC1";
|
||||
my $pandora_build = "101027";
|
||||
my $pandora_build = "101108";
|
||||
our $VERSION = $pandora_version." ".$pandora_build;
|
||||
|
||||
# Setup hash
|
||||
|
|
|
@ -12,7 +12,6 @@ Release: %{release}
|
|||
License: GPL
|
||||
Vendor: ArticaST <http://www.artica.es>
|
||||
Source0: %{name}-%{version}.tar.gz
|
||||
Patch0: %{name}-3.1-init.patch
|
||||
URL: http://www.pandorafms.com
|
||||
Group: System/Monitoring
|
||||
Packager: Sancho Lerena <slerena@artica.es>
|
||||
|
@ -36,7 +35,6 @@ Pandora FMS is a monitoring system for big IT environments. It uses remote tests
|
|||
rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
%setup -q -n pandora_server
|
||||
%patch0 -p2 -b .init
|
||||
|
||||
%build
|
||||
#$%{__perl} Makefile.PL INSTALLDIRS=vendor
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
#
|
||||
%define name pandorafms_server
|
||||
%define version 3.2RC1
|
||||
%define release 2
|
||||
%define release 1
|
||||
|
||||
Summary: Pandora FMS Server
|
||||
Name: %{name}
|
||||
|
|
Loading…
Reference in New Issue