1 |
%define name smeserver-letsencrypt |
%define name smeserver-letsencrypt |
2 |
%define version 0.4 |
%define version 0.5 |
3 |
%define release 3 |
%define release 4 |
4 |
Summary: Plugin to enable letsencrypt certificates |
Summary: Plugin to enable letsencrypt certificates |
5 |
Name: %{name} |
Name: %{name} |
6 |
Version: %{version} |
Version: %{version} |
9 |
URL: https://letsencrypt.org/ |
URL: https://letsencrypt.org/ |
10 |
Group: SMEserver/addon |
Group: SMEserver/addon |
11 |
Source: %{name}-%{version}.tar.gz |
Source: %{name}-%{version}.tar.gz |
12 |
Patch0: smeserver-letsencrypt-0.4-bz10253.patch |
Patch0: smeserver-letsencrypt-remove-debug-lines.patch |
13 |
|
Patch1: smeserver-letsencrypt-remove-licence.patch |
14 |
|
Patch2: smeserver-letsencrypt-log-to-file.patch |
15 |
BuildRoot: /var/tmp/%{name}-%{version} |
BuildRoot: /var/tmp/%{name}-%{version} |
16 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
17 |
BuildRequires: e-smith-devtools |
BuildRequires: e-smith-devtools |
18 |
Requires: e-smith-release >= 8.0 |
Requires: e-smith-release >= 9.0 |
19 |
Requires: dehydrated >= 0.3.1 |
Requires: dehydrated >= 0.6 |
20 |
AutoReqProv: no |
AutoReqProv: no |
21 |
|
|
22 |
%description |
%description |
24 |
https://letsencrypt.org/ |
https://letsencrypt.org/ |
25 |
|
|
26 |
%changelog |
%changelog |
27 |
|
* Wed Dec 12 2018 John Crisp <jcrisp@safeandsoundit.co.uk> 0.5-4.sme |
28 |
|
- log to file rather than /dev/null [SME: 10412] |
29 |
|
|
30 |
|
* Tue Oct 13 2018 John Crisp <jcrisp@safeandsoundit.co.uk> 0.5-3.sme |
31 |
|
- remove Licence key from config template [SME:10636] |
32 |
|
|
33 |
|
* Tue Jun 19 2018 John Crisp <jcrisp@safeandsoundit.co.uk> 0.5-2.sme |
34 |
|
- remove debug print lines |
35 |
|
|
36 |
|
* Tue Jun 12 2018 John Crisp <jcrisp@safeandsoundit.co.uk> 0.5-1.sme |
37 |
|
- Update to v2 API [SME:10595] |
38 |
|
- Add key letsencrypt hostOverride to ignore 'Self' host check |
39 |
|
- This requires v0.6 of dehydrated |
40 |
|
|
41 |
|
* Wed Jun 06 2018 John Crisp <jcrisp@safeandsoundit.co.uk> 0.4-6.sme |
42 |
|
- Fix missing event actions [SME: 10315] |
43 |
|
|
44 |
|
* Thu May 31 2018 John Crisp <jcrisp@safeandsoundit.co.uk> 0.4-5.sme |
45 |
|
- Fix typo in Accept Terms |
46 |
|
- add domain-delete to createlinks [SME: 10315] |
47 |
|
- Update requires release to SME v9 |
48 |
|
- Update requires dehydrated to v0.5 |
49 |
|
|
50 |
|
* Fri Aug 18 2017 Jean-Philipe Pialasse <tests@pialasse.com> 0.4-4.sme |
51 |
|
- change ACCEPT_TERMS template position to appear after shebang in config file [SME: 10410] |
52 |
|
|
53 |
* Wed Jul 12 2017 Jean-Philipe Pialasse <tests@pialasse.com> 0.4-3.sme |
* Wed Jul 12 2017 Jean-Philipe Pialasse <tests@pialasse.com> 0.4-3.sme |
54 |
- remove workaround for curl dns resolution [SME: 10300] |
- remove workaround for curl dns resolution [SME: 10300] |
55 |
- should be corrected at dnscache level (djbdns-1.05-10) |
- should be corrected at dnscache level (djbdns-1.05-10) |
184 |
%prep |
%prep |
185 |
%setup |
%setup |
186 |
%patch0 -p1 |
%patch0 -p1 |
187 |
|
%patch1 -p1 |
188 |
|
%patch2 -p1 |
189 |
|
|
190 |
%build |
%build |
191 |
perl createlinks |
perl createlinks |