diff --git a/.gitignore b/.gitignore index 18c6004..9ae868f 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ authconfig-6.1.7.tar.bz2 authconfig-6.1.8.tar.bz2 +/authconfig-6.1.9.tar.bz2 diff --git a/authconfig.spec b/authconfig.spec index ac83cd7..a13c014 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.1.8 +Version: 6.1.9 Release: 1%{?dist} License: GPLv2+ ExclusiveOS: Linux @@ -110,6 +110,12 @@ authconfig --update --nostart >/dev/null 2>&1 || : %{_datadir}/icons/hicolor/48x48/apps/system-config-authentication.* %changelog +* Tue Sep 15 2010 Tomas Mraz - 6.1.9-1 +- removed support for setting up pam_smb_auth authentication - long + ago deprecated +- added code for better synchronization of files with duplicate + settings such as login.defs, libuser.conf and system-auth-ac (#565521) + * Tue Aug 10 2010 Tomas Mraz - 6.1.8-1 - add pam_systemd to the PAM configuration (#612712) - fix force smarcard setting read when Kerberos enabled (#620475) diff --git a/sources b/sources index 0166a0a..05d46c7 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -6b87b07d6ac79fa3ea48162ce77ccee6 authconfig-6.1.8.tar.bz2 +d480c73e8bded5f266c32e52a9a3ac3e authconfig-6.1.9.tar.bz2