automatic version update by autodist [release 1.28.0-1mamba;Wed Jun 08 2022]
This commit is contained in:
parent
3933c39c41
commit
fcf2c16dc6
11
certbot.spec
11
certbot.spec
@ -1,5 +1,5 @@
|
||||
Name: certbot
|
||||
Version: 1.27.0
|
||||
Version: 1.28.0
|
||||
Release: 1mamba
|
||||
Summary: A fully-featured, extensible client for the Let's Encrypt CA
|
||||
Group: System/Libraries
|
||||
@ -128,7 +128,8 @@ install -d -m0755 %{buildroot}%{_sysconfdir}/cron.weekly
|
||||
cat > %{buildroot}%{_sysconfdir}/cron.weekly/certbot << _EOF
|
||||
#!/bin/bash
|
||||
certbot renew
|
||||
systemctl reload httpd
|
||||
systemctl -q is-enabled httpd >/dev/null && systemctl reload httpd
|
||||
systemctl -q is-enabled nginx >/dev/null && systemctl reload nginx
|
||||
_EOF
|
||||
|
||||
%posttrans
|
||||
@ -152,6 +153,12 @@ done
|
||||
#%defattr(-,root,root)
|
||||
|
||||
%changelog
|
||||
* Wed Jun 08 2022 Automatic Build System <autodist@mambasoft.it> 1.28.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sat Jun 04 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 1.27.0-2mamba
|
||||
- update croon.weekly with support for reloading nginx and/or httpd if enabled
|
||||
|
||||
* Wed May 04 2022 Automatic Build System <autodist@mambasoft.it> 1.27.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user