From fcf2c16dc69054620140eb586525806410c6ddcb Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Fri, 5 Jan 2024 21:10:21 +0100 Subject: [PATCH] automatic version update by autodist [release 1.28.0-1mamba;Wed Jun 08 2022] --- certbot.spec | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/certbot.spec b/certbot.spec index d7443d6..4a3a5ec 100644 --- a/certbot.spec +++ b/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 1.28.0-1mamba +- automatic version update by autodist + +* Sat Jun 04 2022 Silvan Calarco 1.27.0-2mamba +- update croon.weekly with support for reloading nginx and/or httpd if enabled + * Wed May 04 2022 Automatic Build System 1.27.0-1mamba - automatic version update by autodist