public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/gnome-initial-setup] f45: Install sysusers.d snippet (#2511997)
@ 2026-08-26 16:02 David King
0 siblings, 0 replies; only message in thread
From: David King @ 2026-08-26 16:02 UTC (permalink / raw)
To: git-commits
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
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-08-26 16:02 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-26 16:02 [rpms/gnome-initial-setup] f45: Install sysusers.d snippet (#2511997) David King
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox