public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/caddy] rawhide: Create sysusersdir before writing file there
@ 2026-06-13  5:08 Carl George
  0 siblings, 0 replies; only message in thread
From: Carl George @ 2026-06-13  5:08 UTC (permalink / raw)
  To: git-commits

            A new commit has been pushed.

            Repo   : rpms/caddy
            Branch : rawhide
            Commit : 903390450164ad4cce9a1f53e42ab486e680bf79
            Author : Carl George <carlwgeorge@gmail.com>
            Date   : 2026-06-12T21:43:32-05:00
            Stats  : +1/-0 in 1 file(s)
            URL    : https://src.fedoraproject.org/rpms/caddy/c/903390450164ad4cce9a1f53e42ab486e680bf79?branch=rawhide

            Log:
            Create sysusersdir before writing file there

[skip changelog]

---
diff --git a/caddy.spec b/caddy.spec
index c83ebac..e463bec 100644
--- a/caddy.spec
+++ b/caddy.spec
@@ -263,6 +263,7 @@ install -d -m 0755 %{buildroot}%{_sysconfdir}/caddy/Caddyfile.d
 install -D -p -m 0644 -t %{buildroot}%{_unitdir} %{S:20} %{S:21}
 
 # sysusers
+install -d -m 0755 %{buildroot}%{_sysusersdir}
 cat > %{buildroot}%{_sysusersdir}/caddy.conf << EOF
 u caddy - "Caddy web server" /var/lib/caddy
 EOF

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

only message in thread, other threads:[~2026-06-13  5:08 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-13  5:08 [rpms/caddy] rawhide: Create sysusersdir before writing file there Carl George

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