Logoj0ke.net Open Build Service > Projects > home:netmax > nrpe > Changes
Sign Up | Log In

Changes of Revision 13

[-] Changed nrpe.spec
x
 
1
@@ -1,7 +1,7 @@
2
 #!BuildIgnore:          post-build-checks
3
 %define myname nrpe
4
 %define version 2.12
5
-%define release 20
6
+%define release 22
7
 %define nsusr nagios
8
 %define nsgrp nagios
9
 %define nsport 5666
10
@@ -24,6 +24,7 @@
11
 Source1:   %{myname}-rpmlintrc
12
 Patch0:        %{myname}-suse-init.patch
13
 Patch1:        %{myname}-config.patch
14
+Patch2:        %{myname}-ipv6.patch
15
 BuildRoot: %{_tmppath}/%{name}-buildroot
16
 Prefix:        %{_prefix}
17
 Prefix:        /etc/init.d
18
@@ -67,6 +68,7 @@
19
 %setup -q -n %{myname}-%{version}
20
 %patch0
21
 %patch1
22
+%patch2
23
 
24
 %pre
25
 # Create `nagios' group on the system if necessary
26
@@ -184,6 +186,9 @@
27
 %doc Changelog LEGAL README
28
 
29
 %changelog
30
+* Thu Feb 03 2011 Carsten Schoene <cs@linux-administrator.com> - 2.12-22
31
+- added nrpe-ipv6.patch
32
+
33
 * Tue Apr 20 2010 Carsten Schoene <cs@linux-administrator.com> - 2.12-20
34
 - added nrpe_local.cfg and nrpe.d directory to nrpe configuration
35
 - activated sudo by default
36
[+] Added nrpe-ipv6.patch ^