From f33518d55d3794b35e937b8612d4afa58d4ff4b8 Mon Sep 17 00:00:00 2001 From: Tomáš Mráz Date: Dec 10 2009 16:12:58 +0000 Subject: - support for SSSD enabling/disabling and basic support for SSSD domain setup - safe atomic overwrites of the config files --- diff --git a/.cvsignore b/.cvsignore index f919aee..a41d015 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -authconfig-5.4.14.tar.bz2 +authconfig-6.0.0.tar.bz2 diff --git a/authconfig.spec b/authconfig.spec index 9d693e2..34b86e8 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: 5.4.14 +Version: 6.0.0 Release: 1%{?dist} License: GPLv2+ ExclusiveOS: Linux @@ -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 < 1.0.0 +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,11 @@ authconfig --update --nostart >/dev/null 2>&1 || : %{_datadir}/pixmaps/* %changelog +* 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) diff --git a/sources b/sources index fb45f21..eda71ea 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -02721515659da2013d6f8551d8ea0b87 authconfig-5.4.14.tar.bz2 +4806810049b0e9106d469dd0381ba725 authconfig-6.0.0.tar.bz2