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

Changes of Revision 50

[-] Changed icinga-mod_gearman.changes
 
1
@@ -1,4 +1,9 @@
2
 -------------------------------------------------------------------
3
+Mon Jan 14 10:33:06 UTC 2013 - cs@linux-administrator.com
4
+
5
+- added upstream fix icinga-mod_gearman-neb_FD_leak-fix.patch 
6
+
7
+-------------------------------------------------------------------
8
 Sun Jan 13 16:51:00 UTC 2013 - cs@linux-administrator.com
9
 
10
 - update to release 1.4.2
11
[-] Changed icinga-mod_gearman.spec ^
20
 
1
@@ -14,6 +14,8 @@
2
 Patch0:        mod_gearman-init-worker.patch
3
 Patch1:        mod_gearman-worker-config.patch
4
 Patch2:        mod_gearman-logrotate.patch
5
+# upstream fixes
6
+Patch10:   icinga-mod_gearman-neb_FD_leak-fix.patch
7
 BuildRoot: %{_tmppath}/%{name}-%{version}-root
8
 BuildRequires: gcc-c++ gearmand-devel >= 0.14 ncurses-devel sed
9
 BuildRequires: %{monitor}
10
@@ -64,6 +66,9 @@
11
 %patch1
12
 %patch2
13
 
14
+# upstream fixes
15
+%patch10 -p1
16
+
17
 %build
18
 [ ! -f ./configure ] && ./autogen.sh
19
 %configure \
20
[+] Added icinga-mod_gearman-neb_FD_leak-fix.patch ^