public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Jocelyn Falempe <jfalempe@redhat.com>
To: git-commits@fedoraproject.org
Subject: [rpms/lightdm] rawhide: Add conflict with kmsconvt
Date: Fri, 03 Jul 2026 14:16:05 GMT	[thread overview]
Message-ID: <178308816533.1.15245599659895586970.rpms-lightdm-cf2e4b716656@fedoraproject.org> (raw)

            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

                 reply	other threads:[~2026-07-03 14:16 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=178308816533.1.15245599659895586970.rpms-lightdm-cf2e4b716656@fedoraproject.org \
    --to=jfalempe@redhat.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