1 |
%define name smeserver-letsencrypt |
%define name smeserver-letsencrypt |
2 |
%define version 0.5 |
%define version 0.5 |
3 |
%define release 9 |
%define release 10 |
4 |
Summary: Plugin to enable letsencrypt certificates |
Summary: Plugin to enable letsencrypt certificates |
5 |
Name: %{name} |
Name: %{name} |
6 |
Version: %{version} |
Version: %{version} |
16 |
Patch4: smeserver-letsencrypt-fix-logging.patch |
Patch4: smeserver-letsencrypt-fix-logging.patch |
17 |
Patch5: smeserver-letsencrypt-fix-logging-reverse.patch |
Patch5: smeserver-letsencrypt-fix-logging-reverse.patch |
18 |
Patch6: smeserver-letsencrypt-fix-acme-v01-url.patch |
Patch6: smeserver-letsencrypt-fix-acme-v01-url.patch |
19 |
|
Patch7: smeserver-letsencrypt-fix-hook-entry.patch |
20 |
BuildRoot: /var/tmp/%{name}-%{version} |
BuildRoot: /var/tmp/%{name}-%{version} |
21 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
22 |
BuildRequires: e-smith-devtools |
BuildRequires: e-smith-devtools |
29 |
https://letsencrypt.org/ |
https://letsencrypt.org/ |
30 |
|
|
31 |
%changelog |
%changelog |
32 |
|
* Fri Jan 17 2020 John Crisp <jcrisp@safeandsoundit.co.uk> 0.5-10.sme |
33 |
|
- Fix incorrect HOOK entry in config [SME: 10861] |
34 |
|
|
35 |
* Fri Jan 04 2019 John Crisp <jcrisp@safeandsoundit.co.uk> 0.5-9.sme |
* Fri Jan 04 2019 John Crisp <jcrisp@safeandsoundit.co.uk> 0.5-9.sme |
36 |
- Fix incorrect CA line in config [SME: 10688] |
- Fix incorrect CA line in config [SME: 10688] |
37 |
|
|
214 |
%patch4 -p1 |
%patch4 -p1 |
215 |
%patch5 -p1 |
%patch5 -p1 |
216 |
%patch6 -p1 |
%patch6 -p1 |
217 |
|
%patch7 -p1 |
218 |
|
|
219 |
%build |
%build |
220 |
perl createlinks |
perl createlinks |