Name: gnome50-el10-compat Version: 1.0.0 Release: 1%{?dist} Summary: GNOME 50 Compatibility workarounds for EL10 License: MIT Source0: systemd-user.pam BuildArch: noarch # Conflicts with systemd versions that have the Patch0254 regression. # Based on current CS10, systemd-256.4-1.el10 has this patch. # We'll conflict until a fix is available. # Conflicts: systemd < 256.5-1.el10 %description This package provides configuration overrides to restore upstream behavior for components that regress when using GNOME 50 on CentOS Stream 10. Currently, it fixes the systemd-user PAM service to support dynamic GDM greeter users. %prep # No prep needed for just a config file. %build # No build needed. %install mkdir -p %{buildroot}%{_sysconfdir}/pam.d cp %{SOURCE0} %{buildroot}%{_sysconfdir}/pam.d/systemd-user %files %config(noreplace) %{_sysconfdir}/pam.d/systemd-user %changelog * Sat Mar 14 2026 James - 1.0.0-1 - Initial release with systemd-user PAM workaround for dynamic GDM users.