1 |
%define name smeserver-letsencrypt |
%define name smeserver-letsencrypt |
2 |
%define version 0.5 |
%define version 0.5 |
3 |
%define release 1 |
%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} |
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-xyz.patch |
Patch0: smeserver-letsencrypt-remove-debug-lines.patch |
13 |
|
Patch1: smeserver-letsencrypt-remove-licence.patch |
14 |
|
Patch2: smeserver-letsencrypt-log-to-file.patch |
15 |
|
Patch3: smeserver-letsencrypt-API1-URL-change.patch |
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 |
25 |
https://letsencrypt.org/ |
https://letsencrypt.org/ |
26 |
|
|
27 |
%changelog |
%changelog |
28 |
|
* Sun Dec 23 2018 John Crisp <jcrisp@safeandsoundit.co.uk> 0.5-5.sme |
29 |
|
- Fix changed V1 staging URL [SME: 10595] |
30 |
|
- Thanks Terry Fage |
31 |
|
|
32 |
|
* Wed Dec 12 2018 John Crisp <jcrisp@safeandsoundit.co.uk> 0.5-4.sme |
33 |
|
- log to file rather than /dev/null [SME: 10412] |
34 |
|
|
35 |
|
* Tue Oct 13 2018 John Crisp <jcrisp@safeandsoundit.co.uk> 0.5-3.sme |
36 |
|
- remove Licence key from config template [SME:10636] |
37 |
|
|
38 |
|
* Tue Jun 19 2018 John Crisp <jcrisp@safeandsoundit.co.uk> 0.5-2.sme |
39 |
|
- remove debug print lines |
40 |
|
|
41 |
* Tue Jun 12 2018 John Crisp <jcrisp@safeandsoundit.co.uk> 0.5-1.sme |
* Tue Jun 12 2018 John Crisp <jcrisp@safeandsoundit.co.uk> 0.5-1.sme |
42 |
- Update to v2 API [SME:10595] |
- Update to v2 API [SME:10595] |
43 |
- Add key letsencrypt hostOverride to ignore 'Self' host check |
- Add key letsencrypt hostOverride to ignore 'Self' host check |
188 |
|
|
189 |
%prep |
%prep |
190 |
%setup |
%setup |
191 |
# patch0 -p1 |
%patch0 -p1 |
192 |
|
%patch1 -p1 |
193 |
|
%patch2 -p1 |
194 |
|
%patch3 -p1 |
195 |
|
|
196 |
%build |
%build |
197 |
perl createlinks |
perl createlinks |