[gdm] Update to 3.5.4.1

Ray Strode rstrode at fedoraproject.org
Thu Jul 19 16:39:17 UTC 2012


commit 7c6072e3effa66b1bafeabc25ce1d271bee0b197
Author: Ray Strode <rstrode at redhat.com>
Date:   Thu Jul 19 12:37:25 2012 -0400

    Update to 3.5.4.1
    
    - Fixes autologin
    - Fixes logind integration
    - Fixes dconf incompatibility

 .gitignore                                  |    2 +
 gdm-autologin-pam                           |   16 --------------
 gdm-fingerprint-16.png                      |  Bin 461 -> 0 bytes
 gdm-fingerprint-48.png                      |  Bin 1638 -> 0 bytes
 gdm-fingerprint.pam                         |   18 ----------------
 gdm-password.pam                            |   21 ------------------
 gdm-smartcard-16.png                        |  Bin 871 -> 0 bytes
 gdm-smartcard-48.png                        |  Bin 4202 -> 0 bytes
 gdm-smartcard.pam                           |   18 ----------------
 gdm-welcome-pam                             |   11 ---------
 gdm.spec                                    |   30 ++++++++------------------
 gdmsetup-pam                                |    4 ---
 polkit-gnome-authentication-agent-1.desktop |    5 ----
 sources                                     |    3 +-
 14 files changed, 13 insertions(+), 115 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 1b976c3..7e46adc 100644
--- a/.gitignore
+++ b/.gitignore
@@ -20,3 +20,5 @@ gdm-2.30.2.tar.bz2
 /gdm-3.4.1.tar.xz
 /gdm-3.5.2.tar.xz
 /gdm-3.5.4.tar.xz
+/gdm-3.5.4.1.tar.xz
+/org.gnome.login-screen.gschema.override
diff --git a/gdm.spec b/gdm.spec
index 541c857..18d8a6c 100644
--- a/gdm.spec
+++ b/gdm.spec
@@ -13,24 +13,15 @@
 
 Summary: The GNOME Display Manager
 Name: gdm
-Version: 3.5.4
-Release: 3%{?dist}
+Version: 3.5.4.1
+Release: 1%{?dist}
 Epoch: 1
 License: GPLv2+
 Group: User Interface/X
 URL: http://download.gnome.org/sources/gdm
 #VCS: git:git://git.gnome.org/gdm
 Source: http://download.gnome.org/sources/gdm/3.4/gdm-%{version}.tar.xz
-Source2: gdm-autologin-pam
-Source11: gdm-welcome-pam
-Source3: gdm-password.pam
-Source4: gdm-smartcard.pam
-Source5: gdm-fingerprint.pam
-Source6: gdm-smartcard-16.png
-Source7: gdm-smartcard-48.png
-Source8: gdm-fingerprint-16.png
-Source9: gdm-fingerprint-48.png
-Source10: org.gnome.login-screen.gschema.override
+Source1: org.gnome.login-screen.gschema.override
 
 # upstream fix
 Patch0: dconf-profile.patch
@@ -136,15 +127,6 @@ Development files and headers for writing GDM greeters.
 autoreconf -i -f
 
 %build
-cp -f %{SOURCE2} data/gdm-autologin
-cp -f %{SOURCE3} gui/simple-greeter/extensions/password/gdm-password.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
-cp -f %{SOURCE9} gui/simple-greeter/extensions/fingerprint/icons/48x48/gdm-fingerprint.png
 
 %configure --with-pam-prefix=%{_sysconfdir} \
            --enable-split-authentication \
@@ -366,6 +348,12 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor >&/dev/null || :
 %{_libdir}/girepository-1.0/Gdm-1.0.typelib
 
 %changelog
+* Thu Jul 19 2012 Ray Strode <rstrode at redhat.com> 3.5.4.1-1
+- Update to 3.5.4.1
+- Fixes autologin
+- Fixes logind integration
+- Fixes dconf incompatibility
+
 * Thu Jul 19 2012 Matthias Clasen <mclasen at redhat.com> - 1:3.5.4-3
 - Fix dconf profile syntax
 
diff --git a/sources b/sources
index 740b364..44cd499 100644
--- a/sources
+++ b/sources
@@ -1 +1,2 @@
-b622bb2b8a0461125824bcede844a9a7  gdm-3.5.4.tar.xz
+e7a016c384f85aff5f974612a6236560  gdm-3.5.4.1.tar.xz
+f8fbef8f99229e0e0dfa7621d4786786  org.gnome.login-screen.gschema.override


More information about the scm-commits mailing list