public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/lightdm] rawhide: Add conflict with kmsconvt
@ 2026-07-03 14:16 Jocelyn Falempe
  0 siblings, 0 replies; only message in thread
From: Jocelyn Falempe @ 2026-07-03 14:16 UTC (permalink / raw)
  To: git-commits

            A new commit has been pushed.

            Repo   : rpms/lightdm
            Branch : rawhide
            Commit : cf2e4b71665676ed8adb08c214d32a0f3b83493c
            Author : Jocelyn Falempe <jfalempe@redhat.com>
            Date   : 2026-06-30T10:07:10+02:00
            Stats  : +3/-3 in 1 file(s)
            URL    : https://src.fedoraproject.org/rpms/lightdm/c/cf2e4b71665676ed8adb08c214d32a0f3b83493c?branch=rawhide

            Log:
            Add conflict with kmsconvt

kmscon will be enabled by default in F45, and will conflict with login
managers.

---
diff --git a/lightdm.service b/lightdm.service
index 045b805..c72154f 100644
--- a/lightdm.service
+++ b/lightdm.service
@@ -2,9 +2,9 @@
 Description=Light Display Manager
 Documentation=man:lightdm(1)
 
-# Replaces getty.
-Conflicts=getty@tty1.service
-After=getty@tty1.service
+# Replaces getty and kmscon.
+Conflicts=getty@tty1.service kmsconvt@tty1.service
+After=getty@tty1.service kmsconvt@tty1.service
 
 # Replaces plymouth-quit since it quits plymouth on its own.
 Conflicts=plymouth-quit.service

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

only message in thread, other threads:[~2026-07-03 14:16 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-03 14:16 [rpms/lightdm] rawhide: Add conflict with kmsconvt Jocelyn Falempe

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