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

Changes of Revision 17

[-] Changed icinga-mod_gearman.changes
 
1
@@ -1,4 +1,9 @@
2
 -------------------------------------------------------------------
3
+Wed Feb  9 14:33:37 UTC 2011 - cs@linux-administrator.com
4
+
5
+- split plugins into plugins subpackage 
6
+
7
+-------------------------------------------------------------------
8
 Wed Feb  9 13:27:18 UTC 2011 - cs@linux-administrator.com
9
 
10
 - move check plugins to default plugindir 
11
[-] Changed icinga-mod_gearman.spec ^
44
 
1
@@ -3,7 +3,7 @@
2
 %define pkgname    mod_gearman
3
 Name:      %{monitor}-%{pkgname}
4
 Version:   1.0
5
-Release:   2
6
+Release:   3
7
 Group:     Application/System
8
 License:   GPLv3
9
 Url:       http://labs.consol.de/lang/de/nagios/mod-gearman/
10
@@ -30,6 +30,7 @@
11
 Summary:   The server part of mod_gearman
12
 Requires:  %{monitor}-%{pkgname}
13
 Requires:  %{monitor}
14
+Requires:  %{monitor}-%{pkgname}-plugins = %{version}
15
 
16
 %description server
17
 This package includes reuired files to run a mod_gearman server.
18
@@ -39,6 +40,7 @@
19
 Summary:   The worker part of mod_gearman
20
 Requires:       %{monitor}-%{pkgname}
21
 Requires(pre): pwdutils
22
+Requires:  %{monitor}-%{pkgname}-plugins = %{version}
23
 
24
 %description worker
25
 This package includes only the files needed for a mod_gearman worker.
26
@@ -119,12 +121,15 @@
27
 %dir %{_libdir}/mod_gearman
28
 %{_libdir}/mod_gearman/mod_gearman.o
29
 %{_bindir}/gearman_top
30
+%dir %{_datadir}/mod_gearman
31
+%{_datadir}/mod_gearman/shared.conf
32
+
33
+%files plugins
34
+%defattr(-,root,root)
35
 %dir %{_prefix}/lib/%{monitor}
36
 %dir %{_prefix}/lib/%{monitor}/plugins
37
 %{_prefix}/lib/%{monitor}/plugins/check_gearman
38
 %{_prefix}/lib/%{monitor}/plugins/send_gearman
39
 %{_prefix}/lib/%{monitor}/plugins/send_multi
40
-%dir %{_datadir}/mod_gearman
41
-%{_datadir}/mod_gearman/shared.conf
42
 
43
 %changelog
44