diff --git a/.gitignore b/.gitignore index 929df85..c222c8f 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ authconfig-6.1.8.tar.bz2 /authconfig-6.1.9.tar.bz2 /authconfig-6.1.10.tar.bz2 /authconfig-6.1.11.tar.bz2 +/authconfig-6.1.12.tar.bz2 diff --git a/authconfig.spec b/authconfig.spec index af60a67..2fbf2ea 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.11 +Version: 6.1.12 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 +* Thu Dec 23 2010 Tomas Mraz - 6.1.12-1 +- give proper warnings on missing packages if configuration + supported by SSSD (#663882) +- do not delete mdns4_minimal from nsswitch.conf (#645295) +- updated translations from Transifex + * Wed Oct 6 2010 Tomas Mraz - 6.1.11-1 - do not restart services when configuration did not change - dissallow setting identity or authentication services with missing diff --git a/sources b/sources index 140140c..2fbbbc5 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -a5d8fe160206235e88f1155cfab284f0 authconfig-6.1.11.tar.bz2 +f5ec1fdc4442c3725936beea29e5d69a authconfig-6.1.12.tar.bz2