2009-07-10 Manuel Arostegui <manuel@todo-linux.com>
* pandora_server.spec: Changed the architecture, changed the release, the "_" was a mistake. * pandora_server: Added chkconfig handling. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@1798 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
69305875ab
commit
bf38eb7d64
|
@ -1,3 +1,10 @@
|
|||
2009-07-10 Manuel Arostegui <manuel@todo-linux.com>
|
||||
|
||||
* pandora_server.spec: Changed the architecture, changed the
|
||||
release, the "_" was a mistake.
|
||||
|
||||
* pandora_server: Added chkconfig handling.
|
||||
|
||||
2009-07-09 Manuel Arostegui <manuel@todo-linux.com>
|
||||
|
||||
* pandora_server.spec: Removed unnecessary dependency.
|
||||
|
|
|
@ -5,6 +5,8 @@
|
|||
# Linux Version (generic)
|
||||
# v2.1 Build 081030
|
||||
# http://www.pandorafms.com
|
||||
# chkconfig: 23 99 99
|
||||
# description: Manages starting/stopping of server
|
||||
|
||||
# Configurable path and filenames
|
||||
PANDORA_HOME="/etc/pandora/pandora_server.conf"
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
#
|
||||
%define name PandoraFMS_Server
|
||||
%define version 3.0.0
|
||||
%define release 1_
|
||||
%define release 1
|
||||
|
||||
Summary: Pandora FMS Server
|
||||
Name: %{name}
|
||||
|
@ -17,7 +17,7 @@ Group: System/Monitoring
|
|||
Packager: Manuel Arostegui <marostegui@artica.es>
|
||||
Prefix: /usr/share
|
||||
BuildRoot: %{_tmppath}/%{name}-buildroot
|
||||
BuildArchitectures: i386
|
||||
BuildArchitectures: noarch
|
||||
%if "%{_vendor}" == "suse"
|
||||
Requires: perl-XML-Simple perl-DateManip perl-Net-SNMP
|
||||
%endif
|
||||
|
|
Loading…
Reference in New Issue