From c9ef06a84d52b7b42c0f575f9df0f689319dee90 Mon Sep 17 00:00:00 2001 From: Tomas Mraz Date: Jul 19 2012 21:59:43 +0000 Subject: New upstream release of authconfig. - fix missing linkage to libresolv - add missing requires of openssl binary for cacertdir_rehash - install missing packages via PackageKit (original patch by Stef Walter) - add pam_lastlog to postlogin PAM configuration to display failed login attempts - enable the allow_ypbind SELinux boolean when enabling NIS - try to preserve the dns_lookup_kdc and dns_lookup_realm settings - do not use cached_login in password stack for pam_winbind --- diff --git a/.gitignore b/.gitignore index e064559..afaff97 100644 --- a/.gitignore +++ b/.gitignore @@ -12,3 +12,4 @@ authconfig-6.1.8.tar.bz2 /authconfig-6.2.0.tar.bz2 /authconfig-6.2.1.tar.bz2 /authconfig-6.2.2.tar.bz2 +/authconfig-6.2.3.tar.bz2 diff --git a/authconfig.spec b/authconfig.spec index 3c664b7..0324832 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.2.2 -Release: 4%{?dist} +Version: 6.2.3 +Release: 1%{?dist} License: GPLv2+ ExclusiveOS: Linux Group: System Environment/Base @@ -38,7 +38,6 @@ authentication schemes. %setup -q -n %{name}-%{version} %build -LDFLAGS="$RPM_OPT_FLAGS -lresolv"; export LDFLAGS %configure make @@ -126,14 +125,15 @@ authconfig --update --nostart >/dev/null 2>&1 || : %{_datadir}/icons/hicolor/256x256/apps/system-config-authentication.* %changelog -* Wed Jul 18 2012 Fedora Release Engineering - 6.2.2-4 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild - -* Mon Jun 18 2012 Tomas Mraz - 6.2.2-3 -- add missing requires for /usr/bin/openssl - -* Wed May 30 2012 Tomas Mraz - 6.2.2-2 -- fix linking with libresolv +* Thu Jul 19 2012 Tomas Mraz - 6.2.3-1 +- fix missing linkage to libresolv +- add missing requires of openssl binary for cacertdir_rehash +- install missing packages via PackageKit (original patch by Stef Walter) +- add pam_lastlog to postlogin PAM configuration to display failed login + attempts +- enable the allow_ypbind SELinux boolean when enabling NIS +- try to preserve the dns_lookup_kdc and dns_lookup_realm settings +- do not use cached_login in password stack for pam_winbind * Tue Mar 27 2012 Tomas Mraz - 6.2.2-1 - use the new --noac option with ipa-client-install diff --git a/sources b/sources index ddcfcfa..4327870 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -13feaa9de8ddd93fde618415bf3aec75 authconfig-6.2.2.tar.bz2 +d0c3e26084d6af40f33e3b3f00e4ba51 authconfig-6.2.3.tar.bz2