1 |
# $Id: smeserver-ddclient.spec,v 1.24 2022/01/13 14:03:14 jcrisp Exp $ |
# $Id: smeserver-ddclient.spec,v 1.29 2023/01/30 14:13:26 brianr Exp $ |
2 |
# Authority: dungog |
# Authority: dungog |
3 |
# Name: Stephen Noble |
# Name: Stephen Noble |
4 |
|
|
5 |
%define name smeserver-ddclient |
%define name smeserver-ddclient |
6 |
%define version 1.3.0 |
%define version 1.3.0 |
7 |
%define release 21 |
%define release 26 |
8 |
|
|
9 |
Summary: ddclient panel for SME Server |
Summary: ddclient panel for SME Server |
10 |
Name: %{name} |
Name: %{name} |
31 |
Patch15: smeserver-ddclient-1.3.0-Fix-typo-in-description-paragraph.patch |
Patch15: smeserver-ddclient-1.3.0-Fix-typo-in-description-paragraph.patch |
32 |
Patch16: smeserver-ddclient-1.3.0-bz11847-fix-unit-file.patch |
Patch16: smeserver-ddclient-1.3.0-bz11847-fix-unit-file.patch |
33 |
Patch17: smeserver-ddclient-1.3.0-Make-intial-call-to-ddclient-honour-db-entries.patch |
Patch17: smeserver-ddclient-1.3.0-Make-intial-call-to-ddclient-honour-db-entries.patch |
34 |
|
Patch18: smeserver-ddclient-1.3.0-bz11860-fix-zoneedit-endpoint.patch |
35 |
|
Patch19: smeserver-ddclient-1.3.0-Add-DB-entries-for-success-and-failure-notification.patch |
36 |
|
Patch20: smeserver-ddclient-1.3.0-locale-2022-11-11.patch |
37 |
|
Patch21: smeserver-ddclient-1.3.0-Remove-ddc-from-front-of-messages-labels-and-update-conf-template.patch |
38 |
|
|
39 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
40 |
BuildRequires: e-smith-devtools |
BuildRequires: e-smith-devtools |
42 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
43 |
Requires: e-smith-release >= 10.0 |
Requires: e-smith-release >= 10.0 |
44 |
#Requires: smeserver-manager >= 0.1.0-24 |
#Requires: smeserver-manager >= 0.1.0-24 |
45 |
Requires: ddclient >= 3.9.1 |
Requires: ddclient = 3.9.1 |
46 |
Requires: e-smith-formmagick |
Requires: e-smith-formmagick |
47 |
AutoReqProv: no |
AutoReqProv: no |
48 |
|
|
49 |
%changelog |
%changelog |
50 |
|
* Mon Feb 13 2023 Brian Read <brianr@bjsystems.co.uk> 1.3.0-26.sme |
51 |
|
- Remove 3.10 as a requirement in spec |
52 |
|
|
53 |
|
* Wed Jan 25 2023 Brian Read <brianr@bjsystems.co.uk> 1.3.0-25.sme |
54 |
|
- Remove the ddc_ from the front of the (translateble) messages [SME: 12217] |
55 |
|
- Update Template files for changes in conf format and contents for 3.10.0 |
56 |
|
|
57 |
|
* Fri Nov 11 2022 Jean-Philippe Pialasse <tests@pialasse.com> 1.3.0-24.sme |
58 |
|
- Update locale 2022-11-11 patch |
59 |
|
|
60 |
|
* Sun Feb 20 2022 Brian Read <brianr@bjsystems.co.uk> 1.3.0-23.sme |
61 |
|
- Add-DB-entries-for-success-and-failure-notification [SME: 11874] |
62 |
|
|
63 |
|
* Fri Feb 04 2022 John Crisp <jcrisp@safeandsoundit.co.uk> 1.3.0-22.sme |
64 |
|
- Fix incorrect zoneedit endpoint [SME:11860] |
65 |
|
|
66 |
* Mon Jan 17 2022 Brian Read <brianr@bjsystems.co.uk> 1.3.0-21.sme |
* Mon Jan 17 2022 Brian Read <brianr@bjsystems.co.uk> 1.3.0-21.sme |
67 |
- Make-intial-call-to-ddclient-honour-db-entries [SME: 11849] |
- Make-intial-call-to-ddclient-honour-db-entries [SME: 11849] |
68 |
|
|
314 |
%patch15 -p1 |
%patch15 -p1 |
315 |
%patch16 -p1 |
%patch16 -p1 |
316 |
%patch17 -p1 |
%patch17 -p1 |
317 |
|
%patch18 -p1 |
318 |
|
%patch19 -p1 |
319 |
|
%patch20 -p1 |
320 |
|
%patch21 -p1 |
321 |
|
|
322 |
%build |
%build |
323 |
perl createlinks |
perl createlinks |