rpms/ipa/F-12 ipa-schema.patch,NONE,1.1 ipa.spec,1.26,1.27

rcritten rcritten at fedoraproject.org
Mon Jan 18 19:33:21 UTC 2010


Author: rcritten

Update of /cvs/extras/rpms/ipa/F-12
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv5347

Modified Files:
	ipa.spec 
Added Files:
	ipa-schema.patch 
Log Message:
Add patch to explicitly pull schema attributes (BZ #544927)


ipa-schema.patch:
 funcs.py |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- NEW FILE ipa-schema.patch ---
diff --git a/ipa-server/xmlrpc-server/funcs.py b/ipa-server/xmlrpc-server/funcs.py
index cf9e7de..4d8d2fc 100644
--- a/ipa-server/xmlrpc-server/funcs.py
+++ b/ipa-server/xmlrpc-server/funcs.py
@@ -332,7 +332,7 @@ class IPAServer:
 
         schema_entry = self.__get_base_entry("", "objectclass=*", ['dn','subschemasubentry'], opts)
         schema_cn = schema_entry.get('subschemasubentry')
-        schema = self.__get_base_entry(schema_cn, "objectclass=*", ['*'], opts)
+        schema = self.__get_base_entry(schema_cn, "objectclass=*", ['*','objectclasses','attributetypes','matchingrules'], opts)
 
         return schema


Index: ipa.spec
===================================================================
RCS file: /cvs/extras/rpms/ipa/F-12/ipa.spec,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -p -r1.26 -r1.27
--- ipa.spec	24 Nov 2009 20:22:59 -0000	1.26
+++ ipa.spec	18 Jan 2010 19:33:20 -0000	1.27
@@ -6,7 +6,7 @@
 
 Name:           ipa
 Version:        1.2.2
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        The Identity, Policy and Audit system
 
 Group:          System Environment/Base
@@ -16,6 +16,7 @@ Source0:        freeipa-%{version}.tar.g
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 Patch01:        Fix-install-with-krb-1.7.patch
+Patch02:        ipa-schema.patch
 
 BuildRequires:  fedora-ds-base-devel >= 1.1.3
 BuildRequires:  mozldap-devel
@@ -195,6 +196,7 @@ administering radius authentication sett
 %prep
 %setup -n freeipa-%{version} -q
 %patch01 -p1 -b .stash-as-keytab
+%patch02 -p1 -b .schema
 
 %build
 export CFLAGS="$CFLAGS %{optflags}"
@@ -475,6 +477,9 @@ fi
 %{_sbindir}/ipa-modradiusprofile
 
 %changelog
+* Mon Jan 18 2010 Rob Crittenden <rcritten at redhat.com> - 1.2.2-3
+- Add patch to explicitly pull schema attributes (BZ #544927)
+
 * Tue Nov 24 2009 Simo Sorce <ssorce at redhat.com> - 1.2.2-2
 - Add patch to fix installation with krb5 1.7
 



More information about the scm-commits mailing list