From bbae34857851c46ad5381c1cc891732f9a0b7db5 Mon Sep 17 00:00:00 2001 From: Tomas Mraz Date: Dec 19 2008 09:28:44 +0000 Subject: Fix typo in the fingerprint reader patch (#477080) --- diff --git a/authconfig.py b/authconfig.py index 32669a7..0ce76ff 100755 --- a/authconfig.py +++ b/authconfig.py @@ -481,7 +481,7 @@ class AuthconfigTUI(Authconfig): def getMainChoices(self): warnCache = [authinfo.PATH_NSCD, _("caching"), "nscd", None] - warnFprintd = [authinfo.PATH_PAM_FPRINTF, _("Fingerprint reader"), "pam_fprintd", None] + warnFprintd = [authinfo.PATH_PAM_FPRINTD, _("Fingerprint reader"), "pam_fprintd", None] warnKerberos = [authinfo.PATH_PAM_KRB5, _("Kerberos"), "pam_krb5", None] warnLDAPAuth = [authinfo.PATH_PAM_LDAP, _("LDAP authentication"), "nss_ldap", None] warnLDAP = [authinfo.PATH_LIBNSS_LDAP, _("LDAP"), "nss_ldap", None] diff --git a/authconfig.spec.in b/authconfig.spec.in index 9c62446..2a324dc 100644 --- a/authconfig.spec.in +++ b/authconfig.spec.in @@ -95,6 +95,9 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/pixmaps/* %changelog +* Fri Dec 19 2008 Tomas Mraz - 5.4.6-1 +- fix typo in the fingerprint reader patch (#477080) + * Thu Nov 27 2008 Tomas Mraz - 5.4.5-1 - improved cacertdir_rehash to be more robust - add fingerprint reader support (original patch by Bastien Nocera) (#469418) diff --git a/configure.in b/configure.in index 8621298..a7e23dd 100644 --- a/configure.in +++ b/configure.in @@ -1,4 +1,4 @@ -AC_INIT(authconfig,5.4.5) +AC_INIT(authconfig,5.4.6) AM_INIT_AUTOMAKE([dist-bzip2 no-dist-gzip]) AC_PREFIX_DEFAULT(/usr) AC_PROG_CC