/[smecontribs]/rpms/smeserver-sme9admin/contribs9/smeserver-sme9admin.spec
ViewVC logotype

Diff of /rpms/smeserver-sme9admin/contribs9/smeserver-sme9admin.spec

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

Revision 1.2 by stephdl, Fri Aug 21 15:54:13 2015 UTC Revision 1.17 by jpp, Sat Dec 7 04:05:41 2019 UTC
# Line 1  Line 1 
1  # $Id: smeserver-sme9admin.spec,v 1.4 2013/12/30 06:47:01 unnilennium Exp $  # $Id: smeserver-sme9admin.spec,v 1.16 2019/09/10 01:25:21 jpp Exp $
2  # Authority: vip-ire  # Authority: vip-ire
3  # Name: Daniel Berteaud  # Name: Daniel Berteaud
4  #  #
# Line 7  Summary: A graphical monitor, alert rais Line 7  Summary: A graphical monitor, alert rais
7  %define name smeserver-sme9admin  %define name smeserver-sme9admin
8  Name: %{name}  Name: %{name}
9  %define version 1.5  %define version 1.5
10  %define release 15  %define release 30
11  Version: %{version}  Version: %{version}
12  Release: %{release}%{?dist}  Release: %{release}%{?dist}
13  License: GPL  License: GPL
14  Group: Networking/Daemons  Group: Networking/Daemons
15  Source: %{name}-%{version}.tar.gz  Source: %{name}-%{version}.tar.gz
16    Patch0: smeserver-sme9admin-1.5-bz9725-email.patch
17    Patch1: smeserver-sme9admin-1.5-bz8399-traffic.patch
18    Patch2: smeserver-sme9admin-1.5-bz8818-email_accounting.patch
19    Patch3: smeserver-sme9admin-1.5-locale-2016-12-18.patch
20    Patch4: smeserver-sme9admin-1.5-bz9894-utf8.patch
21    Patch5: smeserver-sme9admin-1.5-locale-2016-12-20.patch
22    Patch6: smeserver-sme9admin-1.5-bz9886-bz9889-warnings.patch
23    Patch7: smeserver-sme9admin-1.5-locale-2017-02-02.patch
24    Patch8: smeserver-sme9admin-1.5-locale-2017-03-26.patch
25    Patch9: smeserver-sme9admin-1.5.bz10181.sme8adminmigration.patch
26    Patch10: smeserver-sme9admin-1.5-bz10409-altqmail.patch
27    Patch11: smeserver-sme9admin-1.5-locale-2017-12-02.patch
28    Patch12: smeserver-sme9admin-1.5.bz7683-stop-on-mysql-error.patch
29    Patch13: smeserver-sme9admin-1.5-locale-2019-12-07.patch
30    
31  BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot  BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot
32  BuildArchitectures: noarch  BuildArchitectures: noarch
# Line 32  Obsoletes: smeserver-sme8admin Line 46  Obsoletes: smeserver-sme8admin
46  AutoReqProv: no  AutoReqProv: no
47    
48  %changelog  %changelog
49    * Sat Dec 07 2019 SME Translation Server <translations@contribs.org> 1.5-30.sme
50    - apply locale 2019-12-07 patch
51    
52    * Mon Sep 09 2019 Jean-Philipe Pialasse <tests@pialasse.com> 1.5-29.sme
53    - fix sme9admind die on mysql connection error [SME: 7683]
54    
55    * Sat Dec 02 2017 SME Translation Server <translations@contribs.org> 1.5-28.sme
56    - apply locale 2017-12-02 patch
57    
58    * Mon Aug 14 2017 Jean-Philipe Pialasse <tests@pialasse.com> 1.5-27.sme
59    - add support for altqmail [SME: 10409]
60    
61    * Mon Jul 10 2017 Jean-Philipe Pialasse <tests@pialasse.com> 1.5-26.sme
62    - fix error after migrating sme8admin db, unable to access mysql db [SME: 10181]
63    
64    * Sat Mar 25 2017 Jean-Philipe Pialasse <tests@pialasse.com> 1.5-25.sme
65    - apply locale 2017-03-26 patch
66    
67    * Wed Feb 01 2017 Jean-Philipe Pialasse <tests@pialasse.com> 1.5-24.sme
68    - apply locale 2017-02-02.patch
69    
70    * Sun Jan 01 2017 Jean-Philipe Pialasse <tests@pialasse.com> 1.5-23.sme
71    - fix warning related to raid detection code [SME: 9886]
72    - fix warning related to non existing services removed sinces previous versions [SME: 9889]
73    
74    * Tue Dec 20 2016 Jean-Philipe Pialasse <tests@pialasse.com> 1.5-22.sme
75    - make CGI and pictures utf8 compliant [SME: 9894]
76    - apply smeserver-sme9admin-1.5-locale-2016-12-20.patch
77    
78    * Sat Dec 17 2016 Jean-Philipe Pialasse <tests@pialasse.com> 1.5-21.sme
79    - locals smeserver-sme9admin-1.5-locale-2016-12-18.patch
80    
81    * Sat Dec 17 2016 Jean-Philipe Pialasse <tests@pialasse.com> 1.5-20.sme
82    - fix last patch by adding path to called programs
83    
84    * Thu Dec 15 2016 Jean-Philipe Pialasse <tests@pialasse.com> 1.5-19.sme
85    - fix bad accounting for incoming and outgoing mail [SME: 8818]
86    - mail_in alert now account for all queued emails from qpsmtpd and sqpsmtpd
87    - mail_out alert now account for qmail total remote delivery attempts
88    - known issue : on first run will account more than 5 minutes ( whole log) and will alert for exceeding amount
89    - added accounting of qpsmtpd and sqpsmtpd code
90    - TODO: alert on qmail queue too high, alert on too many qpsmtpd connections
91    
92    * Wed Nov 23 2016 Jean-Philipe Pialasse <tests@pialasse.com> 1.5-18.sme
93    - fix limited size in mysql fields for traffic accounting [SME: 8399]
94    
95    * Wed Nov 23 2016 Jean-Philipe Pialasse <tests@pialasse.com> 1.5-16.sme
96    - add more verbose email alert [SME: 9725]
97    
98  * 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
99  - Initial release to contribs9  - Initial release to contribs9
100    
# Line 98  This contrib is a bit inspired by e-smit Line 161  This contrib is a bit inspired by e-smit
161    
162  %prep  %prep
163  %setup  %setup
164    %patch0 -p1
165    %patch1 -p1
166    %patch2 -p1
167    %patch3 -p1
168    %patch4 -p1
169    %patch5 -p1
170    %patch6 -p1
171    %patch7 -p1
172    %patch8 -p1
173    %patch9 -p1
174    %patch10 -p1
175    %patch11 -p1
176    %patch12 -p1
177    %patch13 -p1
178    
179  %build  %build
180  perl createlinks  perl createlinks
# Line 115  xgettext --from-code UTF-8 -F --no-wrap Line 192  xgettext --from-code UTF-8 -F --no-wrap
192  rm -rf $RPM_BUILD_ROOT  rm -rf $RPM_BUILD_ROOT
193  (cd root   ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT)  (cd root   ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT)
194  rm -f %{name}-%{version}-filelist  rm -f %{name}-%{version}-filelist
195  /sbin/e-smith/genfilelist $RPM_BUILD_ROOT > %{name}-%{version}-filelist  /sbin/e-smith/genfilelist $RPM_BUILD_ROOT \
196    |grep -v '/etc/e-smith/sql/init/sme9admin'\
197    |grep -v '/usr/bin/sme9admind'\
198    |grep -v '/usr/share/doc/smeserver-sme9admin/add_ds_to_rrd.pl'> %{name}-%{version}-filelist
199    
200  %clean  %clean
201  rm -rf $RPM_BUILD_ROOT  rm -rf $RPM_BUILD_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