public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/certbot] rawhide: drop $RENEW_HOOK from certbot-renew.service rhbz#2418470
@ 2026-05-31 15:04 Jonathan Wright
  0 siblings, 0 replies; only message in thread
From: Jonathan Wright @ 2026-05-31 15:04 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/certbot
Branch : rawhide
Commit : c3e85e982adb15a02d13a20271d7011de173b950
Author : Jonathan Wright <jonathan@almalinux.org>
Date   : 2026-05-31T10:03:56-05:00
Stats  : +5/-2 in 2 file(s)
URL    : https://src.fedoraproject.org/rpms/certbot/c/c3e85e982adb15a02d13a20271d7011de173b950?branch=rawhide

Log:
drop $RENEW_HOOK from certbot-renew.service rhbz#2418470

---
diff --git a/certbot-renew-systemd.service b/certbot-renew-systemd.service
index acb6b8e..fcaab0c 100644
--- a/certbot-renew-systemd.service
+++ b/certbot-renew-systemd.service
@@ -4,4 +4,4 @@ Description=This service automatically renews any certbot certificates found
 [Service]
 EnvironmentFile=/etc/sysconfig/certbot
 Type=oneshot
-ExecStart=/usr/bin/certbot renew --noninteractive --no-random-sleep-on-renew $PRE_HOOK $POST_HOOK $RENEW_HOOK $DEPLOY_HOOK $CERTBOT_ARGS
+ExecStart=/usr/bin/certbot renew --noninteractive --no-random-sleep-on-renew $PRE_HOOK $POST_HOOK $DEPLOY_HOOK $CERTBOT_ARGS

diff --git a/certbot.spec b/certbot.spec
index b317b66..c3b03ce 100644
--- a/certbot.spec
+++ b/certbot.spec
@@ -18,7 +18,7 @@
 
 Name:           certbot
 Version:        5.6.0
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        A free, automated certificate authority client
 
 License:        Apache-2.0
@@ -381,6 +381,9 @@ fi
 
 
 %changelog
+* Sun May 31 2026 Jonathan Wright <jonathan@almalinux.org> - 5.6.0-2
+- drop $RENEW_HOOK from certbot-renew.service rhbz#2418470
+
 * Sun May 31 2026 Jonathan Wright <jonathan@almalinux.org> - 5.6.0-1
 - update to 5.6.0 rhbz#2436532
 

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-05-31 15:04 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-05-31 15:04 [rpms/certbot] rawhide: drop $RENEW_HOOK from certbot-renew.service rhbz#2418470 Jonathan Wright

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox