1 |
%define name smeserver-letsencrypt |
%define name smeserver-letsencrypt |
2 |
%define version 0.5 |
%define version 0.5 |
3 |
%define release 19 |
%define release 20 |
4 |
Summary: Plugin to enable letsencrypt certificates |
Summary: Plugin to enable letsencrypt certificates |
5 |
Name: %{name} |
Name: %{name} |
6 |
Version: %{version} |
Version: %{version} |
21 |
Patch9: smeserver-letsencrypt-0.5-change-API-default-to-v2.patch |
Patch9: smeserver-letsencrypt-0.5-change-API-default-to-v2.patch |
22 |
Patch10: smeserver-letsencrypt-0.5-bz11773.patch |
Patch10: smeserver-letsencrypt-0.5-bz11773.patch |
23 |
Patch11: smeserver-letsencrypt-0.5-bz10637-alias.patch |
Patch11: smeserver-letsencrypt-0.5-bz10637-alias.patch |
24 |
|
Patch12: smeserver-letsencrypt-0.5-bz11990-timer.patch |
25 |
|
|
26 |
BuildRoot: /var/tmp/%{name}-%{version} |
BuildRoot: /var/tmp/%{name}-%{version} |
27 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
35 |
https://letsencrypt.org/ |
https://letsencrypt.org/ |
36 |
|
|
37 |
%changelog |
%changelog |
38 |
|
* Fri Jun 10 2022 Brian Read <brianr@bjsystems.co.uk> 0.5-20.sme |
39 |
|
- Stop systemd timer runnning as well as cron [SME: 11990] |
40 |
|
|
41 |
* Wed Mar 23 2022 Jean-Philippe Pialasse <tests@pialasse.com> 0.5-19.sme |
* Wed Mar 23 2022 Jean-Philippe Pialasse <tests@pialasse.com> 0.5-19.sme |
42 |
- use a general Alias for acme path and a proxypass [SME: 10637] |
- use a general Alias for acme path and a proxypass [SME: 10637] |
43 |
|
|
260 |
rm -rf root/etc/e-smith/templates/etc/cron.daily |
rm -rf root/etc/e-smith/templates/etc/cron.daily |
261 |
%patch10 -p1 |
%patch10 -p1 |
262 |
%patch11 -p1 |
%patch11 -p1 |
263 |
|
%patch12 -p1 |
264 |
|
|
265 |
|
|
266 |
%build |
%build |