--- rpms/smeserver-sme9admin/contribs9/smeserver-sme9admin.spec 2016/11/23 23:36:51 1.5 +++ rpms/smeserver-sme9admin/contribs9/smeserver-sme9admin.spec 2017/03/26 02:22:21 1.12 @@ -1,4 +1,4 @@ -# $Id: smeserver-sme9admin.spec,v 1.4 2016/11/23 22:09:37 unnilennium Exp $ +# $Id: smeserver-sme9admin.spec,v 1.11 2017/02/02 04:00:40 unnilennium Exp $ # Authority: vip-ire # Name: Daniel Berteaud # @@ -7,7 +7,7 @@ Summary: A graphical monitor, alert rais %define name smeserver-sme9admin Name: %{name} %define version 1.5 -%define release 18 +%define release 25 Version: %{version} Release: %{release}%{?dist} License: GPL @@ -15,6 +15,13 @@ Group: Networking/Daemons Source: %{name}-%{version}.tar.gz Patch0: smeserver-sme9admin-1.5-bz9725-email.patch Patch1: smeserver-sme9admin-1.5-bz8399-traffic.patch +Patch2: smeserver-sme9admin-1.5-bz8818-email_accounting.patch +Patch3: smeserver-sme9admin-1.5-locale-2016-12-18.patch +Patch4: smeserver-sme9admin-1.5-bz9894-utf8.patch +Patch5: smeserver-sme9admin-1.5-locale-2016-12-20.patch +Patch6: smeserver-sme9admin-1.5-bz9886-bz9889-warnings.patch +Patch7: smeserver-sme9admin-1.5-locale-2017-02-02.patch +Patch8: smeserver-sme9admin-1.5-locale-2017-03-26.patch BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot BuildArchitectures: noarch @@ -34,6 +41,34 @@ Obsoletes: smeserver-sme8admin AutoReqProv: no %changelog +* Sat Mar 25 2017 Jean-Philipe Pialasse 1.5-25.sme +- apply locale 2017-03-26 patch + +* Wed Feb 01 2017 Jean-Philipe Pialasse 1.5-24.sme +- apply locale 2017-02-02.patch + +* Sun Jan 01 2017 Jean-Philipe Pialasse 1.5-23.sme +- fix warning related to raid detection code [SME: 9886] +- fix warning related to non existing services removed sinces previous versions [SME: 9889] + +* Tue Dec 20 2016 Jean-Philipe Pialasse 1.5-22.sme +- make CGI and pictures utf8 compliant [SME: 9894] +- apply smeserver-sme9admin-1.5-locale-2016-12-20.patch + +* Sat Dec 17 2016 Jean-Philipe Pialasse 1.5-21.sme +- locals smeserver-sme9admin-1.5-locale-2016-12-18.patch + +* Sat Dec 17 2016 Jean-Philipe Pialasse 1.5-20.sme +- fix last patch by adding path to called programs + +* Thu Dec 15 2016 Jean-Philipe Pialasse 1.5-19.sme +- fix bad accounting for incoming and outgoing mail [SME: 8818] +- mail_in alert now account for all queued emails from qpsmtpd and sqpsmtpd +- mail_out alert now account for qmail total remote delivery attempts +- known issue : on first run will account more than 5 minutes ( whole log) and will alert for exceeding amount +- added accounting of qpsmtpd and sqpsmtpd code +- TODO: alert on qmail queue too high, alert on too many qpsmtpd connections + * Wed Nov 23 2016 Jean-Philipe Pialasse 1.5-18.sme - fix limited size in mysql fields for traffic accounting [SME: 8399] @@ -108,6 +143,13 @@ This contrib is a bit inspired by e-smit %setup %patch0 -p1 %patch1 -p1 +%patch2 -p1 +%patch3 -p1 +%patch4 -p1 +%patch5 -p1 +%patch6 -p1 +%patch7 -p1 +%patch8 -p1 %build perl createlinks @@ -125,7 +167,10 @@ xgettext --from-code UTF-8 -F --no-wrap 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 > %{name}-%{version}-filelist +/sbin/e-smith/genfilelist $RPM_BUILD_ROOT \ +|grep -v '/etc/e-smith/sql/init/sme9admin'\ +|grep -v '/usr/bin/sme9admind'\ +|grep -v '/usr/share/doc/smeserver-sme9admin/add_ds_to_rrd.pl'> %{name}-%{version}-filelist %clean rm -rf $RPM_BUILD_ROOT