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] epel10.2: Run systemd scriptlets on both caddy and caddy-api units
Date: Wed, 24 Jun 2026 15:32:05 GMT	[thread overview]
Message-ID: <178231512539.1.1592705578156005138.rpms-caddy-2d1c57ac2bc0@fedoraproject.org> (raw)

            A new commit has been pushed.

            Repo   : rpms/caddy
            Branch : epel10.2
            Commit : 2d1c57ac2bc07b12a8d58953448808f551b39a16
            Author : Carl George <carlwgeorge@gmail.com>
            Date   : 2026-06-13T02:05:22-05:00
            Stats  : +3/-3 in 1 file(s)
            URL    : https://src.fedoraproject.org/rpms/caddy/c/2d1c57ac2bc07b12a8d58953448808f551b39a16?branch=epel10.2

            Log:
            Run systemd scriptlets on both caddy and caddy-api units

[skip changelog]

---
diff --git a/caddy.spec b/caddy.spec
index c7e502f..cc55301 100644
--- a/caddy.spec
+++ b/caddy.spec
@@ -308,7 +308,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
@@ -332,11 +332,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-24 15:32 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=178231512539.1.1592705578156005138.rpms-caddy-2d1c57ac2bc0@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