--- rpms/smeserver-sme9admin/contribs9/smeserver-sme9admin.spec 2016/11/23 23:36:51 1.5 +++ rpms/smeserver-sme9admin/contribs9/smeserver-sme9admin.spec 2019/12/07 04:05:41 1.17 @@ -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.16 2019/09/10 01:25:21 jpp 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 30 Version: %{version} Release: %{release}%{?dist} License: GPL @@ -15,6 +15,18 @@ 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 +Patch9: smeserver-sme9admin-1.5.bz10181.sme8adminmigration.patch +Patch10: smeserver-sme9admin-1.5-bz10409-altqmail.patch +Patch11: smeserver-sme9admin-1.5-locale-2017-12-02.patch +Patch12: smeserver-sme9admin-1.5.bz7683-stop-on-mysql-error.patch +Patch13: smeserver-sme9admin-1.5-locale-2019-12-07.patch BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot BuildArchitectures: noarch @@ -34,6 +46,49 @@ Obsoletes: smeserver-sme8admin AutoReqProv: no %changelog +* Sat Dec 07 2019 SME Translation Server 1.5-30.sme +- apply locale 2019-12-07 patch + +* Mon Sep 09 2019 Jean-Philipe Pialasse 1.5-29.sme +- fix sme9admind die on mysql connection error [SME: 7683] + +* Sat Dec 02 2017 SME Translation Server 1.5-28.sme +- apply locale 2017-12-02 patch + +* Mon Aug 14 2017 Jean-Philipe Pialasse 1.5-27.sme +- add support for altqmail [SME: 10409] + +* Mon Jul 10 2017 Jean-Philipe Pialasse 1.5-26.sme +- fix error after migrating sme8admin db, unable to access mysql db [SME: 10181] + +* 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 +163,18 @@ 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 +%patch9 -p1 +%patch10 -p1 +%patch11 -p1 +%patch12 -p1 +%patch13 -p1 %build perl createlinks @@ -125,7 +192,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