diff --git a/.cvsignore b/.cvsignore index b4cd30b..3b00025 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -authconfig-6.1.4.tar.bz2 +authconfig-6.1.5.tar.bz2 diff --git a/authconfig-6.1.4-freeipa.patch b/authconfig-6.1.4-freeipa.patch deleted file mode 100644 index 8c3cd60..0000000 --- a/authconfig-6.1.4-freeipa.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -r 4f5846f54735 authconfig-gtk.py ---- a/authconfig-gtk.py Tue May 04 17:53:48 2010 +0200 -+++ b/authconfig-gtk.py Fri May 07 09:18:48 2010 +0200 -@@ -100,7 +100,7 @@ - (_("LDAP"), ("Kerberos", "LDAPAuth"), - "ldapoptions", "ldap_map", authinfo.PATH_LIBNSS_SSS, "sssd-client"), - "FreeIPA": -- (_("FreeIPA"), ("Kerberos"), -+ (_("FreeIPA"), ("Kerberos",), - "ldapoptions", "ldap_map", authinfo.PATH_LIBNSS_SSS, "sssd-client"), - "NIS": - (_("NIS"), ("NISAuth", "Kerberos"), diff --git a/authconfig.spec b/authconfig.spec index aa4cead..369ba3f 100644 --- a/authconfig.spec +++ b/authconfig.spec @@ -1,14 +1,13 @@ Summary: Command line tool for setting up authentication from network services Name: authconfig -Version: 6.1.4 -Release: 2%{?dist} +Version: 6.1.5 +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.4-freeipa.patch Requires: newt-python, pam >= 0.99.10.0, python Conflicts: pam_krb5 < 1.49, samba-common < 3.0, samba-client < 3.0 Conflicts: nss_ldap < 254, sssd < 0.99.1 @@ -35,7 +34,6 @@ authentication schemes. %prep %setup -q -n %{name}-%{version} -%patch1 -p1 -b .freeipa %build CFLAGS="$RPM_OPT_FLAGS -fPIC"; export CFLAGS @@ -112,8 +110,11 @@ authconfig --update --nostart >/dev/null 2>&1 || : %{_datadir}/icons/hicolor/48x48/apps/system-config-authentication.* %changelog -* Fri May 7 2010 Tomas Mraz - 6.1.4-2 +* Wed May 19 2010 Tomas Mraz - 6.1.5-1 - fix FreeIPA configuration (#589751) +- disable the krb5 inputs if using dns discovery (#591681) +- fix GUI crash on revert +- add pam_sss to password-auth password stack (#592872) * Tue May 4 2010 Tomas Mraz - 6.1.4-1 - set the new icon also for the windows (#583330) diff --git a/sources b/sources index edd076e..69786f7 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -aed2dfb0af2667ebef924454ebe82006 authconfig-6.1.4.tar.bz2 +38bba5da7ba6cd53b2f2e64d4e89a1e2 authconfig-6.1.5.tar.bz2