- Add Requires for pam modules in plugins

This commit is contained in:
Ray Strode 2009-04-24 15:35:47 +00:00
parent a4b654dac6
commit 2c27ff99a7

View File

@ -16,7 +16,7 @@
Summary: The GNOME Display Manager Summary: The GNOME Display Manager
Name: gdm Name: gdm
Version: 2.26.1 Version: 2.26.1
Release: 2%{?dist} Release: 3%{?dist}
Epoch: 1 Epoch: 1
License: GPLv2+ License: GPLv2+
Group: User Interface/X Group: User Interface/X
@ -112,11 +112,13 @@ Provides: fast-user-switch-applet = %{epoch}:%{version}-%{release}
Summary: GDM smartcard plugin Summary: GDM smartcard plugin
Group: User Interface/Desktops Group: User Interface/Desktops
Requires: gdm = %{epoch}:%{version}-%{release} Requires: gdm = %{epoch}:%{version}-%{release}
Requires: pam_pkcs11
%package plugin-fingerprint %package plugin-fingerprint
Summary: GDM fingerprint plugin Summary: GDM fingerprint plugin
Group: User Interface/Desktops Group: User Interface/Desktops
Requires: gdm = %{epoch}:%{version}-%{release} Requires: gdm = %{epoch}:%{version}-%{release}
Requires: fprintd-pam
%description %description
GDM provides the graphical login screen, shown shortly after boot up, GDM provides the graphical login screen, shown shortly after boot up,
@ -380,6 +382,9 @@ fi
%{_libdir}/gdm/simple-greeter/plugins/fingerprint.so %{_libdir}/gdm/simple-greeter/plugins/fingerprint.so
%changelog %changelog
* Fri Apr 24 2009 Ray Strode <rstrode@redhat.com> - 1:2.26.1-3
- Add Requires for pam modules in plugins
* Tue Apr 21 2009 Ray Strode <rstrode@redhat.com> - 1:2.26.1-2 * Tue Apr 21 2009 Ray Strode <rstrode@redhat.com> - 1:2.26.1-2
- Stop inactive pam conversations when one succeeds. - Stop inactive pam conversations when one succeeds.
Should fix bug 496234 Should fix bug 496234