1 |
%define name smeserver-letsencrypt |
%define name smeserver-letsencrypt |
2 |
%define version 0.5 |
%define version 0.5 |
3 |
%define release 1 |
%define release 7 |
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 |
|
Patch4: smeserver-letsencrypt-fix-logging.patch |
17 |
BuildRoot: /var/tmp/%{name}-%{version} |
BuildRoot: /var/tmp/%{name}-%{version} |
18 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
19 |
BuildRequires: e-smith-devtools |
BuildRequires: e-smith-devtools |
26 |
https://letsencrypt.org/ |
https://letsencrypt.org/ |
27 |
|
|
28 |
%changelog |
%changelog |
29 |
|
* Mon Dec 31 2018 John Crisp <jcrisp@safeandsoundit.co.uk> 0.5-7.sme |
30 |
|
- fix spec file numbering |
31 |
|
|
32 |
|
* Mon Dec 31 2018 John Crisp <jcrisp@safeandsoundit.co.uk> 0.5-6.sme |
33 |
|
- Fix typo error in cron.daily [SME: 10681] |
34 |
|
|
35 |
|
* Sun Dec 23 2018 John Crisp <jcrisp@safeandsoundit.co.uk> 0.5-5.sme |
36 |
|
- Fix changed V1 staging URL [SME: 10595] |
37 |
|
- Thanks Terry Fage |
38 |
|
|
39 |
|
* Wed Dec 12 2018 John Crisp <jcrisp@safeandsoundit.co.uk> 0.5-4.sme |
40 |
|
- log to file rather than /dev/null [SME: 10412] |
41 |
|
|
42 |
|
* Tue Oct 13 2018 John Crisp <jcrisp@safeandsoundit.co.uk> 0.5-3.sme |
43 |
|
- remove Licence key from config template [SME:10636] |
44 |
|
|
45 |
|
* Tue Jun 19 2018 John Crisp <jcrisp@safeandsoundit.co.uk> 0.5-2.sme |
46 |
|
- remove debug print lines |
47 |
|
|
48 |
* 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 |
49 |
- Update to v2 API [SME:10595] |
- Update to v2 API [SME:10595] |
50 |
- Add key letsencrypt hostOverride to ignore 'Self' host check |
- Add key letsencrypt hostOverride to ignore 'Self' host check |
195 |
|
|
196 |
%prep |
%prep |
197 |
%setup |
%setup |
198 |
# patch0 -p1 |
%patch0 -p1 |
199 |
|
%patch1 -p1 |
200 |
|
%patch2 -p1 |
201 |
|
%patch3 -p1 |
202 |
|
%patch4 -p1 |
203 |
|
|
204 |
%build |
%build |
205 |
perl createlinks |
perl createlinks |