/[smecontribs]/rpms/smeserver-smeadmin/contribs10/smeserver-smeadmin.spec
ViewVC logotype

Diff of /rpms/smeserver-smeadmin/contribs10/smeserver-smeadmin.spec

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

Revision 1.12 by jpp, Sun Sep 18 20:38:27 2022 UTC Revision 1.14 by jpp, Mon Dec 18 16:25:40 2023 UTC
# Line 7  Summary: A graphical monitor, alert rais Line 7  Summary: A graphical monitor, alert rais
7  %define name smeserver-smeadmin  %define name smeserver-smeadmin
8  Name: %{name}  Name: %{name}
9  %define version 1.6  %define version 1.6
10  %define release 9  %define release 11
11  Version: %{version}  Version: %{version}
12  Release: %{release}%{?dist}  Release: %{release}%{?dist}
13  License: GPL  License: GPL
# Line 21  Patch4: smeserver-smeadmin-1.6-bz11642-b Line 21  Patch4: smeserver-smeadmin-1.6-bz11642-b
21  Patch5: smeserver-smeadmin-1.6-locale-2022-07-29.patch  Patch5: smeserver-smeadmin-1.6-locale-2022-07-29.patch
22  Patch6: smeserver-smeadmin-1.6-bz12023-backup.patch  Patch6: smeserver-smeadmin-1.6-bz12023-backup.patch
23  Patch7: smeserver-smeadmin-1.6-bz11643-services.patch  Patch7: smeserver-smeadmin-1.6-bz11643-services.patch
24    Patch8: smeserver-smeadmin-1.6-locale-2022-11-11.patch
25    Patch9: smeserver-smeadmin-1.6-bz12447-auth-qpsmtpd.patch
26    
27  BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot  BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot
28  BuildArchitectures: noarch  BuildArchitectures: noarch
# Line 38  Requires: lm_sensors Line 40  Requires: lm_sensors
40  #Obsoletes: smeserver-sme8admin  #Obsoletes: smeserver-sme8admin
41    
42  AutoReqProv: no  AutoReqProv: no
43    %description
44    The main part of smeadmin is a daemon which gathers informations from logs
45    and other tools like systat, it then feed a mysql database and create RRD
46    graphs about your system state.
47    This daemon can also send periodics mails (with some logs), and alerts mails
48    based on configurable thresolds.
49    
50    A panel is also available in the server-manager, with which you can access gathered
51    data, display the RRD graphs and configure the service.
52    
53    This contrib is a bit inspired by e-smith-sysmon from Shad Lords.
54    
55    %prep
56    %setup
57    %patch0 -p1
58    %patch1 -p1
59    %patch2 -p1
60    %patch3 -p1
61    %patch4 -p1
62    %patch5 -p1
63    %patch6 -p1
64    %patch7 -p1
65    %patch8 -p1
66    %patch9 -p1
67    
68    %build
69    perl createlinks
70    %{__mkdir_p} root/etc/e-smith/web/panels/manager/html/smeadmin
71    %{__mkdir_p} root/usr/share/locale/en_US/LC_MESSAGES
72    
73    xgettext --from-code UTF-8 -F --no-wrap -L perl \
74            -o root/usr/share/locale/en_US/LC_MESSAGES/smeadmin.po \
75            root/etc/e-smith/web/functions/smeadmin \
76            root/usr/bin/smeadmind
77    
78    /sbin/e-smith/generate-lexicons
79    
80    %install
81    rm -rf $RPM_BUILD_ROOT
82    (cd root   ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT)
83    rm -f %{name}-%{version}-filelist
84    /sbin/e-smith/genfilelist $RPM_BUILD_ROOT \
85    --file /usr/bin/smeadmind 'attr(755,root,root)' \
86    --file /usr/share/doc/smeserver-smeadmin/add_ds_to_rrd.pl 'attr(755,root,root)' \
87     > %{name}-%{version}-filelist
88    
89    %clean
90    rm -rf $RPM_BUILD_ROOT
91    
92    %pre
93    
94    %preun
95    
96    %post
97    
98    %postun
99    
100    %files -f %{name}-%{version}-filelist
101    %defattr(-,root,root)
102    
103  %changelog  %changelog
104    * Mon Dec 18 2023 Jean-Philippe Pialasse <tests@pialasse.com> 1.6-11.sme
105    - add accounting of auth_failed [SME: 12447]
106      adding php8* services
107    
108    * Fri Nov 11 2022 Jean-Philippe Pialasse <tests@pialasse.com> 1.6-10.sme
109    - apply locale 2022-11-11 patch
110    
111  * Sun Sep 18 2022 Jean-Philippe Pialasse <tests@pialasse.com> 1.6-9.sme  * Sun Sep 18 2022 Jean-Philippe Pialasse <tests@pialasse.com> 1.6-9.sme
112  - fix misisng stopped services [SME: 11643]  - fix misisng stopped services [SME: 11643]
113    
# Line 80  AutoReqProv: no Line 148  AutoReqProv: no
148  * Sat Dec 07 2019 SME Translation Server <translations@contribs.org> 1.5-30.sme  * Sat Dec 07 2019 SME Translation Server <translations@contribs.org> 1.5-30.sme
149  - apply locale 2019-12-07 patch  - apply locale 2019-12-07 patch
150    
151  * Mon Sep 09 2019 Jean-Philipe Pialasse <tests@pialasse.com> 1.5-29.sme  * Mon Sep 09 2019 Jean-Philippe Pialasse <tests@pialasse.com> 1.5-29.sme
152  - Re-build and link to latest devtools smeadmind die on mysql connection error [SME: 7683]  - Re-build and link to latest devtools smeadmind die on mysql connection error [SME: 7683]
153    
154  * Sat Dec 02 2017 SME Translation Server <translations@contribs.org> 1.5-28.sme  * Sat Dec 02 2017 SME Translation Server <translations@contribs.org> 1.5-28.sme
155  - apply locale 2017-12-02 patch  - apply locale 2017-12-02 patch
156    
157  * Mon Aug 14 2017 Jean-Philipe Pialasse <tests@pialasse.com> 1.5-27.sme  * Mon Aug 14 2017 Jean-Philippe Pialasse <tests@pialasse.com> 1.5-27.sme
158  - add support for altqmail [SME: 10409]  - add support for altqmail [SME: 10409]
159    
160  * Mon Jul 10 2017 Jean-Philipe Pialasse <tests@pialasse.com> 1.5-26.sme  * Mon Jul 10 2017 Jean-Philippe Pialasse <tests@pialasse.com> 1.5-26.sme
161  - Re-build and link to latest devtools error after migrating sme8admin db, unable to access mysql db [SME: 10181]  - Re-build and link to latest devtools error after migrating sme8admin db, unable to access mysql db [SME: 10181]
162    
163  * Sat Mar 25 2017 Jean-Philipe Pialasse <tests@pialasse.com> 1.5-25.sme  * Sat Mar 25 2017 Jean-Philippe Pialasse <tests@pialasse.com> 1.5-25.sme
164  - apply locale 2017-03-26 patch  - apply locale 2017-03-26 patch
165    
166  * Wed Feb 01 2017 Jean-Philipe Pialasse <tests@pialasse.com> 1.5-24.sme  * Wed Feb 01 2017 Jean-Philippe Pialasse <tests@pialasse.com> 1.5-24.sme
167  - apply locale 2017-02-02.patch  - apply locale 2017-02-02.patch
168    
169  * Sun Jan 01 2017 Jean-Philipe Pialasse <tests@pialasse.com> 1.5-23.sme  * Sun Jan 01 2017 Jean-Philippe Pialasse <tests@pialasse.com> 1.5-23.sme
170  - Re-build and link to latest devtools warning related to raid detection code [SME: 9886]  - Re-build and link to latest devtools warning related to raid detection code [SME: 9886]
171  - Re-build and link to latest devtools warning related to non existing services removed sinces previous versions [SME: 9889]  - Re-build and link to latest devtools warning related to non existing services removed sinces previous versions [SME: 9889]
172    
173  * Tue Dec 20 2016 Jean-Philipe Pialasse <tests@pialasse.com> 1.5-22.sme  * Tue Dec 20 2016 Jean-Philippe Pialasse <tests@pialasse.com> 1.5-22.sme
174  - make CGI and pictures utf8 compliant [SME: 9894]  - make CGI and pictures utf8 compliant [SME: 9894]
175  - apply smeserver-smeadmin-1.5-locale-2016-12-20.patch  - apply smeserver-smeadmin-1.5-locale-2016-12-20.patch
176    
177  * Sat Dec 17 2016 Jean-Philipe Pialasse <tests@pialasse.com> 1.5-21.sme  * Sat Dec 17 2016 Jean-Philippe Pialasse <tests@pialasse.com> 1.5-21.sme
178  - locals smeserver-smeadmin-1.5-locale-2016-12-18.patch  - locals smeserver-smeadmin-1.5-locale-2016-12-18.patch
179    
180  * Sat Dec 17 2016 Jean-Philipe Pialasse <tests@pialasse.com> 1.5-20.sme  * Sat Dec 17 2016 Jean-Philippe Pialasse <tests@pialasse.com> 1.5-20.sme
181  - Re-build and link to latest devtools last patch by adding path to called programs  - Re-build and link to latest devtools last patch by adding path to called programs
182    
183  * Thu Dec 15 2016 Jean-Philipe Pialasse <tests@pialasse.com> 1.5-19.sme  * Thu Dec 15 2016 Jean-Philippe Pialasse <tests@pialasse.com> 1.5-19.sme
184  - Re-build and link to latest devtools bad accounting for incoming and outgoing mail [SME: 8818]  - Re-build and link to latest devtools bad accounting for incoming and outgoing mail [SME: 8818]
185  - mail_in alert now account for all queued emails from qpsmtpd and sqpsmtpd  - mail_in alert now account for all queued emails from qpsmtpd and sqpsmtpd
186  - mail_out alert now account for qmail total remote delivery attempts  - mail_out alert now account for qmail total remote delivery attempts
# Line 120  AutoReqProv: no Line 188  AutoReqProv: no
188  - added accounting of qpsmtpd and sqpsmtpd code  - added accounting of qpsmtpd and sqpsmtpd code
189  - TODO: alert on qmail queue too high, alert on too many qpsmtpd connections  - TODO: alert on qmail queue too high, alert on too many qpsmtpd connections
190    
191  * Wed Nov 23 2016 Jean-Philipe Pialasse <tests@pialasse.com> 1.5-18.sme  * Wed Nov 23 2016 Jean-Philippe Pialasse <tests@pialasse.com> 1.5-18.sme
192  - Re-build and link to latest devtools limited size in mysql fields for traffic accounting [SME: 8399]  - Re-build and link to latest devtools limited size in mysql fields for traffic accounting [SME: 8399]
193    
194  * Wed Nov 23 2016 Jean-Philipe Pialasse <tests@pialasse.com> 1.5-16.sme  * Wed Nov 23 2016 Jean-Philippe Pialasse <tests@pialasse.com> 1.5-16.sme
195  - add more verbose email alert [SME: 9725]  - add more verbose email alert [SME: 9725]
196    
197  * Fri Aug 21 2015 stephane de Labrusse <stephdl@de-labrusse.fr> 1.5-15.sme  * Fri Aug 21 2015 stephane de Labrusse <stephdl@de-labrusse.fr> 1.5-15.sme
# Line 163  AutoReqProv: no Line 231  AutoReqProv: no
231  * Wed Jun 18 2014 stephane de labrusse <stephdl@de-labrusse.fr> 1.5-6.sme  * Wed Jun 18 2014 stephane de labrusse <stephdl@de-labrusse.fr> 1.5-6.sme
232  - Initial release to sme9  - Initial release to sme9
233    
234  * Sun Dec 15 2013 JP Pialasse <test@pialasse.com> 1.3-4.sme  * Sun Dec 15 2013 Jean-Philippe Pialasse <tests@pialasse.com> 1.3-4.sme
235  - Re-build and link to latest devtools obsolete missing [SME: 7109]  - Re-build and link to latest devtools obsolete missing [SME: 7109]
236  - Re-build and link to latest devtools pppoe and vpn loging [SME: 8061]  - Re-build and link to latest devtools pppoe and vpn loging [SME: 8061]
237  - added monthly ppoe log    - added monthly ppoe log  
238  - Re-build and link to latest devtools stop on mysql error too many connections [SME: 7683]    - Re-build and link to latest devtools stop on mysql error too many connections [SME: 7683]  
239    
240  * Sun Sep 09 2012 JP Pialasse <test@pialasse.com> 1.3-3.sme  * Sun Sep 09 2012 Jean-Philippe Pialasse <tests@pialasse.com> 1.3-3.sme
241  - startup fix [SME 3022]  - startup fix [SME 3022]
242    
243  * Wed Aug 15 2012 JP Pialasse <test@pialasse.com> 1.3-2.sme  * Wed Aug 15 2012 Jean-Philippe Pialasse <tests@pialasse.com> 1.3-2.sme
244  - 64 bits [SME 7040]  - 64 bits [SME 7040]
245    
246  * Sun Jun 10 2012 JP Pialasse <test@pialasse.com> 1.3-1.sme  * Sun Jun 10 2012 Jean-Philippe Pialasse <tests@pialasse.com> 1.3-1.sme
247  - Initial version  - Initial version
248    
 %description  
 The main part of smeadmin is a daemon which gathers informations from logs  
 and other tools like systat, it then feed a mysql database and create RRD  
 graphs about your system state.  
 This daemon can also send periodics mails (with some logs), and alerts mails  
 based on configurable thresolds.  
   
 A panel is also available in the server-manager, with which you can access gathered  
 data, display the RRD graphs and configure the service.  
   
 This contrib is a bit inspired by e-smith-sysmon from Shad Lords.  
   
 %prep  
 %setup  
 %patch0 -p1  
 %patch1 -p1  
 %patch2 -p1  
 %patch3 -p1  
 %patch4 -p1  
 %patch5 -p1  
 %patch6 -p1  
 %patch7 -p1  
   
 %build  
 perl createlinks  
 %{__mkdir_p} root/etc/e-smith/web/panels/manager/html/smeadmin  
 %{__mkdir_p} root/usr/share/locale/en_US/LC_MESSAGES  
   
 xgettext --from-code UTF-8 -F --no-wrap -L perl \  
         -o root/usr/share/locale/en_US/LC_MESSAGES/smeadmin.po \  
         root/etc/e-smith/web/functions/smeadmin \  
         root/usr/bin/smeadmind  
   
 /sbin/e-smith/generate-lexicons  
   
 %install  
 rm -rf $RPM_BUILD_ROOT  
 (cd root   ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT)  
 rm -f %{name}-%{version}-filelist  
 /sbin/e-smith/genfilelist $RPM_BUILD_ROOT \  
 --file /usr/bin/smeadmind 'attr(755,root,root)' \  
 --file /usr/share/doc/smeserver-smeadmin/add_ds_to_rrd.pl 'attr(755,root,root)' \  
  > %{name}-%{version}-filelist  
   
 %clean  
 rm -rf $RPM_BUILD_ROOT  
   
 %pre  
   
 %preun  
   
 %post  
   
 %postun  
   
 %files -f %{name}-%{version}-filelist  
 %defattr(-,root,root)  


Legend:
Removed lines/characters  
Changed lines/characters
  Added lines/characters

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed