public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Jonathan Wright <jonathan@almalinux.org>
To: git-commits@fedoraproject.org
Subject: [rpms/certbot] rawhide: drop $RENEW_HOOK from certbot-renew.service rhbz#2418470
Date: Sun, 31 May 2026 15:04:09 GMT [thread overview]
Message-ID: <178023984975.1.18258049693926556475.rpms-certbot-c3e85e982adb@fedoraproject.org> (raw)
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
reply other threads:[~2026-05-31 15:04 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=178023984975.1.18258049693926556475.rpms-certbot-c3e85e982adb@fedoraproject.org \
--to=jonathan@almalinux.org \
--cc=git-commits@fedoraproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox