From b0951104fba216e3c5bf6fd2b007829d37a8ee31 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timoth=C3=A9e=20Ravier?= Date: Wed, 13 Oct 2021 13:05:56 +0200 Subject: [PATCH] Use the correct source for sysusers config Fixes: https://bugzilla.redhat.com/show_bug.cgi?id=2009500 Fixes: 022fc8f Use systemd-sysusers config to setup user/group --- sddm.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/sddm.spec b/sddm.spec index 0cf867d..a47eec4 100644 --- a/sddm.spec +++ b/sddm.spec @@ -9,7 +9,7 @@ Name: sddm Version: 0.19.0 -Release: 15%{?dist} +Release: 16%{?dist} License: GPLv2+ Summary: QML based X11 desktop manager @@ -156,7 +156,7 @@ install -Dpm 644 %{SOURCE13} %{buildroot}%{_tmpfilesdir}/sddm.conf install -Dpm 644 %{SOURCE14} %{buildroot}%{_sysconfdir}/sddm.conf install -Dpm 644 %{SOURCE15} %{buildroot}%{_datadir}/sddm/scripts/README.scripts install -Dpm 644 %{SOURCE16} %{buildroot}%{_sysconfdir}/sysconfig/sddm -install -Dpm 644 %{SOURCE17} %{buildroot}%{_sysusersdir}/sddm.conf +install -Dpm 644 %{SOURCE18} %{buildroot}%{_sysusersdir}/sddm.conf mkdir -p %{buildroot}/run/sddm mkdir -p %{buildroot}%{_localstatedir}/lib/sddm mkdir -p %{buildroot}%{_sysconfdir}/sddm/ @@ -260,6 +260,9 @@ fi %changelog +* Wed Oct 13 2021 Timothée Ravier - 0.19.0-16 +- Install the correct configuration for systemd-sysusers + * Fri Jul 23 2021 Fedora Release Engineering - 0.19.0-15 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild