public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/caddy] epel10.2: Run systemd scriptlets on both caddy and caddy-api units
@ 2026-06-24 15:32 Carl George
  0 siblings, 0 replies; only message in thread
From: Carl George @ 2026-06-24 15:32 UTC (permalink / raw)
  To: git-commits

            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

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

only message in thread, other threads:[~2026-06-24 15:32 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-24 15:32 [rpms/caddy] epel10.2: Run systemd scriptlets on both caddy and caddy-api units Carl George

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