Search
j0ke.net Open Build Service
>
Projects
>
home:netmax
>
nsca
> Changes
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
Changes of Revision 9
[-]
[+]
Changed
nsca.spec
@@ -22,6 +22,7 @@ License: GPL Group: Application/System Source0: %{myname}-%{version}.tar.gz +Source1: %{myname}-rpmlintrc Patch1: %{myname}.diff BuildRoot: %{_tmppath}/%{name}-buildroot Requires: bash nagios libmcrypt xinetd @@ -48,7 +49,7 @@ %package send Requires: libmcrypt Group: Application/System -Summary: Provides the send_nsca utility running on the Nagios-Client. +Summary: Provides the send_nsca utility running on the Nagios-Client %description send This program is designed to accept passive service check results from @@ -143,10 +144,13 @@ /usr/bin/send_nsca %defattr(644,root,root) %config(noreplace) /etc/nagios/send_nsca.cfg -%defattr(755,%{nsusr},%{nsgrp}) +%defattr(644,%{nsusr},%{nsgrp}) %doc Changelog LEGAL README SECURITY %changelog +* Fri Jan 09 2009 Carsten Schoene <cs@linux-administrator.com> - 2.7.2 +- fix openSUSE 11.1 build + * Wed Jul 04 2007 Carsten Schoene <cs@linux-administrator.com> - Fixed bug with NSCA daemon eating CPU if child process couldn't accept a connection in multi-process mode (Chris Wilson)
[-]
[+]
Added
nsca-rpmlintrc
^
@@ -0,0 +1,4 @@ +from Config import * +addFilter("nagios-nsca.* unstripped-binary-or-object") +addFilter("nagios-nsca-send.* unstripped-binary-or-object") +addFilter("nagios-nsca.* script-without-shebang")