1 |
# $Id: smeserver-sme9admin.spec,v 1.4 2016/11/23 22:09:37 unnilennium Exp $ |
# $Id: smeserver-sme9admin.spec,v 1.9 2016/12/20 05:42:40 unnilennium Exp $ |
2 |
# Authority: vip-ire |
# Authority: vip-ire |
3 |
# Name: Daniel Berteaud |
# Name: Daniel Berteaud |
4 |
# |
# |
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 23 |
11 |
Version: %{version} |
Version: %{version} |
12 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
13 |
License: GPL |
License: GPL |
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 |
|
|
24 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
25 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
39 |
AutoReqProv: no |
AutoReqProv: no |
40 |
|
|
41 |
%changelog |
%changelog |
42 |
|
* Sun Jan 01 2017 Jean-Philipe Pialasse <tests@pialasse.com> 1.5-23.sme |
43 |
|
- fix warning related to raid detection code [SME: 9886] |
44 |
|
- fix warning related to non existing services removed sinces previous versions [SME: 9889] |
45 |
|
|
46 |
|
* Tue Dec 20 2016 Jean-Philipe Pialasse <tests@pialasse.com> 1.5-22.sme |
47 |
|
- make CGI and pictures utf8 compliant [SME: 9894] |
48 |
|
- apply smeserver-sme9admin-1.5-locale-2016-12-20.patch |
49 |
|
|
50 |
|
* Sat Dec 17 2016 Jean-Philipe Pialasse <tests@pialasse.com> 1.5-21.sme |
51 |
|
- locals smeserver-sme9admin-1.5-locale-2016-12-18.patch |
52 |
|
|
53 |
|
* Sat Dec 17 2016 Jean-Philipe Pialasse <tests@pialasse.com> 1.5-20.sme |
54 |
|
- fix last patch by adding path to called programs |
55 |
|
|
56 |
|
* Thu Dec 15 2016 Jean-Philipe Pialasse <tests@pialasse.com> 1.5-19.sme |
57 |
|
- fix bad accounting for incoming and outgoing mail [SME: 8818] |
58 |
|
- mail_in alert now account for all queued emails from qpsmtpd and sqpsmtpd |
59 |
|
- mail_out alert now account for qmail total remote delivery attempts |
60 |
|
- known issue : on first run will account more than 5 minutes ( whole log) and will alert for exceeding amount |
61 |
|
- added accounting of qpsmtpd and sqpsmtpd code |
62 |
|
- TODO: alert on qmail queue too high, alert on too many qpsmtpd connections |
63 |
|
|
64 |
* 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 |
65 |
- fix limited size in mysql fields for traffic accounting [SME: 8399] |
- fix limited size in mysql fields for traffic accounting [SME: 8399] |
66 |
|
|
135 |
%setup |
%setup |
136 |
%patch0 -p1 |
%patch0 -p1 |
137 |
%patch1 -p1 |
%patch1 -p1 |
138 |
|
%patch2 -p1 |
139 |
|
%patch3 -p1 |
140 |
|
%patch4 -p1 |
141 |
|
%patch5 -p1 |
142 |
|
%patch6 -p1 |
143 |
|
|
144 |
%build |
%build |
145 |
perl createlinks |
perl createlinks |
157 |
rm -rf $RPM_BUILD_ROOT |
rm -rf $RPM_BUILD_ROOT |
158 |
(cd root ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT) |
(cd root ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT) |
159 |
rm -f %{name}-%{version}-filelist |
rm -f %{name}-%{version}-filelist |
160 |
/sbin/e-smith/genfilelist $RPM_BUILD_ROOT > %{name}-%{version}-filelist |
/sbin/e-smith/genfilelist $RPM_BUILD_ROOT \ |
161 |
|
|grep -v '/etc/e-smith/sql/init/sme9admin'\ |
162 |
|
|grep -v '/usr/bin/sme9admind'\ |
163 |
|
|grep -v '/usr/share/doc/smeserver-sme9admin/add_ds_to_rrd.pl'> %{name}-%{version}-filelist |
164 |
|
|
165 |
%clean |
%clean |
166 |
rm -rf $RPM_BUILD_ROOT |
rm -rf $RPM_BUILD_ROOT |