* Sat Oct 04 2025 Brian Read <brianr@koozali.org> 2.0.4-25.sme

- Remove smanager-refresh from spec file [SME: 13212]
This commit is contained in:
2025-10-04 09:09:16 +01:00
parent 0d0b1733a9
commit 4fa4c7a67d

View File

@@ -1,6 +1,6 @@
%define name smeserver-dhcpmanager %define name smeserver-dhcpmanager
%define version 2.0.4 %define version 2.0.4
%define release 24 %define release 25
Summary: provide a dhcp panel in the server-manager for The SME Server Summary: provide a dhcp panel in the server-manager for The SME Server
Name: %{name} Name: %{name}
@@ -25,6 +25,9 @@ AutoReqProv: no
Implementation of some feature arround dhcp clients like : wol, cleaning dhcpd.leases, Scan of your network etc// Implementation of some feature arround dhcp clients like : wol, cleaning dhcpd.leases, Scan of your network etc//
%changelog %changelog
* Sat Oct 04 2025 Brian Read <brianr@koozali.org> 2.0.4-25.sme
- Remove smanager-refresh from spec file [SME: 13212]
* Sat Sep 27 2025 Brian Read <brianr@koozali.org> 2.0.4-24.sme * Sat Sep 27 2025 Brian Read <brianr@koozali.org> 2.0.4-24.sme
- Fix crash in network scan [SME: 13180] - Fix crash in network scan [SME: 13180]
- Remove spinners as no longer necessary [SME: 13189] - Remove spinners as no longer necessary [SME: 13189]
@@ -175,10 +178,6 @@ rm -rf %{name}-%{version}
%preun %preun
%post %post
if (systemctl list-unit-files |grep smanager) then
echo "Smanager restart in spec file"
/sbin/e-smith/signal-event smanager-refresh;
fi
true true