1 |
%define name smeserver-dhcpmanager |
%define name smeserver-dhcpmanager |
2 |
%define version 2.0.4 |
%define version 2.0.4 |
3 |
%define release 15 |
%define release 18 |
4 |
|
|
5 |
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 |
6 |
Name: %{name} |
Name: %{name} |
32 |
Patch9: smeserver-dhcpmanager-2.0.4-Add-panels-for-SM2.patch |
Patch9: smeserver-dhcpmanager-2.0.4-Add-panels-for-SM2.patch |
33 |
Patch10: smeserver-dhcpmanager-2.0.4-More-changes-for-sm2-panels.patch |
Patch10: smeserver-dhcpmanager-2.0.4-More-changes-for-sm2-panels.patch |
34 |
Patch11: smeserver-dhcpmanager-2.0.4-Yet-more-changes-for-SM2-panels.patch |
Patch11: smeserver-dhcpmanager-2.0.4-Yet-more-changes-for-SM2-panels.patch |
35 |
|
Patch12: smeserver-dhcpmanager-2.0.4-Fix-JS-Error-on-load-and-typo-in-table-class-name.patch |
36 |
|
Patch13: smeserver-dhcpmanager-2.0.4-Alter-menu-category-for-new-arrangement.patch |
37 |
|
Patch14: smeserver-dhcpmanager-2.0.4-locale-2024-09-05.patch |
38 |
|
|
39 |
%description |
%description |
40 |
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// |
41 |
|
|
42 |
%changelog |
%changelog |
43 |
|
* Thu Sep 05 2024 Terry Fage <terry@fage.id.au> 2.0.4-18.sme |
44 |
|
- apply locale 2024-09-05.patch |
45 |
|
|
46 |
|
* Fri Mar 01 2024 Brian Read <brianr@koozali.org> 2.0.4-17.sme |
47 |
|
- Edit Menu entry to conform to new arrangements [SME: 12493] |
48 |
|
|
49 |
|
|
50 |
|
* Wed Feb 07 2024 Brian Read <brianr@koozali.org> 2.0.4-16.sme |
51 |
|
- Fix JS error on load and typo in table class name [SME: 12468] |
52 |
|
|
53 |
* Sat Dec 30 2023 Brian Read <brianr@koozali.org> 2.0.4-15.sme |
* Sat Dec 30 2023 Brian Read <brianr@koozali.org> 2.0.4-15.sme |
54 |
- Add more fixes for SM2 panels [SME:11850] |
- Add more fixes for SM2 panels [SME:11850] |
157 |
%patch9 -p1 |
%patch9 -p1 |
158 |
%patch10 -p1 |
%patch10 -p1 |
159 |
%patch11 -p1 |
%patch11 -p1 |
160 |
|
%patch12 -p1 |
161 |
|
%patch13 -p1 |
162 |
|
%patch14 -p1 |
163 |
|
|
164 |
rm -rf root/etc/e-smith/templates-custom |
rm -rf root/etc/e-smith/templates-custom |
165 |
|
|
182 |
%preun |
%preun |
183 |
|
|
184 |
%post |
%post |
185 |
if [ -f /usr/share/smanager/lib/SrvMngr.pm ] |
if (systemctl list-unit-files |grep smanager) then |
186 |
then |
echo "Smanager restart in spec file" |
187 |
rm -f /usr/share/smanager/lib/I18N/Modules/Dhcpd/en.pm |
/sbin/e-smith/signal-event smanager-refresh; |
|
/usr/sbin/e-smith/signal-event smanager-refresh |
|
188 |
fi |
fi |
189 |
true |
true |
190 |
|
|