rpms/authconfig/F-13 authconfig-6.1.4-freeipa.patch, NONE, 1.1 authconfig.spec, 1.119, 1.120

Tomáš Mráz tmraz at fedoraproject.org
Fri May 7 07:36:29 UTC 2010


Author: tmraz

Update of /cvs/pkgs/rpms/authconfig/F-13
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv25728

Modified Files:
	authconfig.spec 
Added Files:
	authconfig-6.1.4-freeipa.patch 
Log Message:
* Fri May  7 2010 Tomas Mraz <tmraz at redhat.com> - 6.1.4-2
- fix FreeIPA configuration (#589751)


authconfig-6.1.4-freeipa.patch:
 authconfig-gtk.py |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- NEW FILE authconfig-6.1.4-freeipa.patch ---
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"),


Index: authconfig.spec
===================================================================
RCS file: /cvs/pkgs/rpms/authconfig/F-13/authconfig.spec,v
retrieving revision 1.119
retrieving revision 1.120
diff -u -p -r1.119 -r1.120
--- authconfig.spec	5 May 2010 07:32:58 -0000	1.119
+++ authconfig.spec	7 May 2010 07:36:29 -0000	1.120
@@ -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
 %{_datadir}/icons/hicolor/48x48/apps/system-config-authentication.*
 
 %changelog
+* Fri May  7 2010 Tomas Mraz <tmraz at redhat.com> - 6.1.4-2
+- fix FreeIPA configuration (#589751)
+
 * Tue May  4 2010 Tomas Mraz <tmraz at redhat.com> - 6.1.4-1
 - set the new icon also for the windows (#583330)
 - updated translations



More information about the scm-commits mailing list