--- rpms/smeserver-manager/sme10/smeserver-manager.spec 2020/04/14 13:28:09 1.22 +++ rpms/smeserver-manager/sme10/smeserver-manager.spec 2020/04/16 11:40:49 1.23 @@ -1,15 +1,15 @@ -# $Id: smeserver-manager.spec,v 1.21 2020/04/12 09:02:48 michel Exp $ +# $Id: smeserver-manager.spec,v 1.22 2020/04/14 13:28:09 michel Exp $ Summary: Sme server navigation module : manager 2 %define name smeserver-manager Name: %{name} %define version 0.1.0 -%define release 19 +%define release 20 Version: %{version} Release: %{release}%{?dist} License: GPL Group: Networking/Daemons -Source: %{name}-%{version}.tar.xz +Source: %{name}-0.1.0.tar.xz Patch0: %{name}-0.1.0-bz10506.patch Patch1: %{name}-add-basic-files.patch Patch2: %{name}-0.1.0-mojo_struct.patch @@ -27,6 +27,7 @@ Patch13: %{name}-0.1.0-portforwarding-lo Patch14: %{name}-0.1.0-portforwarding-rule-comment-missing.patch Patch15: %{name}-0.1.0-yum_backup_email_cleanup.patch Patch16: %{name}-0.1.0-remove_tests.patch +Patch17: %{name}-0.1.0-routes_locales_navig.patch BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot BuildRequires: e-smith-devtools BuildRequires: gettext @@ -44,6 +45,14 @@ AutoReqProv: no %define dir_mngr /etc/e-smith/web/panels/manager2 %changelog +* Wed Apr 15 2020 Michel Begue 0.1.0-20.sme +- Patch the I18N plugin to accept namespace changes +- Split global locales files to module level +- Consider additional contrib locales files +- Consider additional contrib routes and navigation item +- fix colour button in portforwarding panel +- fix missing esmith::util in starterwebsite panel + * Tue Apr 14 2020 Michel Begue 0.1.0-19.sme - Remove tests : useraccounts, wbl @@ -858,13 +867,15 @@ This RPM contributes the navigation bars %patch14 -p1 %patch15 -p1 %patch16 -p1 +%patch17 -p1 %build perl createlinks # Force creation of potentially empty directories mkdir -p root/etc/e-smith/web/functions2 -mkdir -p root/home/e-smith/db/navigation +mkdir -p root/etc/e-smith/db/routes +mkdir -p root/home/e-smith/db/navigation2 mkdir -p root%{dir_mngr}/html mkdir -p root%{dir_mngr}/cgi-bin/srvmngr/themes/default/public/css