1 |
%define name smeserver-dhcpmanager |
%define name smeserver-dhcpmanager |
2 |
%define version 2.0.4 |
%define version 2.0.4 |
3 |
%define release 10 |
%define release 15 |
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} |
15 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
16 |
BuildRequires: e-smith-devtools |
BuildRequires: e-smith-devtools |
17 |
Requires: e-smith-release >= 9.0 |
Requires: e-smith-release >= 9.0 |
18 |
|
Requires: e-smith-base >= 5.8.0-93 |
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 |
27 |
Patch4: smeserver-dhcpmanager-2.0.4-locale-2017-03-25.patch |
Patch4: smeserver-dhcpmanager-2.0.4-locale-2017-03-25.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 |
31 |
|
Patch8: smeserver-dhcpmanager-2.0.4-locale-2021-08-22.patch |
32 |
|
Patch9: smeserver-dhcpmanager-2.0.4-Add-panels-for-SM2.patch |
33 |
|
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 |
35 |
|
|
36 |
%description |
%description |
37 |
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// |
38 |
|
|
39 |
%changelog |
%changelog |
40 |
|
|
41 |
|
* Sat Dec 30 2023 Brian Read <brianr@koozali.org> 2.0.4-15.sme |
42 |
|
- Add more fixes for SM2 panels [SME:11850] |
43 |
|
- Add in Network scan page |
44 |
|
|
45 |
|
* Tue Dec 19 2023 Brian Read <brianr@koozali.org> 2.0.4-14.sme |
46 |
|
- More fixes for SM2 panels [SME:11850] |
47 |
|
- Remove Winpopup facility (no longer supported by Windose) |
48 |
|
- Show Leases page |
49 |
|
|
50 |
|
* Tue Jan 18 2022 Brian Read <brianr@bjsystems.co.uk> 2.0.4-13.sme |
51 |
|
- Add panels for SM2 [SME: 11850] |
52 |
|
- Initial panel with DHCP parameters |
53 |
|
|
54 |
|
* Sun Aug 22 2021 Terry Fage <terry.fage@gmail.com> 2.0.4-12.sme |
55 |
|
- apply locale 2021-08-22 patch |
56 |
|
|
57 |
|
* Tue Mar 30 2021 Jean-Philippe Pialasse <tests@pialasse.com> 2.0.4-11.sme |
58 |
|
- removing tmeplate custom, merged with core [SME: 11506] |
59 |
|
- adding third DNS entry [SME: 11506] |
60 |
|
|
61 |
* Wed Mar 24 2021 Brian Read <brianr@bjsystems.co.uk> 2.0.4-10.sme |
* Wed Mar 24 2021 Brian Read <brianr@bjsystems.co.uk> 2.0.4-10.sme |
62 |
- Add Update event to createlinks [SME: 11029] |
- Add Update event to createlinks [SME: 11029] |
63 |
|
|
140 |
%patch4 -p1 |
%patch4 -p1 |
141 |
%patch5 -p1 |
%patch5 -p1 |
142 |
%patch6 -p1 |
%patch6 -p1 |
143 |
|
%patch7 -p1 |
144 |
|
%patch8 -p1 |
145 |
|
%patch9 -p1 |
146 |
|
%patch10 -p1 |
147 |
|
%patch11 -p1 |
148 |
|
|
149 |
|
rm -rf root/etc/e-smith/templates-custom |
150 |
|
|
151 |
%build |
%build |
152 |
perl createlinks |
perl createlinks |
153 |
|
|
|
|
|
154 |
%install |
%install |
155 |
rm -rf $RPM_BUILD_ROOT |
rm -rf $RPM_BUILD_ROOT |
156 |
(cd root ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT) |
(cd root ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT) |
163 |
rm -rf %{name}-%{version} |
rm -rf %{name}-%{version} |
164 |
|
|
165 |
%pre |
%pre |
166 |
|
|
167 |
%preun |
%preun |
168 |
|
|
169 |
%post |
%post |
170 |
#/etc/e-smith/events/actions/navigation-conf |
if [ -f /usr/share/smanager/lib/SrvMngr.pm ] |
171 |
|
then |
172 |
|
rm -f /usr/share/smanager/lib/I18N/Modules/Dhcpd/en.pm |
173 |
|
/usr/sbin/e-smith/signal-event smanager-refresh |
174 |
|
fi |
175 |
|
true |
176 |
|
|
177 |
|
|
178 |
%postun |
%postun |
|
#rm /etc/e-smith/templates-custom/etc/dhcpd.conf/25NetbiosNameServers |
|
179 |
|
|
180 |
%files -f %{name}-%{version}-filelist |
%files -f %{name}-%{version}-filelist |
181 |
%defattr(-,root,root) |
%defattr(-,root,root) |