[packages/systemd] - rel 2, drop -nodaemon from prefdm (breaks GDM)
baggins
baggins at pld-linux.org
Sun Jun 22 09:56:52 CEST 2025
commit c932358e2cc13162d8a460c63c406c0bc73af606
Author: Jan Rękorajski <baggins at pld-linux.org>
Date: Sun Jun 22 09:56:23 2025 +0200
- rel 2, drop -nodaemon from prefdm (breaks GDM)
prefdm.service | 2 +-
systemd.spec | 6 +++---
2 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/systemd.spec b/systemd.spec
index bd38a98..e7f9f01 100644
--- a/systemd.spec
+++ b/systemd.spec
@@ -33,7 +33,7 @@ Summary(pl.UTF-8): systemd - zarządca systemu i usług dla Linuksa
Name: systemd
# Verify ChangeLog and NEWS when updating (since there are incompatible/breaking changes very often)
Version: 254.26
-Release: 1
+Release: 2
Epoch: 1
License: GPL v2+ (udev), LGPL v2.1+ (the rest)
Group: Base
@@ -225,8 +225,8 @@ Conflicts: mdadm < 4.0-2
Conflicts: pam < 1:1.1.5-5
# ...and sudo hates it
Conflicts: sudo < 1:1.7.8p2-4
-# for prefdm script
-Conflicts: xinitrc-ng < 1.0
+# for prefdm script and service without -nodaemon
+Conflicts: xinitrc-ng < 1.2
# systemd scripts use options not present in older versions
Conflicts: kpartx < 0.6.1-1
Conflicts: multipath-tools < 0.6.1-1
diff --git a/prefdm.service b/prefdm.service
index 256cca0..2e6d92e 100644
--- a/prefdm.service
+++ b/prefdm.service
@@ -4,7 +4,7 @@ Conflicts=getty at tty1.service
After=systemd-user-sessions.service getty at tty1.service plymouth-quit.service livesys-late.service rc-local.service acpid.service
[Service]
-ExecStart=/etc/X11/xinit/prefdm -nodaemon
+ExecStart=/etc/X11/xinit/prefdm
Restart=always
RestartSec=0
IgnoreSIGPIPE=no
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/systemd.git/commitdiff/c932358e2cc13162d8a460c63c406c0bc73af606
More information about the pld-cvs-commit
mailing list