1 |
%define name smeserver-letsencrypt |
%define name smeserver-letsencrypt |
2 |
%define version 0.4 |
%define version 0.4 |
3 |
%define release 4 |
%define release 5 |
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 |
|
|
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.5 |
20 |
AutoReqProv: no |
AutoReqProv: no |
21 |
|
|
22 |
%description |
%description |
24 |
https://letsencrypt.org/ |
https://letsencrypt.org/ |
25 |
|
|
26 |
%changelog |
%changelog |
27 |
|
* Thu May 31 2018 John Crisp <jcrisp@safeandsoundit.co.uk> 0.4-5.sme |
28 |
|
- Fix typo in Accept Terms |
29 |
|
- add domain-delete to createlinks [SME: 10315] |
30 |
|
- Update requires release to SME v9 |
31 |
|
- Update requires dehydrated to v0.5 |
32 |
|
|
33 |
* Fri Aug 18 2017 Jean-Philipe Pialasse <tests@pialasse.com> 0.4-4.sme |
* Fri Aug 18 2017 Jean-Philipe Pialasse <tests@pialasse.com> 0.4-4.sme |
34 |
- change ACCEPT_TERMS template position to appear after shebang in config file [SME: 10410] |
- change ACCEPT_TERMS template position to appear after shebang in config file [SME: 10410] |
35 |
|
|
167 |
%prep |
%prep |
168 |
%setup |
%setup |
169 |
%patch0 -p1 |
%patch0 -p1 |
170 |
|
%patch1 -p1 |
171 |
|
|
172 |
%build |
%build |
173 |
perl createlinks |
perl createlinks |