--- rpms/smeserver-manager/sme10/smeserver-manager.spec 2020/06/08 17:27:18 1.26 +++ rpms/smeserver-manager/sme10/smeserver-manager.spec 2020/06/11 06:15:35 1.27 @@ -1,10 +1,10 @@ -# $Id: smeserver-manager.spec,v 1.25 2020/05/08 13:02:16 michel Exp $ +# $Id: smeserver-manager.spec,v 1.26 2020/06/08 17:27:18 michel Exp $ Summary: Sme server navigation module : manager 2 %define name smeserver-manager Name: %{name} %define version 0.1.0 -%define release 23 +%define release 24 Version: %{version} Release: %{release}%{?dist} License: GPL @@ -31,6 +31,8 @@ Patch17: %{name}-0.1.0-routes_locales_na Patch18: %{name}-0.1.0-error_success_routes_locales.patch Patch19: %{name}-0.1.0-translation_themes.patch Patch20: %{name}-0.1.0-mojo-app_password_menus.patch +Patch21: %{name}-0.1.0-missing_translations.patch + BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot BuildRequires: e-smith-devtools BuildRequires: gettext @@ -75,6 +77,7 @@ This RPM contributes the navigation bars %patch18 -p1 %patch19 -p1 %patch20 -p1 +%patch21 -p1 %build perl createlinks @@ -147,6 +150,9 @@ true %defattr(-,root,root) %changelog +* Wed Jun 10 2020 Michel Begue 0.1.0-24.sme +- Fix missing translations for some panels + * Mon Jun 08 2020 Michel Begue 0.1.0-23.sme - Transform to Mojo application (apache/mod_proxy mode) - Add internal login and multi mode menus