diff --git a/authconfig-6.1.4-freeipa.patch b/authconfig-6.1.4-freeipa.patch new file mode 100644 index 0000000..8c3cd60 --- /dev/null +++ b/authconfig-6.1.4-freeipa.patch @@ -0,0 +1,12 @@ +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 7ed9ad9..aa4cead 100644 --- a/authconfig.spec +++ b/authconfig.spec @@ -1,13 +1,14 @@ Summary: Command line tool for setting up authentication from network services Name: authconfig Version: 6.1.4 -Release: 1%{?dist} +Release: 2%{?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 @@ -34,6 +35,7 @@ authentication schemes. %prep %setup -q -n %{name}-%{version} +%patch1 -p1 -b .freeipa %build CFLAGS="$RPM_OPT_FLAGS -fPIC"; export CFLAGS @@ -110,6 +112,9 @@ 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 +- fix FreeIPA configuration (#589751) + * Tue May 4 2010 Tomas Mraz - 6.1.4-1 - set the new icon also for the windows (#583330) - updated translations