/[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.5 by unnilennium, Wed Nov 23 23:36:51 2016 UTC Revision 1.15 by cvsuser, Sat Dec 2 06:29:11 2017 UTC
# Line 1  Line 1 
1  # $Id: smeserver-sme9admin.spec,v 1.4 2016/11/23 22:09:37 unnilennium Exp $  # $Id: smeserver-sme9admin.spec,v 1.14 2017/08/15 00:22:51 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 18  %define release 28
11  Version: %{version}  Version: %{version}
12  Release: %{release}%{?dist}  Release: %{release}%{?dist}
13  License: GPL  License: GPL
# Line 15  Group: Networking/Daemons Line 15  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  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    
29  BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot  BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot
30  BuildArchitectures: noarch  BuildArchitectures: noarch
# Line 34  Obsoletes: smeserver-sme8admin Line 44  Obsoletes: smeserver-sme8admin
44  AutoReqProv: no  AutoReqProv: no
45    
46  %changelog  %changelog
47    * Sat Dec 02 2017 SME Translation Server <translations@contribs.org> 1.5-28.sme
48    - apply locale 2017-12-02 patch
49    
50    * Mon Aug 14 2017 Jean-Philipe Pialasse <tests@pialasse.com> 1.5-27.sme
51    - add support for altqmail [SME: 10409]
52    
53    * Mon Jul 10 2017 Jean-Philipe Pialasse <tests@pialasse.com> 1.5-26.sme
54    - fix error after migrating sme8admin db, unable to access mysql db [SME: 10181]
55    
56    * Sat Mar 25 2017 Jean-Philipe Pialasse <tests@pialasse.com> 1.5-25.sme
57    - apply locale 2017-03-26 patch
58    
59    * Wed Feb 01 2017 Jean-Philipe Pialasse <tests@pialasse.com> 1.5-24.sme
60    - apply locale 2017-02-02.patch
61    
62    * Sun Jan 01 2017 Jean-Philipe Pialasse <tests@pialasse.com> 1.5-23.sme
63    - fix warning related to raid detection code [SME: 9886]
64    - fix warning related to non existing services removed sinces previous versions [SME: 9889]
65    
66    * Tue Dec 20 2016 Jean-Philipe Pialasse <tests@pialasse.com> 1.5-22.sme
67    - make CGI and pictures utf8 compliant [SME: 9894]
68    - apply smeserver-sme9admin-1.5-locale-2016-12-20.patch
69    
70    * Sat Dec 17 2016 Jean-Philipe Pialasse <tests@pialasse.com> 1.5-21.sme
71    - locals smeserver-sme9admin-1.5-locale-2016-12-18.patch
72    
73    * Sat Dec 17 2016 Jean-Philipe Pialasse <tests@pialasse.com> 1.5-20.sme
74    - fix last patch by adding path to called programs
75    
76    * Thu Dec 15 2016 Jean-Philipe Pialasse <tests@pialasse.com> 1.5-19.sme
77    - fix bad accounting for incoming and outgoing mail [SME: 8818]
78    - mail_in alert now account for all queued emails from qpsmtpd and sqpsmtpd
79    - mail_out alert now account for qmail total remote delivery attempts
80    - known issue : on first run will account more than 5 minutes ( whole log) and will alert for exceeding amount
81    - added accounting of qpsmtpd and sqpsmtpd code
82    - TODO: alert on qmail queue too high, alert on too many qpsmtpd connections
83    
84  * Wed Nov 23 2016 Jean-Philipe Pialasse <tests@pialasse.com> 1.5-18.sme  * Wed Nov 23 2016 Jean-Philipe Pialasse <tests@pialasse.com> 1.5-18.sme
85  - fix limited size in mysql fields for traffic accounting [SME: 8399]  - fix limited size in mysql fields for traffic accounting [SME: 8399]
86    
# Line 108  This contrib is a bit inspired by e-smit Line 155  This contrib is a bit inspired by e-smit
155  %setup  %setup
156  %patch0 -p1  %patch0 -p1
157  %patch1 -p1  %patch1 -p1
158    %patch2 -p1
159    %patch3 -p1
160    %patch4 -p1
161    %patch5 -p1
162    %patch6 -p1
163    %patch7 -p1
164    %patch8 -p1
165    %patch9 -p1
166    %patch10 -p1
167    %patch11 -p1
168    
169  %build  %build
170  perl createlinks  perl createlinks
# Line 125  xgettext --from-code UTF-8 -F --no-wrap Line 182  xgettext --from-code UTF-8 -F --no-wrap
182  rm -rf $RPM_BUILD_ROOT  rm -rf $RPM_BUILD_ROOT
183  (cd root   ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT)  (cd root   ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT)
184  rm -f %{name}-%{version}-filelist  rm -f %{name}-%{version}-filelist
185  /sbin/e-smith/genfilelist $RPM_BUILD_ROOT > %{name}-%{version}-filelist  /sbin/e-smith/genfilelist $RPM_BUILD_ROOT \
186    |grep -v '/etc/e-smith/sql/init/sme9admin'\
187    |grep -v '/usr/bin/sme9admind'\
188    |grep -v '/usr/share/doc/smeserver-sme9admin/add_ds_to_rrd.pl'> %{name}-%{version}-filelist
189    
190  %clean  %clean
191  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