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
This commit is contained in:
parent
e2a1a1cdda
commit
e644168184
@ -34,7 +34,7 @@ recent Linux kernel releases.
|
||||
|
||||
# Create a sysusers.d config file
|
||||
cat >dbus-broker.sysusers.conf <<EOF
|
||||
u dbus %{dbus_user_id} 'System message bus' - -
|
||||
u dbus %{dbus_user_id} 'System Message Bus' - -
|
||||
EOF
|
||||
|
||||
%build
|
||||
|
||||
Loading…
Reference in New Issue
Block a user