Rocky 9.8 update breaks login screen

I updated to Rocky 9.8 today from 9.7. I had a login screen configured that gave a login banner and disabled the user list drop down. These options were configured in /etc/dconf/db/gdm.d/01-banner-message

[org/gnome/login-screen]

disable-user-list=true

banner-message-enable=true

banner-message-text=‘Long banner message’

After the update the login banner was gone and the user drop down list came back; first displaying only root, and then my username after I’d logged in one time. How can I get these configurations back again? I did confirm everything was correct and ran “dconf update” again, didn’t get any errors, and rebooted. Still the same after the reboot.

Thanks in advance

The used repo/mirror is maybe out of sync. There are some updates missing.
Therefore try to update your system again to the latest state.

yum clean all
yum update 

My PC isn’t connected to the internet, so I manually downloaded the newest systemd, systemd-libs, systemd-pam, systemd-rpm-macros, and systemd-udev files and installed them, and that fixed the issue without having to delete any flatpak files.

Thanks!