[gdm/f16] Properly set up PAM files

Ray Strode rstrode at fedoraproject.org
Mon Oct 24 19:08:18 UTC 2011


commit f93e8c6e9dde4e795e91c6eb1877b4b9e2ba8b5c
Author: Ray Strode <rstrode at redhat.com>
Date:   Mon Oct 24 15:07:17 2011 -0400

    Properly set up PAM files
    
    The location of the PAM files changed upstream, and so our distro
    specific PAM files were no longer getting copied to the right place.
    
    This fixes fingerprint login.

 gdm.spec |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/gdm.spec b/gdm.spec
index 456ebcd..1fda924 100644
--- a/gdm.spec
+++ b/gdm.spec
@@ -143,10 +143,10 @@ autoreconf -i -f
 %build
 cp -f %{SOURCE1} data/gdm
 cp -f %{SOURCE2} data/gdm-autologin
-cp -f %{SOURCE11} data/gdm-welcome
 cp -f %{SOURCE3} gui/simple-greeter/extensions/password/gdm-password.pam
-cp -f %{SOURCE4} gui/simple-greeter/extensions/smartcard/gdm-smartcard.pam
-cp -f %{SOURCE5} gui/simple-greeter/extensions/fingerprint/gdm-fingerprint.pam
+cp -f %{SOURCE4} data/gdm-smartcard.pam
+cp -f %{SOURCE5} data/gdm-fingerprint.pam
+cp -f %{SOURCE11} data/gdm-welcome
 cp -f %{SOURCE6} gui/simple-greeter/extensions/smartcard/icons/16x16/gdm-smartcard.png
 cp -f %{SOURCE7} gui/simple-greeter/extensions/smartcard/icons/48x48/gdm-smartcard.png
 cp -f %{SOURCE8} gui/simple-greeter/extensions/fingerprint/icons/16x16/gdm-fingerprint.png


More information about the scm-commits mailing list