[authconfig] New upstream release with bug fixes and improvements

Tomáš Mráz tmraz at fedoraproject.org
Tue Mar 27 10:21:23 UTC 2012


commit 9fb410aa0057f96337c4e9b7e448cced254d6062
Author: Tomas Mraz <tmraz at fedoraproject.org>
Date:   Tue Mar 27 12:21:18 2012 +0200

    New upstream release with bug fixes and improvements

 .gitignore                           |    1 +
 authconfig-6.1.16-initgroups.patch   |   34 ----------------------------------
 authconfig-6.1.16-warn-low-uid.patch |   19 -------------------
 authconfig.spec                      |    9 ++++++++-
 sources                              |    2 +-
 5 files changed, 10 insertions(+), 55 deletions(-)
---
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.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 <tmraz at redhat.com> - 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 <tmraz at redhat.com> - 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


More information about the scm-commits mailing list