1 |
%define name smeserver-dhcpmanager |
%define name smeserver-dhcpmanager |
2 |
%define version 2.0.3 |
%define version 2.0.4 |
3 |
%define release 1 |
%define release 7 |
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.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 |
|
Patch4: smeserver-dhcpmanager-2.0.4-locale-2017-03-25.patch |
26 |
|
|
27 |
%description |
%description |
28 |
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// |
29 |
|
|
30 |
%changelog |
%changelog |
31 |
|
* Sat Mar 25 2017 Jean-Philipe Pialasse <tests@pialasse.com> 2.0.4-7.sme |
32 |
|
- apply locale 2017-03-25 patch |
33 |
|
|
34 |
|
* Mon Mar 13 2017 Jean-Philipe Pialasse <tests@pialasse.com> 2.0.4-6.sme |
35 |
|
- fix issue with last patch deleting pt-br file [SME: 10150] |
36 |
|
|
37 |
|
* Wed Feb 01 2017 Jean-Philipe Pialasse <tests@pialasse.com> 2.0.4-5.sme |
38 |
|
- apply locale 2017-02-02.patch |
39 |
|
|
40 |
|
* Tue Jun 28 2016 stephane de Labrusse <stephdl@de-labrusse.fr> 2.0.4-4.sme |
41 |
|
- sort the IP table by uniq mac address with the last dhcp lease |
42 |
|
|
43 |
|
* Wed Mar 09 2016 JP Pialasse <tests@pialasse.com> 2.0.4-3.sme |
44 |
|
- apply locale 2016-03-09 patch |
45 |
|
|
46 |
|
* Sat Sep 12 2015 stephane de Labrusse <stephdl@de-labrusse.fr> 2.0.4-2.sme |
47 |
|
- Added smeserver-dhcpmanager-2.0.4-locale-2015-09-12.patch |
48 |
|
|
49 |
|
* Tue Aug 18 2015 stephane de Labrusse <stephdl@de-labrusse.fr> 2.0.4-1.sme |
50 |
|
- new tarball 2.0.4 |
51 |
|
|
52 |
* Tue Aug 18 2015 stephane de Labrusse <stephdl@de-labrusse.fr> 2.0.3-1.sme |
* Tue Aug 18 2015 stephane de Labrusse <stephdl@de-labrusse.fr> 2.0.3-1.sme |
53 |
- new tarball 2.0.3 |
- new tarball 2.0.3 |
54 |
|
|
92 |
|
|
93 |
%prep |
%prep |
94 |
%setup |
%setup |
95 |
|
%patch0 -p1 |
96 |
|
%patch1 -p1 |
97 |
|
%patch2 -p1 |
98 |
|
%patch3 -p1 |
99 |
|
%patch4 -p1 |
100 |
|
|
101 |
%build |
%build |
102 |
perl createlinks |
perl createlinks |