public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Carl George <carlwgeorge@gmail.com>
To: git-commits@fedoraproject.org
Subject: [rpms/caddy] rawhide: Run systemd scriptlets on both caddy and caddy-api units
Date: Sat, 13 Jun 2026 05:08:25 GMT [thread overview]
Message-ID: <178132730509.1.12541466271257138895.rpms-caddy-07a268cdfe53@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/caddy
Branch : rawhide
Commit : 07a268cdfe536b4408e8ff869154fa95eb96ded5
Author : Carl George <carlwgeorge@gmail.com>
Date : 2026-06-12T21:43:32-05:00
Stats : +3/-3 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/caddy/c/07a268cdfe536b4408e8ff869154fa95eb96ded5?branch=rawhide
Log:
Run systemd scriptlets on both caddy and caddy-api units
[skip changelog]
---
diff --git a/caddy.spec b/caddy.spec
index e463bec..c474c06 100644
--- a/caddy.spec
+++ b/caddy.spec
@@ -307,7 +307,7 @@ cd src/%{goipath}
%post
-%systemd_post caddy.service
+%systemd_post caddy.service caddy-api.service
if [ -x /usr/sbin/getsebool ]; then
# connect to ACME endpoint to request certificates
@@ -331,11 +331,11 @@ fi
%preun
-%systemd_preun caddy.service
+%systemd_preun caddy.service caddy-api.service
%postun
-%systemd_postun_with_restart caddy.service
+%systemd_postun_with_restart caddy.service caddy-api.service
if [ $1 -eq 0 ]; then
if [ -x /usr/sbin/getsebool ]; then
reply other threads:[~2026-06-13 5:08 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=178132730509.1.12541466271257138895.rpms-caddy-07a268cdfe53@fedoraproject.org \
--to=carlwgeorge@gmail.com \
--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