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/lxdm] rawhide: Add conflict with kmsconvt
Date: Tue, 30 Jun 2026 10:54:47 GMT	[thread overview]
Message-ID: <178281688734.1.17578033462878983443.rpms-lxdm-6234ae89e824@fedoraproject.org> (raw)

            A new commit has been pushed.

            Repo   : rpms/lxdm
            Branch : rawhide
            Commit : 6234ae89e8240834d5c502c1e427005e2ec50ebf
            Author : Jocelyn Falempe <jfalempe@redhat.com>
            Date   : 2026-06-30T10:41:15+02:00
            Stats  : +3/-3 in 2 file(s)
            URL    : https://src.fedoraproject.org/rpms/lxdm/c/6234ae89e8240834d5c502c1e427005e2ec50ebf?branch=rawhide

            Log:
            Add conflict with kmsconvt

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

---
diff --git a/lxdm.service b/lxdm.service
index 14d364f..3201c64 100644
--- a/lxdm.service
+++ b/lxdm.service
@@ -1,8 +1,8 @@
 [Unit]
 Description=LXDM (Lightweight X11 Display Manager)
 #Documentation=man:lxdm(8)
-Conflicts=getty@tty1.service
-After=systemd-user-sessions.service getty@tty1.service plymouth-quit.service livesys-late.service
+Conflicts=getty@tty1.service kmsconvt@tty1.service
+After=systemd-user-sessions.service getty@tty1.service kmsconvt@tty1.service plymouth-quit.service livesys-late.service
 #Conflicts=plymouth-quit.service
 
 [Service]

diff --git a/lxdm.spec b/lxdm.spec
index db4e0bb..dd952c5 100644
--- a/lxdm.spec
+++ b/lxdm.spec
@@ -26,7 +26,7 @@
 
 Name:           lxdm
 Version:        %{main_version}%{?git_version:^%{?git_version}}
-Release:        14%{?dist}
+Release:        15%{?dist}
 Summary:        Lightweight X11 Display Manager
 
 # src/*.c	GPL-3.0-or-later

                 reply	other threads:[~2026-06-30 10:54 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=178281688734.1.17578033462878983443.rpms-lxdm-6234ae89e824@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