rpms/gdm/devel gdm.spec,1.464,1.465

Ray Strode rstrode at fedoraproject.org
Fri Apr 24 15:36:18 UTC 2009


Author: rstrode

Update of /cvs/pkgs/rpms/gdm/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv5787

Modified Files:
	gdm.spec 
Log Message:
- Add Requires for pam modules in plugins



Index: gdm.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gdm/devel/gdm.spec,v
retrieving revision 1.464
retrieving revision 1.465
diff -u -r1.464 -r1.465
--- gdm.spec	21 Apr 2009 20:42:41 -0000	1.464
+++ gdm.spec	24 Apr 2009 15:35:47 -0000	1.465
@@ -16,7 +16,7 @@
 Summary: The GNOME Display Manager
 Name: gdm
 Version: 2.26.1
-Release: 2%{?dist}
+Release: 3%{?dist}
 Epoch: 1
 License: GPLv2+
 Group: User Interface/X
@@ -112,11 +112,13 @@
 Summary:   GDM smartcard plugin
 Group:     User Interface/Desktops
 Requires:  gdm = %{epoch}:%{version}-%{release}
+Requires:  pam_pkcs11
 
 %package plugin-fingerprint
 Summary:   GDM fingerprint plugin
 Group:     User Interface/Desktops
 Requires:  gdm = %{epoch}:%{version}-%{release}
+Requires:  fprintd-pam
 
 %description
 GDM provides the graphical login screen, shown shortly after boot up,
@@ -380,6 +382,9 @@
 %{_libdir}/gdm/simple-greeter/plugins/fingerprint.so
 
 %changelog
+* Fri Apr 24 2009 Ray Strode <rstrode at redhat.com> - 1:2.26.1-3
+- Add Requires for pam modules in plugins
+
 * Tue Apr 21 2009 Ray Strode <rstrode at redhat.com> - 1:2.26.1-2
 - Stop inactive pam conversations when one succeeds.
   Should fix bug 496234




More information about the fedora-extras-commits mailing list