set sddm.conf %config(noreplace) and configure autologin like in kdm [release 0.16.0-3mamba;Sun Nov 19 2017]

This commit is contained in:
Silvan Calarco 2024-01-05 17:41:28 +01:00
parent 7946fbbc49
commit 117e00fe43

View File

@ -2,7 +2,7 @@
%define group_sddm 68 %define group_sddm 68
Name: sddm Name: sddm
Version: 0.16.0 Version: 0.16.0
Release: 2mamba Release: 3mamba
Summary: QML based X11 and Wayland display manager Summary: QML based X11 and Wayland display manager
Group: Graphical Desktop/Applications/Environment Group: Graphical Desktop/Applications/Environment
Vendor: openmamba Vendor: openmamba
@ -66,13 +66,23 @@ useradd -u %{user_sddm} -g sddm \
%systemd_postun sddm %systemd_postun sddm
: :
%posttrans
if [ $1 -ge 1 ]; then
# Keep autologin when upgrading from KDM
KDM_AUTOLOGIN=`grep "^AutoLoginUser=" /opt/kde/share/config/kdm/kdmrc| sed "s|AutoLoginUser=||"`
if [ "${KDM_AUTOLOGIN}" ]; then
sed -i "s|^User=$|^User=${KDM_AUTOLOGIN}|" /etc/sddm.conf
fi
fi
:
%files %files
%defattr(-,root,root) %defattr(-,root,root)
%{_sysconfdir}/dbus-1/system.d/org.freedesktop.DisplayManager.conf %{_sysconfdir}/dbus-1/system.d/org.freedesktop.DisplayManager.conf
%{_sysconfdir}/pam.d/sddm %{_sysconfdir}/pam.d/sddm
%{_sysconfdir}/pam.d/sddm-autologin %{_sysconfdir}/pam.d/sddm-autologin
%{_sysconfdir}/pam.d/sddm-greeter %{_sysconfdir}/pam.d/sddm-greeter
%{_sysconfdir}/sddm.conf %config(noreplace) %{_sysconfdir}/sddm.conf
%{_unitdir}/sddm.service %{_unitdir}/sddm.service
%{_bindir}/sddm %{_bindir}/sddm
%{_bindir}/sddm-greeter %{_bindir}/sddm-greeter
@ -99,6 +109,9 @@ useradd -u %{user_sddm} -g sddm \
%doc LICENSE %doc LICENSE
%changelog %changelog
* Sun Nov 19 2017 Silvan Calarco <silvan.calarco@mambasoft.it> 0.16.0-3mamba
- set sddm.conf %config(noreplace) and configure autologin like in kdm
* Wed Nov 15 2017 Silvan Calarco <silvan.calarco@mambasoft.it> 0.16.0-2mamba * Wed Nov 15 2017 Silvan Calarco <silvan.calarco@mambasoft.it> 0.16.0-2mamba
- fix sddm-autologin pam file for openmamba - fix sddm-autologin pam file for openmamba