diff --git a/.gitignore b/.gitignore index 59455e0..e064559 100644 --- a/.gitignore +++ b/.gitignore @@ -11,3 +11,4 @@ authconfig-6.1.8.tar.bz2 /authconfig-6.1.17.tar.bz2 /authconfig-6.2.0.tar.bz2 /authconfig-6.2.1.tar.bz2 +/authconfig-6.2.2.tar.bz2 diff --git a/authconfig-6.1.16-initgroups.patch b/authconfig-6.1.16-initgroups.patch deleted file mode 100644 index 83b05ea..0000000 --- a/authconfig-6.1.16-initgroups.patch +++ /dev/null @@ -1,34 +0,0 @@ -diff -r d47e03cdd35f authinfo.py ---- a/authinfo.py Mon Sep 12 21:34:15 2011 +0200 -+++ b/authinfo.py Fri Nov 04 19:08:52 2011 +0100 -@@ -3171,6 +3171,7 @@ - wrotenetgroup = False - wroteautomount = False - wrotehosts = False -+ wroteinitgroups = False - f = None - output = "" - all_configs[CFG_NSSWITCH].backup(self.backupDir) -@@ -3268,6 +3269,13 @@ - output += users - output += "\n" - wrotegroup = True -+ # If it's a 'initgroups' line, insert ours instead. -+ elif matchLine(ls, "initgroups:"): -+ if not wroteinitgroups: -+ output += "initgroups: " -+ output += users -+ output += "\n" -+ wroteinitgroups = True - # If it's a 'netgroup' line, insert ours instead. - elif matchLine(ls, "netgroup:"): - if not wrotenetgroup: -@@ -3318,6 +3326,8 @@ - output += "hosts: " - output += hosts - output += "\n" -+ # For now we do not write initgroups -+ # line if not encountered - - # Write it out and close it. - f.rewind() diff --git a/authconfig-6.1.16-warn-low-uid.patch b/authconfig-6.1.16-warn-low-uid.patch deleted file mode 100644 index 168612e..0000000 --- a/authconfig-6.1.16-warn-low-uid.patch +++ /dev/null @@ -1,19 +0,0 @@ -# HG changeset patch -# User Tomas Mraz -# Date 1321349519 -3600 -# Node ID ad8ac2ee62d2d9e821de91f5bc4bd2195ef166c4 -# Parent dc8723ac744d4f262ea7f45d670915f21df9ad8a -If remote auth is not called due to low uid warn about it in syslog. (#753161) - -diff -r dc8723ac744d -r ad8ac2ee62d2 authinfo.py ---- a/authinfo.py Fri Nov 04 22:31:56 2011 +0100 -+++ b/authinfo.py Tue Nov 15 10:31:59 2011 +0100 -@@ -342,7 +342,7 @@ - argv_succeed_if_auth = [ - "uid >=", - "500", # this must be the second arg - to be replaced -- "quiet" -+ "quiet_success" - ] - - argv_succeed_if_account = [ diff --git a/authconfig.spec b/authconfig.spec index a702261..333cbfd 100644 --- a/authconfig.spec +++ b/authconfig.spec @@ -1,6 +1,6 @@ Summary: Command line tool for setting up authentication from network services Name: authconfig -Version: 6.2.1 +Version: 6.2.2 Release: 1%{?dist} License: GPLv2+ ExclusiveOS: Linux @@ -11,6 +11,7 @@ Source: https://fedorahosted.org/releases/a/u/%{name}/%{name}-%{version}.tar.bz2 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 +Conflicts: freeipa-client < 2.2.0, ipa-client < 2.2.0 BuildRequires: glib2-devel, python >= 2.6, python-devel BuildRequires: desktop-file-utils, intltool, gettext, perl-XML-Parser @@ -124,6 +125,12 @@ authconfig --update --nostart >/dev/null 2>&1 || : %{_datadir}/icons/hicolor/256x256/apps/system-config-authentication.* %changelog +* Tue Mar 27 2012 Tomas Mraz - 6.2.2-1 +- use the new --noac option with ipa-client-install +- add sss to the services entry in nsswitch.conf +- call res_init() to reread resolv.conf before res_send() +- updated translations + * Sat Feb 18 2012 Tomas Mraz - 6.2.1-1 - fix traceback in the command-line ui (#794900) - updated translations diff --git a/sources b/sources index 4c27f4a..ddcfcfa 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -9a1d5f0c6e7e03e3dc82ddeff2454241 authconfig-6.2.1.tar.bz2 +13feaa9de8ddd93fde618415bf3aec75 authconfig-6.2.2.tar.bz2