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/greetd] rawhide: Add conflict with kmsconvt
Date: Thu, 17 Sep 2026 15:00:05 GMT	[thread overview]
Message-ID: <178965720511.1.17472971030725543394.rpms-greetd-b98259b73a39@fedoraproject.org> (raw)

            A new commit has been pushed.

            Repo   : rpms/greetd
            Branch : rawhide
            Commit : b98259b73a397a82ce332c0ea552c7e7003b8c77
            Author : Jocelyn Falempe <jfalempe@redhat.com>
            Date   : 2026-09-17T14:57:14+00:00
            Stats  : +55/-0 in 2 file(s)
            URL    : https://src.fedoraproject.org/rpms/greetd/c/b98259b73a397a82ce332c0ea552c7e7003b8c77?branch=rawhide

            Log:
            Add conflict with kmsconvt

kmscon will be enabled in F45, and will conflict with login manager.

---
diff --git a/greetd.spec b/greetd.spec
index d7e1334..883fa28 100644
--- a/greetd.spec
+++ b/greetd.spec
@@ -35,6 +35,7 @@ Source103:      %{name}.sysusers
 Source104:      %{name}.tmpfiles
 
 Patch:          greetd-0.10.0-Unbundle-greetd_ipc.patch
+Patch:		kmscon.patch
 
 Provides:       service(graphical-login) = greetd
 

diff --git a/kmscon.patch b/kmscon.patch
new file mode 100644
index 0000000..b0bbcc8
--- /dev/null
+++ b/kmscon.patch
@@ -0,0 +1,54 @@
+Authentication-Results: mail-a.sr.ht; dkim=pass header.d=xry111.site header.i=@xry111.site
+Received: from xry111.site (xry111.site [89.208.246.23])
+	by mail-a.sr.ht (Postfix) with ESMTPS id BDE3A20506
+	for <~kennylevinsen/greetd-devel@lists.sr.ht>; Wed, 08 Apr 2026 02:29:07 +0000 (UTC)
+DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=xry111.site;
+	s=default; t=1775615345;
+	bh=XlJQAIi3kb901xOeSJ2pdOCcoxYhrRDlu39sHaJWrok=;
+	h=From:To:Cc:Subject:Date:From;
+	b=iVG1g1PWIbdvI3G6l2HVBCugxvjJMR1Q4IMQiIi8UY7CqNNz+zAhlVHh90Vl0Vp73
+	 7NSYKURStKQFadMDVMLBtQACsgygY00vYsplXmzlSZ9bkN45qAbju6BfNeP0NGVlIG
+	 zYIDU4ohYurP24Nk7N/seoN/ka0OtJhguEpXOwHs=
+Received: from stargazer (unknown [IPv6:2409:8a4c:e10:180:5633:9efb:acb8:d769])
+	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
+	 key-exchange X25519 server-signature ECDSA (secp384r1) server-digest SHA384)
+	(Client did not present a certificate)
+	(Authenticated sender: xry111@xry111.site)
+	by xry111.site (Postfix) with ESMTPSA id 40C5E65992;
+	Tue,  7 Apr 2026 22:29:03 -0400 (EDT)
+From: Xi Ruoyao <xry111@xry111.site>
+To: ~kennylevinsen/greetd-devel@lists.sr.ht
+Cc: Xi Ruoyao <xry111@xry111.site>
+Subject: [PATCH] systemd: add Conflicts with kmsconvt
+Date: Wed,  8 Apr 2026 10:28:50 +0800
+Message-ID: <20260408022850.176889-1-xry111@xry111.site>
+X-Mailer: git-send-email 2.53.0
+MIME-Version: 1.0
+Content-Transfer-Encoding: 8bit
+
+kmsconvt is a replacement for getty, so it will also conflict with gdm.
+Add Conflicts= for it like what plasmalogin and gdm have done.
+
+Signed-off-by: Xi Ruoyao <xry111@xry111.site>
+---
+ greetd.service | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+diff --git a/greetd.service b/greetd.service
+index 4fad1b0..03b20f2 100755
+--- a/greetd.service
++++ b/greetd.service
+@@ -1,8 +1,8 @@
+ [Unit]
+ Description=Greeter daemon
+ After=systemd-user-sessions.service plymouth-quit-wait.service
+-After=getty@tty1.service
+-Conflicts=getty@tty1.service
++After=getty@tty1.service kmsconvt@tty1.service
++Conflicts=getty@tty1.service kmsconvt@tty1.service
+ 
+ [Service]
+ Type=simple
+-- 
+2.53.0
+

                 reply	other threads:[~2026-09-17 15:00 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=178965720511.1.17472971030725543394.rpms-greetd-b98259b73a39@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