1 |
%define name smeserver-letsencrypt |
%define name smeserver-letsencrypt |
2 |
%define version 0.5 |
%define version 0.5 |
3 |
%define release 15 |
%define release 17 |
4 |
Summary: Plugin to enable letsencrypt certificates |
Summary: Plugin to enable letsencrypt certificates |
5 |
Name: %{name} |
Name: %{name} |
6 |
Version: %{version} |
Version: %{version} |
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 |
Patch7: smeserver-letsencrypt-fix-hook-entry.patch |
20 |
Patch8: smeserver-letsencrypt-change-cron-entry.patch |
Patch8: smeserver-letsencrypt-change-cron-entry.patch |
21 |
|
Patch9: smeserver-letsencrypt-0.5-change-API-default-to-v2.patch |
22 |
|
|
23 |
BuildRoot: /var/tmp/%{name}-%{version} |
BuildRoot: /var/tmp/%{name}-%{version} |
24 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
32 |
https://letsencrypt.org/ |
https://letsencrypt.org/ |
33 |
|
|
34 |
%changelog |
%changelog |
35 |
* Thu Mar 12 2020 John Crisp <jcrisp@safeandsoundit.co.uk> 0.5-15.sme |
* Thu Apr 01 2021 Brian Read <brianr@bjsystems.co.uk> 0.5-17.sme |
36 |
|
- Add in mkdir in spec file for smeserver-letsencrypt-update event [SME: 11514] |
37 |
|
|
38 |
|
* Tue Oct 06 2020 Brian Read <brianr@bjsystems.co.uk> 0.5-16.sme |
39 |
|
- Move to SME10 and set default to API v2 [SME: 11022] |
40 |
|
|
41 |
|
* Thu Mar 12 2020 John Crisp <jcrisp@safeandsoundit.co.uk> 0.5-15.sme |
42 |
- take 3: remove dangling cron.daily dir missed in 0.5-12 [SME: 10862] |
- take 3: remove dangling cron.daily dir missed in 0.5-12 [SME: 10862] |
43 |
|
|
44 |
* Wed Mar 11 2020 Jean-Philipe Pialasse <tests@pialasse.com> 0.5-14.sme |
* Wed Mar 11 2020 Jean-Philipe Pialasse <tests@pialasse.com> 0.5-14.sme |
76 |
* Wed Dec 12 2018 John Crisp <jcrisp@safeandsoundit.co.uk> 0.5-4.sme |
* Wed Dec 12 2018 John Crisp <jcrisp@safeandsoundit.co.uk> 0.5-4.sme |
77 |
- log to file rather than /dev/null [SME: 10412] |
- log to file rather than /dev/null [SME: 10412] |
78 |
|
|
79 |
* Tue Oct 13 2018 John Crisp <jcrisp@safeandsoundit.co.uk> 0.5-3.sme |
* Sat Oct 13 2018 John Crisp <jcrisp@safeandsoundit.co.uk> 0.5-3.sme |
80 |
- remove Licence key from config template [SME:10636] |
- remove Licence key from config template [SME:10636] |
81 |
|
|
82 |
* Tue Jun 19 2018 John Crisp <jcrisp@safeandsoundit.co.uk> 0.5-2.sme |
* Tue Jun 19 2018 John Crisp <jcrisp@safeandsoundit.co.uk> 0.5-2.sme |
241 |
%patch6 -p1 |
%patch6 -p1 |
242 |
%patch7 -p1 |
%patch7 -p1 |
243 |
%patch8 -p1 |
%patch8 -p1 |
244 |
|
%patch9 -p1 |
245 |
|
mkdir -p root/etc/e-smith/events/smeserver-letsencrypt-update |
246 |
|
|
247 |
# remove old template |
# remove old template |
248 |
rm -rf root/etc/e-smith/templates/etc/cron.daily |
rm -rf root/etc/e-smith/templates/etc/cron.daily |