--- rpms/smeserver-dhcpmanager/contribs10/smeserver-dhcpmanager.spec 2021/03/31 02:32:09 1.5 +++ rpms/smeserver-dhcpmanager/contribs10/smeserver-dhcpmanager.spec 2021/08/22 01:50:40 1.6 @@ -1,6 +1,6 @@ %define name smeserver-dhcpmanager %define version 2.0.4 -%define release 11 +%define release 12 Summary: provide a dhcp panel in the server-manager for The SME Server Name: %{name} @@ -19,6 +19,7 @@ Requires: e-smith-base >= 5.8.0-93 Requires: net-tools Requires: nmap >= 2:6.25 AutoReqProv: no + Patch0: smeserver-dhcpmanager-2.0.4-locale-2015-09-12.patch Patch1: smeserver-dhcpmanager-2.0.4-locale-2016-03-09.patch Patch2: smeserver-dhcpmanager-2.0.4.uniq_by_mac.patch @@ -27,11 +28,15 @@ Patch4: smeserver-dhcpmanager-2.0.4-loca Patch5: smeserver-dhcpmanager-2.0.4-locale-2017-12-02.patch Patch6: smeserver-dhcpmanager-2.0.4-Add-Update-event-to-createlinks.patch Patch7: smeserver-dhcpmanager-2.0.4-bz11506-noCustomTemplates.patch +Patch8: smeserver-dhcpmanager-2.0.4-locale-2021-08-22.patch %description Implementation of some feature arround dhcp clients like : wol, cleaning dhcpd.leases, Scan of your network etc// %changelog +* Sun Aug 22 2021 Terry Fage 2.0.4-12.sme +- apply locale 2021-08-22 patch + * Tue Mar 30 2021 Jean-Philippe Pialasse 2.0.4-11.sme - removing tmeplate custom, merged with core [SME: 11506] - adding third DNS entry [SME: 11506] @@ -119,12 +124,13 @@ Implementation of some feature arround d %patch5 -p1 %patch6 -p1 %patch7 -p1 +%patch8 -p1 + rm -rf root/etc/e-smith/templates-custom %build perl createlinks - %install rm -rf $RPM_BUILD_ROOT (cd root ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT)