--- rpms/smeserver-smeadmin/contribs10/smeserver-smeadmin.spec 2023/12/18 16:38:35 1.15 +++ rpms/smeserver-smeadmin/contribs10/smeserver-smeadmin.spec 2024/05/20 03:12:23 1.18 @@ -7,7 +7,7 @@ Summary: A graphical monitor, alert rais %define name smeserver-smeadmin Name: %{name} %define version 1.6 -%define release 11 +%define release 13 Version: %{version} Release: %{release}%{?dist} License: GPL @@ -24,6 +24,7 @@ Patch7: smeserver-smeadmin-1.6-bz11643-s Patch8: smeserver-smeadmin-1.6-locale-2022-11-11.patch Patch9: smeserver-smeadmin-1.6-bz12447-auth-qpsmtpd.patch Patch10: smeserver-smeadmin-1.6-bz10244-bz11754-translation.patch +Patch11: smeserver-smeadmin-1.6-bz12684-fixppoe-FTTH.patch BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot BuildArchitectures: noarch @@ -66,6 +67,8 @@ This contrib is a bit inspired by e-smit %patch8 -p1 %patch9 -p1 %patch10 -p1 +%patch11 -p1 + %build perl createlinks %{__mkdir_p} root/etc/e-smith/web/panels/manager/html/smeadmin @@ -102,11 +105,15 @@ rm -rf $RPM_BUILD_ROOT %defattr(-,root,root) %changelog -* Mon Dec 18 2023 Jean-Philippe Pialasse 1.6-11.sme +* Sun May 19 2024 Jean-Philippe Pialasse 1.6-13.sme +- fix pppoe not loging [SME: 12684] + increase db volume field. filter display to last 24 months + display in GB/MB instead of GiB/kiB + +* Fri Dec 22 2023 Jean-Philippe Pialasse 1.6-12.sme - add accounting of auth_failed [SME: 12447] adding php8* services -- fix translation [SME: 10244] -- fix translation [SME: 11754] +- fix translation, reworked [SME: 10244] * Fri Nov 11 2022 Jean-Philippe Pialasse 1.6-10.sme - apply locale 2022-11-11 patch