Hello community, here is the log from the commit of package gdm for openSUSE:Factory checked in at 2012-11-12 12:33:33 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/gdm (Old) and /work/SRC/openSUSE:Factory/.gdm.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gdm", Maintainer is "dli...@suse.com" Changes: -------- --- /work/SRC/openSUSE:Factory/gdm/gdm.changes 2012-10-19 12:14:28.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.gdm.new/gdm.changes 2012-11-12 12:33:35.000000000 +0100 @@ -1,0 +2,11 @@ +Sun Nov 11 18:39:36 UTC 2012 - dims...@opensuse.org + +- Fix useradd invocation: -o is useless without -u and newer + versions of pwdutils/shadowutils fail on this now. + +------------------------------------------------------------------- +Thu Nov 8 18:57:37 UTC 2012 - dims...@opensuse.org + +- Switch on systemd support: change with_systemd defines to 1. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ gdm.spec ++++++ --- /var/tmp/diff_new_pack.u44qGi/_old 2012-11-12 12:33:38.000000000 +0100 +++ /var/tmp/diff_new_pack.u44qGi/_new 2012-11-12 12:33:38.000000000 +0100 @@ -19,7 +19,10 @@ # We can enable systemd support only if we have xorg 1.12, as it means # starting X with --seat, and only if we build the whole system with # systemd support (for instance, NetworkManager). -%define with_systemd 0 +%define with_systemd 1 +%if %{with_systemd} +%define systemdsystemunitdir %(pkg-config --variable=systemdsystemunitdir systemd) +%endif # FIXME: need to check what should be done to enable this (at least adapt the pam files). See bnc#699999 %define enable_split_authentication 0 @@ -312,7 +315,7 @@ %pre /usr/sbin/groupadd -r gdm 2> /dev/null || : -/usr/sbin/useradd -r -o -g gdm -G video -s /bin/false \ +/usr/sbin/useradd -r -g gdm -G video -s /bin/false \ -c "Gnome Display Manager daemon" -d /var/lib/gdm gdm 2> /dev/null || : /usr/sbin/usermod -g gdm -G video -s /bin/false gdm 2> /dev/null # Fix incorrect interpretation of DISPLAYMANAGER_PASSWORD_LESS_LOGIN (#307566). @@ -424,6 +427,9 @@ %{_datadir}/gdm/simple-greeter/extensions/password/ %{_libdir}/gdm/simple-greeter/extensions/libpassword.so %endif +%if %{with_systemd} +%{systemdsystemunitdir}/gdm.service +%endif %if %{enable_split_authentication} -- To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org For additional commands, e-mail: opensuse-commit+h...@opensuse.org