[authconfig/f18: 3/3] New upstream release.

Tomáš Mráz tmraz at fedoraproject.org
Wed Dec 5 17:35:13 UTC 2012


commit e06b76714e031c36d501882af4624dcc7cb69f89
Author: Tomas Mraz <tmraz at fedoraproject.org>
Date:   Wed Dec 5 18:35:02 2012 +0100

    New upstream release.
    
    - fix missing cache_credentials option when saving sssd.conf
    - do not try to start/restart sssd with incomplete default domain
    - add autofs to sssd.conf activated services
    - add pam_winbind to session pam modules

 authconfig-6.2.5-lastlog-gdm.patch |   12 ++++++++++++
 authconfig.spec                    |    7 ++++++-
 2 files changed, 18 insertions(+), 1 deletions(-)
---
diff --git a/authconfig-6.2.5-lastlog-gdm.patch b/authconfig-6.2.5-lastlog-gdm.patch
new file mode 100644
index 0000000..d46b7c9
--- /dev/null
+++ b/authconfig-6.2.5-lastlog-gdm.patch
@@ -0,0 +1,12 @@
+diff -up authconfig-6.2.5/authinfo.py.gdm authconfig-6.2.5/authinfo.py
+--- authconfig-6.2.5/authinfo.py.gdm	2012-12-05 18:15:10.000000000 +0100
++++ authconfig-6.2.5/authinfo.py	2012-12-05 18:32:16.824489279 +0100
+@@ -409,7 +409,7 @@ argv_succeed_if_not_gdm = [
+ 
+ argv_lastlog_gdm = [
+ 	"nowtmp",
+-	"showfailed"
++	"silent"
+ ]
+ 
+ argv_lastlog_not_gdm = [
diff --git a/authconfig.spec b/authconfig.spec
index a4d54ba..5d3b4ea 100644
--- a/authconfig.spec
+++ b/authconfig.spec
@@ -1,13 +1,14 @@
 Summary: Command line tool for setting up authentication from network services
 Name: authconfig
 Version: 6.2.5
-Release: 1%{?dist}
+Release: 2%{?dist}
 License: GPLv2+
 ExclusiveOS: Linux
 Group: System Environment/Base
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 URL: https://fedorahosted.org/authconfig
 Source: https://fedorahosted.org/releases/a/u/%{name}/%{name}-%{version}.tar.bz2
+Patch1: authconfig-6.2.5-lastlog-gdm.patch
 Requires: newt-python, pam >= 0.99.10.0, python, libpwquality > 0.9
 Conflicts: pam_krb5 < 1.49, samba-common < 3.0, samba-client < 3.0
 Conflicts: nss_ldap < 254, sssd < 0.99.1
@@ -36,6 +37,7 @@ authentication schemes.
 
 %prep
 %setup -q -n %{name}-%{version}
+%patch1 -p1 -b .gdm
 
 %build
 %configure
@@ -125,6 +127,9 @@ authconfig --update --nostart >/dev/null 2>&1 || :
 %{_datadir}/icons/hicolor/256x256/apps/system-config-authentication.*
 
 %changelog
+* Wed Dec  5 2012 Tomas Mraz <tmraz at redhat.com> - 6.2.5-2
+- do not output messages from pam_lastlog (temporary fix for F18) (#881930)
+
 * Wed Dec  5 2012 Tomas Mraz <tmraz at redhat.com> - 6.2.5-1
 - fix missing cache_credentials option when saving sssd.conf
 - do not try to start/restart sssd with incomplete default domain


More information about the scm-commits mailing list