* 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:
parent
f8d9ec34e3
commit
6d3f8f48c2
@ -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
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user