Changes of Revision 19
[-] | Added | nrpe.changes |
1
2 +------------------------------------------------------------------- 3 +Sun Mar 24 18:09:50 UTC 2013 - cs@linux-administrator.com 4 + 5 +- update to release 2.14 6 +- disable ipv6 patch (needs update) 7 + 8 |
||
[-] | Changed | nrpe.spec ^ |
27 1
2 #!BuildIgnore: post-build-checks 3 %define myname nrpe 4 -%define version 2.12 5 +%define version 2.14 6 %define release 26 7 %define nsusr nagios 8 %define nsgrp nagios 9
10 Source1: %{myname}-rpmlintrc 11 Patch0: %{myname}-suse-init.patch 12 Patch1: %{myname}-config.patch 13 -Patch2: %{myname}-ipv6.patch 14 +#Patch2: %{myname}-ipv6.patch 15 BuildRoot: %{_tmppath}/%{name}-buildroot 16 Prefix: %{_prefix} 17 Prefix: /etc/init.d 18
19 %setup -q -n %{myname}-%{version} 20 %patch0 21 %patch1 22 -%patch2 -p1 23 +##%patch2 -p1 24 25 %pre 26 # Create `nagios' group on the system if necessary 27 |
||
Added | nrpe-2.14.tar.bz2 ^ |