diff --git a/.gitignore b/.gitignore index fd905cd..9383521 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,4 @@ authconfig-6.1.8.tar.bz2 /authconfig-6.1.11.tar.bz2 /authconfig-6.1.12.tar.bz2 /authconfig-6.1.13.tar.bz2 +/authconfig-6.1.14.tar.bz2 diff --git a/authconfig.spec b/authconfig.spec index 88d1587..0b1c262 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.13 +Version: 6.1.14 Release: 1%{?dist} License: GPLv2+ ExclusiveOS: Linux @@ -109,8 +109,14 @@ authconfig --update --nostart >/dev/null 2>&1 || : %{_datadir}/icons/hicolor/24x24/apps/system-config-authentication.* %{_datadir}/icons/hicolor/32x32/apps/system-config-authentication.* %{_datadir}/icons/hicolor/48x48/apps/system-config-authentication.* +%{_datadir}/icons/hicolor/256x256/apps/system-config-authentication.* %changelog +* Tue May 17 2011 Tomas Mraz - 6.1.14-1 +- new hi-res icon (#702666) +- use krb5_server instead of krb5_kdcip (#677766) +- print error message if authconfig-gtk is not run within proper X environment + * Tue Feb 8 2011 Tomas Mraz - 6.1.13-1 - support for postlogin PAM configuration and pam_ecryptfs patch by Paolo Bonzini diff --git a/sources b/sources index 5fb44af..2439369 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -4d74d6ddc4f4c9ee1b795e664bdeee6b authconfig-6.1.13.tar.bz2 +af33ecdd474414e8bec7f77282f558c2 authconfig-6.1.14.tar.bz2