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

            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

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

only message in thread, other threads:[~2026-06-30 10:54 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-30 10:54 [rpms/lxdm] 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