1 |
%define name smeserver-dhcp-dns |
%define name smeserver-dhcp-dns |
2 |
%define version 1.2.0 |
%define version 1.2.0 |
3 |
%define release 4 |
%define release 5 |
4 |
|
|
5 |
Summary: contrib to update dynamically the dns data |
Summary: contrib to update dynamically the dns data |
6 |
Name: %{name} |
Name: %{name} |
7 |
Version: %{version} |
Version: %{version} |
8 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
9 |
Source: %{name}-%{version}.tar.gz |
Source: %{name}-%{version}.tar.gz |
10 |
|
Patch0: smeserver-dhcp-dns-1.2.0-systemd.patch |
11 |
|
|
12 |
License: GNU GPL version 2 |
License: GNU GPL version 2 |
13 |
URL: http://www.contribs.org |
URL: http://www.contribs.org |
14 |
Group: SMEserver/addon |
Group: SMEserver/addon |
23 |
This eliminates the 'pc-0001' etc. default names. |
This eliminates the 'pc-0001' etc. default names. |
24 |
|
|
25 |
%changelog |
%changelog |
26 |
|
* Tue Mar 30 2021 Jean-Philippe Pialasse <tests@pialasse.com> 1.2.0-5.sme |
27 |
|
- moving to systemd + update event [SME: 11031] |
28 |
|
|
29 |
* Mon Oct 12 2020 Brian Read <brianr@bjsystems.co.uk> 1.2.0-4.sme |
* Mon Oct 12 2020 Brian Read <brianr@bjsystems.co.uk> 1.2.0-4.sme |
30 |
- Initial import to SME10 tree [SME: 11031] |
- Initial import to SME10 tree [SME: 11031] |
31 |
|
|
94 |
|
|
95 |
%prep |
%prep |
96 |
%setup |
%setup |
97 |
|
%patch0 -p1 |
98 |
|
|
99 |
|
|
100 |
%build |
%build |
101 |
perl createlinks |
perl createlinks |
102 |
|
|