1 |
%define name smeserver-dhcpmanager |
%define name smeserver-dhcpmanager |
2 |
%define version 2.0.4 |
%define version 2.0.4 |
3 |
%define release 11 |
%define release 12 |
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} |
19 |
Requires: net-tools |
Requires: net-tools |
20 |
Requires: nmap >= 2:6.25 |
Requires: nmap >= 2:6.25 |
21 |
AutoReqProv: no |
AutoReqProv: no |
22 |
|
|
23 |
Patch0: smeserver-dhcpmanager-2.0.4-locale-2015-09-12.patch |
Patch0: smeserver-dhcpmanager-2.0.4-locale-2015-09-12.patch |
24 |
Patch1: smeserver-dhcpmanager-2.0.4-locale-2016-03-09.patch |
Patch1: smeserver-dhcpmanager-2.0.4-locale-2016-03-09.patch |
25 |
Patch2: smeserver-dhcpmanager-2.0.4.uniq_by_mac.patch |
Patch2: smeserver-dhcpmanager-2.0.4.uniq_by_mac.patch |
28 |
Patch5: smeserver-dhcpmanager-2.0.4-locale-2017-12-02.patch |
Patch5: smeserver-dhcpmanager-2.0.4-locale-2017-12-02.patch |
29 |
Patch6: smeserver-dhcpmanager-2.0.4-Add-Update-event-to-createlinks.patch |
Patch6: smeserver-dhcpmanager-2.0.4-Add-Update-event-to-createlinks.patch |
30 |
Patch7: smeserver-dhcpmanager-2.0.4-bz11506-noCustomTemplates.patch |
Patch7: smeserver-dhcpmanager-2.0.4-bz11506-noCustomTemplates.patch |
31 |
|
Patch8: smeserver-dhcpmanager-2.0.4-locale-2021-08-22.patch |
32 |
|
|
33 |
%description |
%description |
34 |
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// |
35 |
|
|
36 |
%changelog |
%changelog |
37 |
|
* Sun Aug 22 2021 Terry Fage <terry.fage@gmail.com> 2.0.4-12.sme |
38 |
|
- apply locale 2021-08-22 patch |
39 |
|
|
40 |
* Tue Mar 30 2021 Jean-Philippe Pialasse <tests@pialasse.com> 2.0.4-11.sme |
* Tue Mar 30 2021 Jean-Philippe Pialasse <tests@pialasse.com> 2.0.4-11.sme |
41 |
- removing tmeplate custom, merged with core [SME: 11506] |
- removing tmeplate custom, merged with core [SME: 11506] |
42 |
- adding third DNS entry [SME: 11506] |
- adding third DNS entry [SME: 11506] |
124 |
%patch5 -p1 |
%patch5 -p1 |
125 |
%patch6 -p1 |
%patch6 -p1 |
126 |
%patch7 -p1 |
%patch7 -p1 |
127 |
|
%patch8 -p1 |
128 |
|
|
129 |
rm -rf root/etc/e-smith/templates-custom |
rm -rf root/etc/e-smith/templates-custom |
130 |
|
|
131 |
%build |
%build |
132 |
perl createlinks |
perl createlinks |
133 |
|
|
|
|
|
134 |
%install |
%install |
135 |
rm -rf $RPM_BUILD_ROOT |
rm -rf $RPM_BUILD_ROOT |
136 |
(cd root ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT) |
(cd root ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT) |