diff --git a/.gitignore b/.gitignore index 61a2cdb..83d0110 100644 --- a/.gitignore +++ b/.gitignore @@ -9,3 +9,4 @@ authconfig-6.1.8.tar.bz2 /authconfig-6.1.15.tar.bz2 /authconfig-6.1.16.tar.bz2 /authconfig-6.1.17.tar.bz2 +/authconfig-6.2.0.tar.bz2 diff --git a/authconfig.spec b/authconfig.spec index b3ff6d1..a6b3fbe 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.17 -Release: 2%{?dist} +Version: 6.2.0 +Release: 1%{?dist} License: GPLv2+ ExclusiveOS: Linux Group: System Environment/Base @@ -124,8 +124,9 @@ authconfig --update --nostart >/dev/null 2>&1 || : %{_datadir}/icons/hicolor/256x256/apps/system-config-authentication.* %changelog -* Thu Jan 12 2012 Fedora Release Engineering - 6.1.17-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild +* Thu Feb 16 2012 Tomas Mraz - 6.2.0-1 +- add support for password requirements settings +- add support for joining IPAv2 domains * Thu Nov 24 2011 Tomas Mraz - 6.1.17-1 - fix wrong exit value of --savebackup action diff --git a/sources b/sources index d654fde..f9ad860 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -4f54beebb5c91fdc0fe7d9bdba13526c authconfig-6.1.17.tar.bz2 +a08dcf48a647c26f98b65a195f5c1f8a authconfig-6.2.0.tar.bz2