--- rpms/smeserver-manager/sme10/smeserver-manager.spec 2020/06/13 06:08:01 1.28 +++ rpms/smeserver-manager/sme10/smeserver-manager.spec 2020/07/01 15:16:09 1.29 @@ -1,10 +1,10 @@ -# $Id: smeserver-manager.spec,v 1.27 2020/06/11 06:15:35 michel Exp $ +# $Id: smeserver-manager.spec,v 1.28 2020/06/13 06:08:01 michel Exp $ Summary: Sme server navigation module : manager 2 %define name smeserver-manager Name: %{name} %define version 0.1.0 -%define release 25 +%define release 26 Version: %{version} Release: %{release}%{?dist} License: GPL @@ -33,6 +33,7 @@ Patch19: %{name}-0.1.0-translation_theme Patch20: %{name}-0.1.0-mojo-app_password_menus.patch Patch21: %{name}-0.1.0-missing_translations.patch Patch22: %{name}-0.1.0-bz9457_bz8903_pseudo_acct_swtheme.patch +Patch23: %{name}-0.1.0-start_service.patch BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot BuildRequires: e-smith-devtools @@ -80,6 +81,7 @@ This RPM contributes the navigation bars %patch20 -p1 %patch21 -p1 %patch22 -p1 +%patch23 -p1 %build perl createlinks @@ -143,8 +145,10 @@ then mkdir %{dir_mngr}/themes/default/public/js ln -s /usr/share/javascript/jquery/latest/jquery.min.js %{dir_mngr}/themes/default/public/js/jquery.min.js fi +/sbin/e-smith/expand-template /usr/share/smanager/conf/srvmngr.conf /sbin/e-smith/expand-template /etc/systemd/system/smanager.service systemctl enable smanager.service +systemctl restart smanager.srvice true %postun @@ -152,6 +156,11 @@ true %defattr(-,root,root) %changelog +* Wed Jul 01 2020 Michel Begue 0.1.0-26.sme +- Fix first start error +- Fix incorrect messages and various typos in modules +- Add possibility to hide menu(s) (requires jquery) + * Sat Jun 13 2020 Michel Begue 0.1.0-25.sme - Remove 'Starterwebsite' panel [SME: 8903] - Add choice for creating Pseudonyms [SME: 9457]