Logoj0ke.net Open Build Service > Projects > server:monitoring > nagios-ndoutils > Changes
Sign Up | Log In

Changes of Revision 15

[-] Changed ndoutils.spec
x
 
1
@@ -9,7 +9,7 @@
2
 
3
 Name:           ndoutils
4
 Summary:        Nagios v2.x/v3.x Data Output Utilities
5
-Version:        1.4b7
6
+Version:        1.4b8
7
 Release:        1
8
 Url:            http://www.nagios.org/
9
 License:        GPL v2 or later
10
@@ -118,12 +118,22 @@
11
         command_line    /bin/mv /var/spool/nagios/ndo.dat /var/spool/nagios/ndo.\`date +%s\`
12
         }
13
 EOF
14
-
15
+chmod -x db/prepsql
16
+chmod -x db/upgradedb
17
+chmod -x db/installdb
18
+strip %{buildroot}%{_bindir}/file2sock
19
+strip %{buildroot}%{_bindir}/log2ndo
20
+strip %{buildroot}%{_bindir}/sockdebug
21
+strip %{buildroot}%{_sbindir}/ndo2db
22
 
23
 %clean
24
 %__rm -rf %{buildroot}
25
 
26
+%postun
27
+%insserv_cleanup ndo2db
28
 
29
+%preun
30
+%stop_on_removal ndo2db
31
 
32
 %files 
33
 %defattr(-,root,root)
34
@@ -143,6 +153,24 @@
35
 %{_prefix}/lib/nagios/brokers/ndomod.o
36
 
37
 %changelog
38
+* Sat Jul 18 2009 Carsten Schoene <cs@linux-administrator.com> - 1.4b8-1
39
+- new release 1.4b8
40
+ - Added additional error messages during failed startup
41
+ - Better MySQL library detection (Ton Voon, Herbert Straub, and Nagios Plugin Team)
42
+ - Removed Postgres options to configure script, as it is not yet supported
43
+ - Compiler flag fix for building on GNU/kFreeBSD systems (Hendrik Frenzel)
44
+ - Added lock_file option
45
+ - Fix debug file permission race (Lars Michelsen)
46
+ - More error reporting if debug file can not be opened
47
+ - Fix wait for childs on SIGCHLD
48
+ - Added long_output support
49
+ - Fix missing SIGTERM forwarding to childs
50
+ - Fix fmt specifier in ndo2db_daemonize()
51
+ - Escape custom values in 'customvariablestatus' and 'customvariables'
52
+ - Fix ndomod doesn't execute rotate_command propperly
53
+ - Fix several compiler warnings
54
+ - Rewrite ndo2db init script, install it with 'make install-init'
55
+
56
 * Wed May 07 2008 Carsten Schoene <cs@linux-administrator.com> - 1.4b7-1
57
 - initial import
58
 - replaced some commands with macros
59
Added ndoutils-1.4b8.tar.bz2 ^