From e644168184fb1ccfafcabbbca54cbced0b809d79 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= Date: Tue, 11 Mar 2025 14:58:53 +0100 Subject: [PATCH] Change dbus user GECOS to avoid warning After the sysuserification of packages, we get this warning: >>> Scriptlet output: >>> /usr/lib/sysusers.d/dbus.conf:2: Conflict with earlier configuration for user 'dbus' in /usr/lib/sysusers.d/dbus-broker.conf (One file had "System Message Bus", the other had "System message bus".) In a sense, the problem was always there, and it was just surfaced by the switch from scriplets to sysusers. Depending on the order of installation of packages, the user would be created with one description or the other. The GECOS field is a "title", so capitalizing all the words seems reasonable. That's what is done for most users. Resolves: RHEL-109037 --- dbus-broker.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dbus-broker.spec b/dbus-broker.spec index 73fb998..b57786a 100644 --- a/dbus-broker.spec +++ b/dbus-broker.spec @@ -34,7 +34,7 @@ recent Linux kernel releases. # Create a sysusers.d config file cat >dbus-broker.sysusers.conf <