From 4b25e0ba74a52faa5a9a7839d5e2c77610ae5998 Mon Sep 17 00:00:00 2001 From: Tomas Mraz Date: Nov 24 2011 15:40:00 +0000 Subject: fix wrong exit value of --savebackup action do not crash on broken SSSD configuration use pam_pwquality instead of pam_cracklib --- diff --git a/.gitignore b/.gitignore index 89e1df9..61a2cdb 100644 --- a/.gitignore +++ b/.gitignore @@ -8,3 +8,4 @@ authconfig-6.1.8.tar.bz2 /authconfig-6.1.14.tar.bz2 /authconfig-6.1.15.tar.bz2 /authconfig-6.1.16.tar.bz2 +/authconfig-6.1.17.tar.bz2 diff --git a/authconfig.spec b/authconfig.spec index 823366d..2dd4b03 100644 --- a/authconfig.spec +++ b/authconfig.spec @@ -1,16 +1,14 @@ Summary: Command line tool for setting up authentication from network services Name: authconfig -Version: 6.1.16 -Release: 3%{?dist} +Version: 6.1.17 +Release: 1%{?dist} License: GPLv2+ ExclusiveOS: Linux Group: System Environment/Base BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) URL: https://fedorahosted.org/authconfig Source: https://fedorahosted.org/releases/a/u/%{name}/%{name}-%{version}.tar.bz2 -Patch1: authconfig-6.1.16-initgroups.patch -Patch2: authconfig-6.1.16-warn-low-uid.patch -Requires: newt-python, pam >= 0.99.10.0, python +Requires: newt-python, pam >= 0.99.10.0, python, libpwquality > 0.9 Conflicts: pam_krb5 < 1.49, samba-common < 3.0, samba-client < 3.0 Conflicts: nss_ldap < 254, sssd < 0.99.1 BuildRequires: glib2-devel, python >= 2.6, python-devel @@ -36,8 +34,6 @@ authentication schemes. %prep %setup -q -n %{name}-%{version} -%patch1 -p 1 -b .initgroups -%patch2 -p 1 -b .low-uid %build CFLAGS="$RPM_OPT_FLAGS -fPIC"; export CFLAGS @@ -128,11 +124,10 @@ authconfig --update --nostart >/dev/null 2>&1 || : %{_datadir}/icons/hicolor/256x256/apps/system-config-authentication.* %changelog -* Tue Nov 15 2011 Tomas Mraz - 6.1.16-3 -- if remote auth is not called due to low uid warn about it in syslog (#753161) - -* Fri Nov 4 2011 Tomas Mraz - 6.1.16-2 -- accommodate the addition of initgroups entry in nsswitch.conf (#750388) +* Thu Nov 24 2011 Tomas Mraz - 6.1.17-1 +- fix wrong exit value of --savebackup action +- do not crash on broken SSSD configuration +- use pam_pwquality instead of pam_cracklib * Mon Sep 12 2011 Tomas Mraz - 6.1.16-1 - fix broken --help output for languages without spaces (#734355) diff --git a/sources b/sources index 26b76f5..d654fde 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -b3809524705780814f5540506ffd3260 authconfig-6.1.16.tar.bz2 +4f54beebb5c91fdc0fe7d9bdba13526c authconfig-6.1.17.tar.bz2