From 6613f6554eec67aa262d68205ba4422b0513671c Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Feb 19 2015 23:15:09 +0000 Subject: Revert "lightdm user home /var/lib/lightdm (instead of /var/log/lightdm)" This reverts commit bbd23bfcb3707493f17d9ebd199d24aa3ce6543d. --- diff --git a/lightdm.spec b/lightdm.spec index c3f7d6b..dcaf236 100644 --- a/lightdm.spec +++ b/lightdm.spec @@ -9,7 +9,7 @@ Name: lightdm Summary: Lightweight Display Manager Version: 1.6.3 -Release: 2%{?dist} +Release: 1%{?dist} # library/bindings are LGPLv2 or LGPLv3, the rest GPLv3+ License: (LGPLv2 or LGPLv3) and GPLv3+ @@ -195,7 +195,7 @@ install -m644 -p -D %{SOURCE6} %{buildroot}%{_datadir}/polkit-1/rules.d/lightdm. %pre getent group lightdm >/dev/null || groupadd -r lightdm getent passwd lightdm >/dev/null || \ - /usr/sbin/useradd -g lightdm -M -d /var/lib/lightdm -s /sbin/nologin -r lightdm > /dev/null 2>&1 + /usr/sbin/useradd -g lightdm -M -d /var/log/lightdm -s /sbin/nologin -r lightdm > /dev/null 2>&1 ## ignore errors, as we can't disambiguate between lightdm already existed ## and couldn't create account with the current adduser. exit 0 @@ -272,9 +272,6 @@ fi %changelog -* Tue Oct 08 2013 Rex Dieter 1.6.3-2 -- lightdm user home /var/lib/lightdm (instead of /var/log/lightdm) - * Mon Oct 07 2013 Rex Dieter 1.6.3-1 - lightdm-1.6.3