1 |
%define name smeserver-letsencrypt |
%define name smeserver-letsencrypt |
2 |
%define version 0.5 |
%define version 0.5 |
3 |
%define release 11 |
%define release 15 |
4 |
Summary: Plugin to enable letsencrypt certificates |
Summary: Plugin to enable letsencrypt certificates |
5 |
Name: %{name} |
Name: %{name} |
6 |
Version: %{version} |
Version: %{version} |
31 |
https://letsencrypt.org/ |
https://letsencrypt.org/ |
32 |
|
|
33 |
%changelog |
%changelog |
34 |
|
* Thu Mar 12 2020 John Crisp <jcrisp@safeandsoundit.co.uk> 0.5-15.sme |
35 |
|
- take 3: remove dangling cron.daily dir missed in 0.5-12 [SME: 10862] |
36 |
|
|
37 |
|
* Wed Mar 11 2020 Jean-Philipe Pialasse <tests@pialasse.com> 0.5-14.sme |
38 |
|
- take 2: remove dangling cron.daily dir missed in 0.5-12 [SME: 10862] |
39 |
|
|
40 |
|
* Mon Mar 09 2020 John Crisp <jcrisp@safeandsoundit.co.uk> 0.5-13.sme |
41 |
|
- remove dangling cron.daily dir missed in 0.5-12 [SME: 10862] |
42 |
|
|
43 |
|
* Sat Jan 18 2020 John Crisp <jcrisp@safeandsoundit.co.uk> 0.5-12.sme |
44 |
|
- forgot to remove template-begin and cron.daily dir [SME: 10862] |
45 |
|
|
46 |
* Fri Jan 17 2020 John Crisp <jcrisp@safeandsoundit.co.uk> 0.5-11.sme |
* Fri Jan 17 2020 John Crisp <jcrisp@safeandsoundit.co.uk> 0.5-11.sme |
47 |
- force required versioni to 0.6.5 for EPEL version |
- force required version to 0.6.5 for EPEL version |
48 |
- Add new cron template for EPEL version of dehydrated [SME: 10862] |
- Add new cron template for EPEL version of dehydrated [SME: 10862] |
49 |
|
|
50 |
* Fri Jan 17 2020 John Crisp <jcrisp@safeandsoundit.co.uk> 0.5-10.sme |
* Fri Jan 17 2020 John Crisp <jcrisp@safeandsoundit.co.uk> 0.5-10.sme |
235 |
%patch7 -p1 |
%patch7 -p1 |
236 |
%patch8 -p1 |
%patch8 -p1 |
237 |
|
|
238 |
|
# remove old template |
239 |
|
rm -rf root/etc/e-smith/templates/etc/cron.daily |
240 |
|
|
241 |
%build |
%build |
242 |
perl createlinks |
perl createlinks |
243 |
|
|
298 |
then mv -f /usr/local/bin/domains.txt /usr/local/bin/domains.txt.orig; |
then mv -f /usr/local/bin/domains.txt /usr/local/bin/domains.txt.orig; |
299 |
fi |
fi |
300 |
|
|
301 |
if [[ ! -e /home/e-smith/files/ibays/Primary/html/.well-known/acme-challenge ]]; |
if [[ -d /etc/cron.daily/letsencrypt ]]; |
302 |
then mkdir -p /home/e-smith/files/ibays/Primary/html/.well-known/acme-challenge; |
then rm -rf /etc/cron.daily/letsencrypt; |
303 |
fi |
fi |
304 |
|
|
305 |
if [[ -f /etc/cron.daily/letsencrypt ]]; |
if [[ -d /etc/e-smith/templates/etc/cron.daily/letsencrypt ]]; |
306 |
then rm -f /etc/cron.daily/letsencrypt; |
then rm -rf /root/etc/e-smith/templates/etc/cron.daily/letsencrypt |
307 |
|
fi |
308 |
|
|
309 |
|
if [[ ! -e /home/e-smith/files/ibays/Primary/html/.well-known/acme-challenge ]]; |
310 |
|
then mkdir -p /home/e-smith/files/ibays/Primary/html/.well-known/acme-challenge; |
311 |
fi |
fi |
312 |
|
|
313 |
chmod -R 0775 /home/e-smith/files/ibays/Primary/html/.well-known |
chmod -R 0775 /home/e-smith/files/ibays/Primary/html/.well-known |
314 |
chown -R apache:shared /home/e-smith/files/ibays/Primary/html/.well-known |
chown -R apache:shared /home/e-smith/files/ibays/Primary/html/.well-known |
315 |
|
|
316 |
|
# remove old template file |
317 |
|
if [[ -e /etc/cron.daily/letsencrypt ]]; |
318 |
|
then rm -rf /etc/cron.daily/letsencrypt |
319 |
|
fi |
320 |
%postun |
%postun |