1 |
%define name smeserver-dhcpmanager |
%define name smeserver-dhcpmanager |
2 |
%define version 2.0.4 |
%define version 2.0.4 |
3 |
%define release 9 |
%define release 11 |
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 |
25 |
Patch3: smeserver-dhcpmanager-2.0.4-locale-2017-02-02.patch |
Patch3: smeserver-dhcpmanager-2.0.4-locale-2017-02-02.patch |
26 |
Patch4: smeserver-dhcpmanager-2.0.4-locale-2017-03-25.patch |
Patch4: smeserver-dhcpmanager-2.0.4-locale-2017-03-25.patch |
27 |
Patch5: smeserver-dhcpmanager-2.0.4-locale-2017-12-02.patch |
Patch5: smeserver-dhcpmanager-2.0.4-locale-2017-12-02.patch |
28 |
|
Patch6: smeserver-dhcpmanager-2.0.4-Add-Update-event-to-createlinks.patch |
29 |
|
Patch7: smeserver-dhcpmanager-2.0.4-bz11506-noCustomTemplates.patch |
30 |
|
|
31 |
%description |
%description |
32 |
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// |
33 |
|
|
34 |
%changelog |
%changelog |
35 |
|
* Tue Mar 30 2021 Jean-Philippe Pialasse <tests@pialasse.com> 2.0.4-11.sme |
36 |
|
- removing tmeplate custom, merged with core [SME: 11506] |
37 |
|
- adding third DNS entry [SME: 11506] |
38 |
|
|
39 |
|
* Wed Mar 24 2021 Brian Read <brianr@bjsystems.co.uk> 2.0.4-10.sme |
40 |
|
- Add Update event to createlinks [SME: 11029] |
41 |
|
|
42 |
|
* Wed Mar 24 2021 BogusDateBot |
43 |
|
- Eliminated rpmbuild "bogus date" warnings due to inconsistent weekday, |
44 |
|
by assuming the date is correct and changing the weekday. |
45 |
|
|
46 |
* Mon Oct 12 2020 Brian Read <brianr@bjsystems.co.uk> 2.0.4-9.sme |
* Mon Oct 12 2020 Brian Read <brianr@bjsystems.co.uk> 2.0.4-9.sme |
47 |
- Import to SME10 tree - [SME: 11029 ] |
- Import to SME10 tree - [SME: 11029 ] |
48 |
|
|
53 |
- apply locale 2017-03-25 patch |
- apply locale 2017-03-25 patch |
54 |
|
|
55 |
* Mon Mar 13 2017 Jean-Philipe Pialasse <tests@pialasse.com> 2.0.4-6.sme |
* Mon Mar 13 2017 Jean-Philipe Pialasse <tests@pialasse.com> 2.0.4-6.sme |
56 |
- fix issue with last patch deleting pt-br file [SME: 10150] |
- Add Update event to createlinks issue with last patch deleting pt-br file [SME: 10150] |
57 |
|
|
58 |
* Wed Feb 01 2017 Jean-Philipe Pialasse <tests@pialasse.com> 2.0.4-5.sme |
* Wed Feb 01 2017 Jean-Philipe Pialasse <tests@pialasse.com> 2.0.4-5.sme |
59 |
- apply locale 2017-02-02.patch |
- apply locale 2017-02-02.patch |
117 |
%patch3 -p1 |
%patch3 -p1 |
118 |
%patch4 -p1 |
%patch4 -p1 |
119 |
%patch5 -p1 |
%patch5 -p1 |
120 |
|
%patch6 -p1 |
121 |
|
%patch7 -p1 |
122 |
|
rm -rf root/etc/e-smith/templates-custom |
123 |
|
|
124 |
%build |
%build |
125 |
perl createlinks |
perl createlinks |
137 |
rm -rf %{name}-%{version} |
rm -rf %{name}-%{version} |
138 |
|
|
139 |
%pre |
%pre |
140 |
|
|
141 |
%preun |
%preun |
142 |
|
|
143 |
%post |
%post |
|
#/etc/e-smith/events/actions/navigation-conf |
|
|
|
|
|
|
|
|
|
|
144 |
|
|
145 |
%postun |
%postun |
|
#rm /etc/e-smith/templates-custom/etc/dhcpd.conf/25NetbiosNameServers |
|
146 |
|
|
147 |
%files -f %{name}-%{version}-filelist |
%files -f %{name}-%{version}-filelist |
148 |
%defattr(-,root,root) |
%defattr(-,root,root) |