1 |
%define name smeserver-letsencrypt |
%define name smeserver-letsencrypt |
2 |
%define version 0.4 |
%define version 0.4 |
3 |
%define release 3 |
%define release 6 |
4 |
Summary: Plugin to enable letsencrypt certificates |
Summary: Plugin to enable letsencrypt certificates |
5 |
Name: %{name} |
Name: %{name} |
6 |
Version: %{version} |
Version: %{version} |
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-0.4-bz10253.patch |
13 |
|
Patch1: smeserver-letsencrypt-events.patch |
14 |
|
Patch2: smeserver-letsencrypt-events-fix.patch |
15 |
|
|
16 |
BuildRoot: /var/tmp/%{name}-%{version} |
BuildRoot: /var/tmp/%{name}-%{version} |
17 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
18 |
BuildRequires: e-smith-devtools |
BuildRequires: e-smith-devtools |
19 |
Requires: e-smith-release >= 8.0 |
Requires: e-smith-release >= 9.0 |
20 |
Requires: dehydrated >= 0.3.1 |
Requires: dehydrated >= 0.5 |
21 |
AutoReqProv: no |
AutoReqProv: no |
22 |
|
|
23 |
%description |
%description |
25 |
https://letsencrypt.org/ |
https://letsencrypt.org/ |
26 |
|
|
27 |
%changelog |
%changelog |
28 |
|
* Wed Jun 06 2018 John Crisp <jcrisp@safeandsoundit.co.uk> 0.4-6.sme |
29 |
|
- Fix missing event actions [SME: 10315] |
30 |
|
|
31 |
|
* Thu May 31 2018 John Crisp <jcrisp@safeandsoundit.co.uk> 0.4-5.sme |
32 |
|
- Fix typo in Accept Terms |
33 |
|
- add domain-delete to createlinks [SME: 10315] |
34 |
|
- Update requires release to SME v9 |
35 |
|
- Update requires dehydrated to v0.5 |
36 |
|
|
37 |
|
* Fri Aug 18 2017 Jean-Philipe Pialasse <tests@pialasse.com> 0.4-4.sme |
38 |
|
- change ACCEPT_TERMS template position to appear after shebang in config file [SME: 10410] |
39 |
|
|
40 |
* 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 |
41 |
- remove workaround for curl dns resolution [SME: 10300] |
- remove workaround for curl dns resolution [SME: 10300] |
42 |
- should be corrected at dnscache level (djbdns-1.05-10) |
- should be corrected at dnscache level (djbdns-1.05-10) |
171 |
%prep |
%prep |
172 |
%setup |
%setup |
173 |
%patch0 -p1 |
%patch0 -p1 |
174 |
|
%patch1 -p1 |
175 |
|
%patch2 -p1 |
176 |
|
|
177 |
%build |
%build |
178 |
perl createlinks |
perl createlinks |