1 |
%define name smeserver-dhcpmanager |
%define name smeserver-dhcpmanager |
2 |
%define version 2.0.2 |
%define version 2.0.4 |
3 |
%define release 2 |
%define release 6 |
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} |
18 |
Requires: net-tools |
Requires: net-tools |
19 |
Requires: nmap >= 2:6.25 |
Requires: nmap >= 2:6.25 |
20 |
AutoReqProv: no |
AutoReqProv: no |
21 |
Patch0: smeserver-dhcpmanager-2.0.2-locale-2015-08-17.patch |
Patch0: smeserver-dhcpmanager-2.0.4-locale-2015-09-12.patch |
22 |
|
Patch1: smeserver-dhcpmanager-2.0.4-locale-2016-03-09.patch |
23 |
|
Patch2: smeserver-dhcpmanager-2.0.4.uniq_by_mac.patch |
24 |
|
Patch3: smeserver-dhcpmanager-2.0.4-locale-2017-02-02.patch |
25 |
%description |
%description |
26 |
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// |
27 |
|
|
28 |
%changelog |
%changelog |
29 |
|
* Mon Mar 13 2017 Jean-Philipe Pialasse <tests@pialasse.com> 2.0.4-6.sme |
30 |
|
- fix issue with last patch deleting pt-br file [SME: 10150] |
31 |
|
|
32 |
|
* Wed Feb 01 2017 Jean-Philipe Pialasse <tests@pialasse.com> 2.0.4-5.sme |
33 |
|
- apply locale 2017-02-02.patch |
34 |
|
|
35 |
|
* Tue Jun 28 2016 stephane de Labrusse <stephdl@de-labrusse.fr> 2.0.4-4.sme |
36 |
|
- sort the IP table by uniq mac address with the last dhcp lease |
37 |
|
|
38 |
|
* Wed Mar 09 2016 JP Pialasse <tests@pialasse.com> 2.0.4-3.sme |
39 |
|
- apply locale 2016-03-09 patch |
40 |
|
|
41 |
|
* Sat Sep 12 2015 stephane de Labrusse <stephdl@de-labrusse.fr> 2.0.4-2.sme |
42 |
|
- Added smeserver-dhcpmanager-2.0.4-locale-2015-09-12.patch |
43 |
|
|
44 |
|
* Tue Aug 18 2015 stephane de Labrusse <stephdl@de-labrusse.fr> 2.0.4-1.sme |
45 |
|
- new tarball 2.0.4 |
46 |
|
|
47 |
|
* Tue Aug 18 2015 stephane de Labrusse <stephdl@de-labrusse.fr> 2.0.3-1.sme |
48 |
|
- new tarball 2.0.3 |
49 |
|
|
50 |
* Mon Aug 17 2015 stephane de Labrusse <stephdl@de-labrusse.fr> 2.0.2-2.sme |
* Mon Aug 17 2015 stephane de Labrusse <stephdl@de-labrusse.fr> 2.0.2-2.sme |
51 |
- added locale smeserver-dhcpmanager-2.0.2-locale-2015-08-17.patch |
- added locale smeserver-dhcpmanager-2.0.2-locale-2015-08-17.patch |
52 |
|
|
88 |
%prep |
%prep |
89 |
%setup |
%setup |
90 |
%patch0 -p1 |
%patch0 -p1 |
91 |
|
%patch1 -p1 |
92 |
|
%patch2 -p1 |
93 |
|
%patch3 -p1 |
94 |
|
|
95 |
%build |
%build |
96 |
perl createlinks |
perl createlinks |