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: Create sysusersdir before writing file there
Date: Sat, 13 Jun 2026 05:08:24 GMT	[thread overview]
Message-ID: <178132730463.1.9746301226791044665.rpms-caddy-903390450164@fedoraproject.org> (raw)

            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

                 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=178132730463.1.9746301226791044665.rpms-caddy-903390450164@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