Rebuild with connectionless support (#587722)
Updated autofs schema (#584808)
This commit is contained in:
parent
dee30b1bcb
commit
4d56125efa
@ -8,14 +8,14 @@
|
|||||||
|
|
||||||
# Attribute Type Definitions
|
# Attribute Type Definitions
|
||||||
|
|
||||||
attributetype ( 1.3.6.1.1.1.1.25 NAME 'automountInformation'
|
attributetype ( 1.3.6.1.4.1.2312.4.1.2 NAME 'automountInformation'
|
||||||
DESC 'Information used by the autofs automounter'
|
DESC 'Information used by the autofs automounter'
|
||||||
EQUALITY caseExactIA5Match
|
EQUALITY caseExactMatch
|
||||||
SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE )
|
SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE )
|
||||||
|
|
||||||
objectclass ( 1.3.6.1.1.1.1.13 NAME 'automount' SUP top STRUCTURAL
|
objectclass ( 1.3.6.1.4.1.2312.4.2.3 NAME 'automount' SUP top STRUCTURAL
|
||||||
DESC 'An entry in an automounter map'
|
DESC 'An entry in an automounter map'
|
||||||
MUST ( cn $ automountInformation )
|
MUST ( cn $ automountInformation $ objectclass )
|
||||||
MAY ( description ) )
|
MAY ( description ) )
|
||||||
|
|
||||||
objectclass ( 1.3.6.1.4.1.2312.4.2.2 NAME 'automountMap' SUP top STRUCTURAL
|
objectclass ( 1.3.6.1.4.1.2312.4.2.2 NAME 'automountMap' SUP top STRUCTURAL
|
||||||
|
@ -11,7 +11,7 @@
|
|||||||
Summary: LDAP support libraries
|
Summary: LDAP support libraries
|
||||||
Name: openldap
|
Name: openldap
|
||||||
Version: %{version}
|
Version: %{version}
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
License: OpenLDAP
|
License: OpenLDAP
|
||||||
Group: System Environment/Daemons
|
Group: System Environment/Daemons
|
||||||
Source0: ftp://ftp.OpenLDAP.org/pub/OpenLDAP/openldap-release/openldap-%{version}.tgz
|
Source0: ftp://ftp.OpenLDAP.org/pub/OpenLDAP/openldap-release/openldap-%{version}.tgz
|
||||||
@ -192,7 +192,7 @@ ln -sf libslapd_db.so ${dbdir}/%{_lib}/${subdir}/libdb.so
|
|||||||
popd
|
popd
|
||||||
|
|
||||||
export CPPFLAGS="-I${dbdir}/include"
|
export CPPFLAGS="-I${dbdir}/include"
|
||||||
export CFLAGS="$CPPFLAGS $RPM_OPT_FLAGS -D_REENTRANT -fPIC -D_GNU_SOURCE"
|
export CFLAGS="$CPPFLAGS $RPM_OPT_FLAGS -D_REENTRANT -DLDAP_CONNECTIONLESS -fPIC -D_GNU_SOURCE"
|
||||||
export LDFLAGS="-L${dbdir}/%{_lib}"
|
export LDFLAGS="-L${dbdir}/%{_lib}"
|
||||||
export LD_LIBRARY_PATH=${dbdir}/%{_lib}${LD_LIBRARY_PATH:+:${LD_LIBRARY_PATH}}
|
export LD_LIBRARY_PATH=${dbdir}/%{_lib}${LD_LIBRARY_PATH:+:${LD_LIBRARY_PATH}}
|
||||||
|
|
||||||
@ -631,6 +631,10 @@ fi
|
|||||||
%attr(0644,root,root) %{evolution_connector_libdir}/*.a
|
%attr(0644,root,root) %{evolution_connector_libdir}/*.a
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue May 18 2010 Jan Zeleny <jzeleny@redhat.com> - 2.4.22-2
|
||||||
|
- rebuild with connectionless support (#587722)
|
||||||
|
- updated autofs schema (#584808)
|
||||||
|
|
||||||
* Tue May 04 2010 Jan Zeleny <jzeleny@redhat.com> - 2.4.22-1
|
* Tue May 04 2010 Jan Zeleny <jzeleny@redhat.com> - 2.4.22-1
|
||||||
- rebased to 2.4.22 (mostly bugfixes, added back-ldif, back-null testing support)
|
- rebased to 2.4.22 (mostly bugfixes, added back-ldif, back-null testing support)
|
||||||
- due to some possible issues pointed out in last update testing phase, I'm
|
- due to some possible issues pointed out in last update testing phase, I'm
|
||||||
|
Loading…
Reference in New Issue
Block a user