public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: David King <amigadave@amigadave.com>
To: git-commits@fedoraproject.org
Subject: [rpms/gnome-initial-setup] f45: Install sysusers.d snippet (#2511997)
Date: Wed, 26 Aug 2026 16:02:09 GMT	[thread overview]
Message-ID: <178776012925.1.12441498726592337192.rpms-gnome-initial-setup-5fc6242350d7@fedoraproject.org> (raw)

            A new commit has been pushed.

            Repo   : rpms/gnome-initial-setup
            Branch : f45
            Commit : 5fc6242350d76a264f8e8fbfabbaac0528c6e1ee
            Author : David King <amigadave@amigadave.com>
            Date   : 2026-08-26T16:53:13+01:00
            Stats  : +2/-0 in 1 file(s)
            URL    : https://src.fedoraproject.org/rpms/gnome-initial-setup/c/5fc6242350d76a264f8e8fbfabbaac0528c6e1ee?branch=f45

            Log:
            Install sysusers.d snippet (#2511997)

It is required to install the provided snippet, rather than calling
%sysusers_create_compat alone, which evaluates as empty since F42.

---
diff --git a/gnome-initial-setup.spec b/gnome-initial-setup.spec
index 4249869..326b527 100644
--- a/gnome-initial-setup.spec
+++ b/gnome-initial-setup.spec
@@ -96,6 +96,8 @@ you through configuring it. It is integrated with gdm.
 
 mkdir -p %{buildroot}%{_datadir}/gnome-initial-setup
 cp %{SOURCE1} %{buildroot}%{_datadir}/gnome-initial-setup/
+mkdir -p %{buildroot}%{_sysusersdir}
+install -m 0644 %{SOURCE2} %{buildroot}%{_sysusersdir}/%{name}.conf
 mkdir -p %{buildroot}%{_tmpfilesdir}
 install -m 0644 %{SOURCE3} %{buildroot}%{_tmpfilesdir}/%{name}.conf
 

                 reply	other threads:[~2026-08-26 16:02 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=178776012925.1.12441498726592337192.rpms-gnome-initial-setup-5fc6242350d7@fedoraproject.org \
    --to=amigadave@amigadave.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