Search
j0ke.net Open Build Service
>
Projects
>
home:netmax
>
nrpe
> Changes
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
Changes of Revision 3
[-]
[+]
Changed
nrpe.spec
@@ -1,5 +1,5 @@ %define name nrpe -%define version 2.9 +%define version 2.11 %define release 1 %define nsusr nagios %define nsgrp nagios @@ -16,7 +16,7 @@ URL: http://www.nagios.org Name: %{name} Version: %{version} -Release: 2.1 +Release: %{release} License: GPL Group: Application/System Source0: %{name}-%{version}.tar.gz @@ -71,6 +71,12 @@ %nnmmsg Unexpected error adding user "%{nsusr}". Aborting install process. fi +if grep ^nrpe /etc/services; then + : # service entry exists +else + echo -e "nrpe\t5666/tcp\t# nagios nrpe" >> /etc/services +fi + # if LSB standard /etc/init.d does not exist, # create it as a symlink to the first match we find if [ -d /etc/init.d -o -L /etc/init.d ]; then @@ -152,6 +158,16 @@ %doc Changelog LEGAL README %changelog +* Sat Dec 29 2007 Carsten Schoene <cs@linux-administrator.com> +- version bump to 2.11 + - Added lib64 library paths to configure script for 64-bit systems (John Maag) + - Added --with-ssl-lib configure script option + - Added --with-log-facility option to control syslog logging (Ryan Ordway and Brian Seklecki) + +* Sun Oct 21 2007 Carsten Schoene <cs@linux-administrator.com> +- version bump to 2.10 +- added entry for nrpe in /etc/services + * Thu Nov 23 2006 Carsten Schoene <cs@linux-administrator.com> - ported this spec to SuSE 10.1
Added
nrpe-2.11.tar.gz
^