/[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.3 by unnilennium, Wed Nov 23 21:49:54 2016 UTC Revision 1.13 by unnilennium, Mon Jul 10 18:49:20 2017 UTC
# Line 1  Line 1 
1  # $Id: smeserver-sme9admin.spec,v 1.2 2015/08/21 15:54:13 stephdl Exp $  # $Id: smeserver-sme9admin.spec,v 1.12 2017/03/26 02:22:21 unnilennium 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 16  %define release 26
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  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    
27  BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot  BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot
28  BuildArchitectures: noarch  BuildArchitectures: noarch
# Line 33  Obsoletes: smeserver-sme8admin Line 42  Obsoletes: smeserver-sme8admin
42  AutoReqProv: no  AutoReqProv: no
43    
44  %changelog  %changelog
45    * Mon Jul 10 2017 Jean-Philipe Pialasse <tests@pialasse.com> 1.5-26.sme
46    - fix error after migrating sme8admin db, unable to access mysql db [SME: 10181]
47    
48    * Sat Mar 25 2017 Jean-Philipe Pialasse <tests@pialasse.com> 1.5-25.sme
49    - apply locale 2017-03-26 patch
50    
51    * Wed Feb 01 2017 Jean-Philipe Pialasse <tests@pialasse.com> 1.5-24.sme
52    - apply locale 2017-02-02.patch
53    
54    * Sun Jan 01 2017 Jean-Philipe Pialasse <tests@pialasse.com> 1.5-23.sme
55    - fix warning related to raid detection code [SME: 9886]
56    - fix warning related to non existing services removed sinces previous versions [SME: 9889]
57    
58    * Tue Dec 20 2016 Jean-Philipe Pialasse <tests@pialasse.com> 1.5-22.sme
59    - make CGI and pictures utf8 compliant [SME: 9894]
60    - apply smeserver-sme9admin-1.5-locale-2016-12-20.patch
61    
62    * Sat Dec 17 2016 Jean-Philipe Pialasse <tests@pialasse.com> 1.5-21.sme
63    - locals smeserver-sme9admin-1.5-locale-2016-12-18.patch
64    
65    * Sat Dec 17 2016 Jean-Philipe Pialasse <tests@pialasse.com> 1.5-20.sme
66    - fix last patch by adding path to called programs
67    
68    * Thu Dec 15 2016 Jean-Philipe Pialasse <tests@pialasse.com> 1.5-19.sme
69    - fix bad accounting for incoming and outgoing mail [SME: 8818]
70    - mail_in alert now account for all queued emails from qpsmtpd and sqpsmtpd
71    - mail_out alert now account for qmail total remote delivery attempts
72    - known issue : on first run will account more than 5 minutes ( whole log) and will alert for exceeding amount
73    - added accounting of qpsmtpd and sqpsmtpd code
74    - TODO: alert on qmail queue too high, alert on too many qpsmtpd connections
75    
76    * Wed Nov 23 2016 Jean-Philipe Pialasse <tests@pialasse.com> 1.5-18.sme
77    - fix limited size in mysql fields for traffic accounting [SME: 8399]
78    
79  * Wed Nov 23 2016 Jean-Philipe Pialasse <tests@pialasse.com> 1.5-16.sme  * Wed Nov 23 2016 Jean-Philipe Pialasse <tests@pialasse.com> 1.5-16.sme
80  - add more verbose email alert [SME: 9725]  - add more verbose email alert [SME: 9725]
81    
# Line 103  This contrib is a bit inspired by e-smit Line 146  This contrib is a bit inspired by e-smit
146  %prep  %prep
147  %setup  %setup
148  %patch0 -p1  %patch0 -p1
149    %patch1 -p1
150    %patch2 -p1
151    %patch3 -p1
152    %patch4 -p1
153    %patch5 -p1
154    %patch6 -p1
155    %patch7 -p1
156    %patch8 -p1
157    %patch9 -p1
158    
159  %build  %build
160  perl createlinks  perl createlinks
# Line 120  xgettext --from-code UTF-8 -F --no-wrap Line 172  xgettext --from-code UTF-8 -F --no-wrap
172  rm -rf $RPM_BUILD_ROOT  rm -rf $RPM_BUILD_ROOT
173  (cd root   ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT)  (cd root   ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT)
174  rm -f %{name}-%{version}-filelist  rm -f %{name}-%{version}-filelist
175  /sbin/e-smith/genfilelist $RPM_BUILD_ROOT > %{name}-%{version}-filelist  /sbin/e-smith/genfilelist $RPM_BUILD_ROOT \
176    |grep -v '/etc/e-smith/sql/init/sme9admin'\
177    |grep -v '/usr/bin/sme9admind'\
178    |grep -v '/usr/share/doc/smeserver-sme9admin/add_ds_to_rrd.pl'> %{name}-%{version}-filelist
179    
180  %clean  %clean
181  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