diff --git a/.gitignore b/.gitignore index b4c2c43..18c6004 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ authconfig-6.1.7.tar.bz2 +authconfig-6.1.8.tar.bz2 diff --git a/authconfig.spec b/authconfig.spec index 10a71b4..ac83cd7 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: 6.1.7 -Release: 2%{?dist} +Version: 6.1.8 +Release: 1%{?dist} License: GPLv2+ ExclusiveOS: Linux Group: System Environment/Base @@ -110,8 +110,11 @@ authconfig --update --nostart >/dev/null 2>&1 || : %{_datadir}/icons/hicolor/48x48/apps/system-config-authentication.* %changelog -* Wed Jul 21 2010 David Malcolm - 6.1.7-2 -- Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild +* 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) +- fix duplication of dialogs when the revert is cancelled (#621632) +- add --enable/disableforcelegacy option (#605857) * Thu Jul 15 2010 Tomas Mraz - 6.1.7-1 - fix startup of NIS services (#614856) diff --git a/sources b/sources index 1acfb11..0166a0a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -bbd7724c4b069dffa99cf69a1384748b authconfig-6.1.7.tar.bz2 +6b87b07d6ac79fa3ea48162ce77ccee6 authconfig-6.1.8.tar.bz2