--- rpms/smeserver-webhosting/contribs10/smeserver-webhosting.spec 2023/11/11 03:31:06 1.11 +++ rpms/smeserver-webhosting/contribs10/smeserver-webhosting.spec 2024/03/01 11:21:03 1.12 @@ -1,6 +1,6 @@ %define name smeserver-webhosting %define version 0.0.9 -%define release 17 +%define release 18 Name: %{name} Version: %{version} @@ -31,6 +31,7 @@ Patch9: smeserver-webhosting-0.0.9-bz117 Patch10: smeserver-webhosting-0.0.9-Add-extra-class-attribute-to-sm2-panel.patch Patch11: smeserver-webhosting-0.0.9-locale-2022-11-11.patch Patch12: smeserver-webhosting-0.0.9-bz12429-memorylimit.patch +Patch13: smeserver-webhosting-0.0.9-Alter-menu-category-for-new-arrangement.patch %description allow to change php/apache settings to ibays, only yet for sme9 @@ -50,6 +51,7 @@ allow to change php/apache settings to i %patch10 -p1 %patch11 -p1 %patch12 -p1 +%patch13 -p1 %build perl createlinks @@ -68,12 +70,21 @@ rm -rf %{name}-%{version} %pre %preun %post + +if (systemctl list-unit-files |grep smanager) then + echo "Smanager restart in spec file" + /sbin/e-smith/signal-event smanager-refresh; +fi + %postun %files -f %{name}-%{version}-filelist %defattr(-,root,root) %changelog +* Fri Mar 01 2024 Brian Read 0.0.9-18.sme +- Edit Menu entry to conform to new arrangements [SME: 12493] + * Fri Nov 10 2023 Jean-Philippe Pialasse 0.0.9-17.sme - add more memory limit options [SME: 12429]