Hello community, here is the log from the commit of package gdm for openSUSE:Factory checked in at 2015-02-16 21:21:38 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/gdm (Old) and /work/SRC/openSUSE:Factory/.gdm.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gdm" Changes: -------- --- /work/SRC/openSUSE:Factory/gdm/gdm.changes 2014-10-16 14:53:35.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.gdm.new/gdm.changes 2015-02-16 21:21:39.000000000 +0100 @@ -1,0 +2,6 @@ +Tue Feb 10 11:28:29 UTC 2015 - [email protected] + +- Only install gdm-fingerprint and gdm-smartcard pamfiles if + enable_split_authentication is enabled (boo#900836). + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ gdm.spec ++++++ --- /var/tmp/diff_new_pack.48gS1H/_old 2015-02-16 21:21:40.000000000 +0100 +++ /var/tmp/diff_new_pack.48gS1H/_new 2015-02-16 21:21:40.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package gdm # -# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -238,10 +238,12 @@ cp %{SOURCE2} $RPM_BUILD_ROOT/etc/pam.d/gdm-autologin # Pam config for the greeter session cp %{SOURCE3} $RPM_BUILD_ROOT/etc/pam.d/gdm-launch-environment +%if %{enable_split_authentication} # Pam config for fingerprint authentication cp %{SOURCE6} $RPM_BUILD_ROOT/etc/pam.d/gdm-fingerprint # Pam config for smartcard authentication cp %{SOURCE7} $RPM_BUILD_ROOT/etc/pam.d/gdm-smartcard +%endif # The default gdm pam configuration is the one to be used as pam-password too %if %{enable_split_authentication} rm $RPM_BUILD_ROOT/etc/pam.d/gdm-password @@ -338,9 +340,11 @@ %ghost %attr(751,gdm,gdm) %dir /run/gdm %config /etc/pam.d/gdm %config /etc/pam.d/gdm-autologin +%if %{enable_split_authentication} %config /etc/pam.d/gdm-fingerprint -%config /etc/pam.d/gdm-password %config /etc/pam.d/gdm-smartcard +%endif +%config /etc/pam.d/gdm-password %config /etc/pam.d/gdm-launch-environment %config %{_sysconfdir}/dbus-1/system.d/gdm.conf # /etc/xinit.d/xdm integration -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
