Accepting request 285417 from GNOME:Factory
Fix bug exposed with fprintd and supported hardware installed. OBS-URL: https://build.opensuse.org/request/show/285417 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gdm?expand=0&rev=172
This commit is contained in:
commit
9301528c73
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 10 11:28:29 UTC 2015 - zaitor@opensuse.org
|
||||
|
||||
- Only install gdm-fingerprint and gdm-smartcard pamfiles if
|
||||
enable_split_authentication is enabled (boo#900836).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 14 13:04:31 UTC 2014 - dimstar@opensuse.org
|
||||
|
||||
|
8
gdm.spec
8
gdm.spec
@ -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 %{SOURCE1} $RPM_BUILD_ROOT/etc/pam.d/gdm
|
||||
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 @@ dconf update
|
||||
%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
|
||||
|
Loading…
x
Reference in New Issue
Block a user