1 |
%define name smeserver-letsencrypt |
%define name smeserver-letsencrypt |
2 |
%define version 0.5 |
%define version 0.5 |
3 |
%define release 8 |
%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} |
15 |
Patch3: smeserver-letsencrypt-API1-URL-change.patch |
Patch3: smeserver-letsencrypt-API1-URL-change.patch |
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 |
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 |
36 |
|
- Fix incorrect CA line in config [SME: 10688] |
37 |
|
|
38 |
* Mon Dec 31 2018 John Crisp <jcrisp@safeandsoundit.co.uk> 0.5-8.sme |
* Mon Dec 31 2018 John Crisp <jcrisp@safeandsoundit.co.uk> 0.5-8.sme |
39 |
- Reverse my previous error [SME:10681] |
- Reverse my previous error [SME: 10681] |
40 |
|
|
41 |
* Mon Dec 31 2018 John Crisp <jcrisp@safeandsoundit.co.uk> 0.5-7.sme |
* Mon Dec 31 2018 John Crisp <jcrisp@safeandsoundit.co.uk> 0.5-7.sme |
42 |
- fix spec file numbering |
- fix spec file numbering |
213 |
%patch3 -p1 |
%patch3 -p1 |
214 |
%patch4 -p1 |
%patch4 -p1 |
215 |
%patch5 -p1 |
%patch5 -p1 |
216 |
|
%patch6 -p1 |
217 |
|
%patch7 -p1 |
218 |
|
|
219 |
%build |
%build |
220 |
perl createlinks |
perl createlinks |