From 0eadebd97df5982bb88d883798b047a042bd5ab1 Mon Sep 17 00:00:00 2001 From: Tomáš Mráz Date: Dec 14 2009 20:17:44 +0000 Subject: - should work fine with sssd >= 0.99.1 (#547344) --- diff --git a/.cvsignore b/.cvsignore index 5dad41d..a41d015 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -authconfig-5.4.10.tar.bz2 +authconfig-6.0.0.tar.bz2 diff --git a/authconfig.spec b/authconfig.spec index 8c3274b..9817c3d 100644 --- a/authconfig.spec +++ b/authconfig.spec @@ -1,7 +1,7 @@ Summary: Command line tool for setting up authentication from network services Name: authconfig -Version: 5.4.10 -Release: 1%{?dist} +Version: 6.0.0 +Release: 2%{?dist} License: GPLv2+ ExclusiveOS: Linux Group: System Environment/Base @@ -10,8 +10,8 @@ URL: https://fedorahosted.org/authconfig Source: https://fedorahosted.org/releases/a/u/%{name}/%{name}-%{version}.tar.bz2 Requires: newt-python, pam >= 0.99.10.0, python Conflicts: pam_krb5 < 1.49, samba-common < 3.0, samba-client < 3.0 -Conflicts: nss_ldap < 254 -BuildRequires: glib2-devel, python >= 2.4.1, python-devel +Conflicts: nss_ldap < 254, sssd < 0.99.1 +BuildRequires: glib2-devel, python >= 2.6, python-devel BuildRequires: desktop-file-utils, intltool, gettext, perl-XML-Parser %description @@ -23,7 +23,7 @@ authentication schemes. %package gtk Summary: Graphical tool for setting up authentication from network services Group: System Environment/Base -Requires: %{name} = %{version}-%{release}, pygtk2-libglade >= 2.4.0 +Requires: %{name} = %{version}-%{release}, pygtk2-libglade >= 2.14.0 Requires: usermode-gtk %description gtk @@ -101,6 +101,27 @@ authconfig --update --nostart >/dev/null 2>&1 || : %{_datadir}/pixmaps/* %changelog +* Mon Dec 14 2009 Tomas Mraz - 6.0.0-2 +- should work fine with sssd >= 0.99.1 (#547344) + +* Thu Dec 10 2009 Tomas Mraz - 6.0.0-1 +- support for SSSD enabling/disabling and basic support for + SSSD domain setup +- safe atomic overwrites of the config files + +* Wed Nov 11 2009 Tomas Mraz - 5.4.14-1 +- fixed missing truncation in the backup restores (#533881) + +* Fri Sep 25 2009 Tomas Mraz - 5.4.13-1 +- updated translations + +* Thu Sep 17 2009 Tomas Mraz - 5.4.12-1 +- fixed indentation error (#523534) + +* Mon Sep 14 2009 Tomas Mraz - 5.4.11-1 +- updated translations (#522444) +- silence failures when restarting services (#500385) + * Thu Apr 23 2009 Tomas Mraz - 5.4.10-1 - update PAM configuration when updating from old authconfig versions (#495924) diff --git a/sources b/sources index e859bab..eda71ea 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -368fb2d5738cf86d46de64ceced1b20a authconfig-5.4.10.tar.bz2 +4806810049b0e9106d469dd0381ba725 authconfig-6.0.0.tar.bz2