* Fri Jan 24 2025 Brian Read <brianr@koozali.org> 11.0.0-44.sme

- Change to network-online for systemd startup to make sure network is up [SME: 12758]
This commit is contained in:
Brian Read 2025-01-24 19:04:28 +00:00
parent f8d9ec34e3
commit 6d3f8f48c2
2 changed files with 6 additions and 3 deletions

View File

@ -1,7 +1,7 @@
[Unit] [Unit]
Description=Server Manager 2 Mojo Description=Server Manager 2 Mojo
Requires=network.target httpd-e-smith.service ldap.service Requires=network-online.target httpd-e-smith.service ldap.service
After=network.target After=network-online.target
[Service] [Service]
Type=simple Type=simple

View File

@ -2,7 +2,7 @@ Summary: Sme server navigation module : manager 2
%define name smeserver-manager %define name smeserver-manager
Name: %{name} Name: %{name}
%define version 11.0.0 %define version 11.0.0
%define release 43 %define release 44
Version: %{version} Version: %{version}
Release: %{release}%{?dist} Release: %{release}%{?dist}
License: GPL License: GPL
@ -115,6 +115,9 @@ true
%defattr(-,root,root) %defattr(-,root,root)
%changelog %changelog
* Fri Jan 24 2025 Brian Read <brianr@koozali.org> 11.0.0-44.sme
- Change to network-online for systemd startup to make sure network is up [SME: 12758]
* Thu Jan 23 2025 Brian Read <brianr@koozali.org> 11.0.0-43.sme * Thu Jan 23 2025 Brian Read <brianr@koozali.org> 11.0.0-43.sme
- fix access to config file though config plugin for mojo 9.39 [SME: 12885] - fix access to config file though config plugin for mojo 9.39 [SME: 12885]
- Fix password setting for useraccounts and also adjust DB opens - Fix password setting for useraccounts and also adjust DB opens