openldap fix deps and verbump
This commit is contained in:
@@ -63,7 +63,7 @@ def setup():
|
|||||||
--localstatedir=/var/lib"
|
--localstatedir=/var/lib"
|
||||||
|
|
||||||
if get.buildTYPE() == "emul32":
|
if get.buildTYPE() == "emul32":
|
||||||
options += " --prefix=/emul32 \
|
options = " --prefix=/emul32 \
|
||||||
--libdir=/usr/lib32 \
|
--libdir=/usr/lib32 \
|
||||||
--libexecdir=/emul32/libexec \
|
--libexecdir=/emul32/libexec \
|
||||||
--disable-bdb \
|
--disable-bdb \
|
||||||
|
|||||||
@@ -50,7 +50,8 @@
|
|||||||
<Summary>Command-line ldap client commands (ldapsearch, ldapadd etc..)</Summary>
|
<Summary>Command-line ldap client commands (ldapsearch, ldapadd etc..)</Summary>
|
||||||
<RuntimeDependencies>
|
<RuntimeDependencies>
|
||||||
<Dependency>nss</Dependency>
|
<Dependency>nss</Dependency>
|
||||||
<!--Dependency>cyrus-sasl</Dependency-->
|
<Dependency>nspr</Dependency>
|
||||||
|
<Dependency>cyrus-sasl</Dependency>
|
||||||
</RuntimeDependencies>
|
</RuntimeDependencies>
|
||||||
<Files>
|
<Files>
|
||||||
<Path fileType="config">/etc/openldap/ldap.conf*</Path>
|
<Path fileType="config">/etc/openldap/ldap.conf*</Path>
|
||||||
@@ -68,6 +69,10 @@
|
|||||||
<Summary>OpenLDAP server slapd and releated tools</Summary>
|
<Summary>OpenLDAP server slapd and releated tools</Summary>
|
||||||
<Description>OpenLDAP server slapd, additional backends, configuration files, schema definitions required for operation, and database maintenance tools</Description>
|
<Description>OpenLDAP server slapd, additional backends, configuration files, schema definitions required for operation, and database maintenance tools</Description>
|
||||||
<RuntimeDependencies>
|
<RuntimeDependencies>
|
||||||
|
<Dependency>db</Dependency>
|
||||||
|
<Dependency>perl</Dependency>
|
||||||
|
<Dependency>tcp-wrappers</Dependency>
|
||||||
|
<Dependency>libtool-ltdl</Dependency>
|
||||||
<Dependency>nss</Dependency>
|
<Dependency>nss</Dependency>
|
||||||
<Dependency>cyrus-sasl</Dependency>
|
<Dependency>cyrus-sasl</Dependency>
|
||||||
<Dependency>openldap-client</Dependency>
|
<Dependency>openldap-client</Dependency>
|
||||||
@@ -103,9 +108,11 @@
|
|||||||
<BuildType>emul32</BuildType>
|
<BuildType>emul32</BuildType>
|
||||||
<BuildDependencies>
|
<BuildDependencies>
|
||||||
<Dependency>openssl-32bit</Dependency>
|
<Dependency>openssl-32bit</Dependency>
|
||||||
|
<Dependency>glibc-32bit</Dependency>
|
||||||
<Dependency>libtool-ltdl-32bit</Dependency>
|
<Dependency>libtool-ltdl-32bit</Dependency>
|
||||||
</BuildDependencies>
|
</BuildDependencies>
|
||||||
<RuntimeDependencies>
|
<RuntimeDependencies>
|
||||||
|
<Dependency>glibc-32bit</Dependency>
|
||||||
<Dependency>openssl-32bit</Dependency>
|
<Dependency>openssl-32bit</Dependency>
|
||||||
<Dependency release="current">openldap-client</Dependency>
|
<Dependency release="current">openldap-client</Dependency>
|
||||||
</RuntimeDependencies>
|
</RuntimeDependencies>
|
||||||
|
|||||||
Reference in New Issue
Block a user