1 |
%define name smeserver-letsencrypt |
%define name smeserver-letsencrypt |
2 |
%define version 0.4 |
%define version 0.5 |
3 |
%define release 6 |
%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} |
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-0.4-bz10253.patch |
Patch0: smeserver-letsencrypt-remove-debug-lines.patch |
13 |
Patch1: smeserver-letsencrypt-events.patch |
Patch1: smeserver-letsencrypt-remove-licence.patch |
14 |
Patch2: smeserver-letsencrypt-events-fix.patch |
Patch2: smeserver-letsencrypt-log-to-file.patch |
15 |
|
Patch3: smeserver-letsencrypt-API1-URL-change.patch |
16 |
|
Patch4: smeserver-letsencrypt-fix-logging.patch |
17 |
|
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 |
23 |
Requires: e-smith-release >= 9.0 |
Requires: e-smith-release >= 9.0 |
24 |
Requires: dehydrated >= 0.5 |
Requires: dehydrated >= 0.6 |
25 |
AutoReqProv: no |
AutoReqProv: no |
26 |
|
|
27 |
%description |
%description |
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 |
39 |
|
- Reverse my previous error [SME: 10681] |
40 |
|
|
41 |
|
* Mon Dec 31 2018 John Crisp <jcrisp@safeandsoundit.co.uk> 0.5-7.sme |
42 |
|
- fix spec file numbering |
43 |
|
|
44 |
|
* Mon Dec 31 2018 John Crisp <jcrisp@safeandsoundit.co.uk> 0.5-6.sme |
45 |
|
- Fix typo error in cron.daily [SME: 10681] |
46 |
|
|
47 |
|
* Sun Dec 23 2018 John Crisp <jcrisp@safeandsoundit.co.uk> 0.5-5.sme |
48 |
|
- Fix changed V1 staging URL [SME: 10595] |
49 |
|
- Thanks Terry Fage |
50 |
|
|
51 |
|
* Wed Dec 12 2018 John Crisp <jcrisp@safeandsoundit.co.uk> 0.5-4.sme |
52 |
|
- log to file rather than /dev/null [SME: 10412] |
53 |
|
|
54 |
|
* Tue Oct 13 2018 John Crisp <jcrisp@safeandsoundit.co.uk> 0.5-3.sme |
55 |
|
- remove Licence key from config template [SME:10636] |
56 |
|
|
57 |
|
* Tue Jun 19 2018 John Crisp <jcrisp@safeandsoundit.co.uk> 0.5-2.sme |
58 |
|
- remove debug print lines |
59 |
|
|
60 |
|
* Tue Jun 12 2018 John Crisp <jcrisp@safeandsoundit.co.uk> 0.5-1.sme |
61 |
|
- Update to v2 API [SME:10595] |
62 |
|
- Add key letsencrypt hostOverride to ignore 'Self' host check |
63 |
|
- This requires v0.6 of dehydrated |
64 |
|
|
65 |
* Wed Jun 06 2018 John Crisp <jcrisp@safeandsoundit.co.uk> 0.4-6.sme |
* Wed Jun 06 2018 John Crisp <jcrisp@safeandsoundit.co.uk> 0.4-6.sme |
66 |
- Fix missing event actions [SME: 10315] |
- Fix missing event actions [SME: 10315] |
67 |
|
|
210 |
%patch0 -p1 |
%patch0 -p1 |
211 |
%patch1 -p1 |
%patch1 -p1 |
212 |
%patch2 -p1 |
%patch2 -p1 |
213 |
|
%patch3 -p1 |
214 |
|
%patch4 -p1 |
215 |
|
%patch5 -p1 |
216 |
|
%patch6 -p1 |
217 |
|
%patch7 -p1 |
218 |
|
|
219 |
%build |
%build |
220 |
perl createlinks |
perl createlinks |