[389-dsgw/el6] version 1.1.6 - openldap support on f-14 and later

Richard Allen Megginson rmeggins at fedoraproject.org
Wed Jun 1 22:09:16 UTC 2011


commit be5290660ef092bf893b6e806b11110d6bce6a5c
Author: Rich Megginson <rmeggins at redhat.com>
Date:   Tue Oct 26 18:40:14 2010 -0600

    version 1.1.6 - openldap support on f-14 and later

 389-dsgw.spec |    6 ++----
 1 files changed, 2 insertions(+), 4 deletions(-)
---
diff --git a/389-dsgw.spec b/389-dsgw.spec
index 5820b16..cc1fb19 100644
--- a/389-dsgw.spec
+++ b/389-dsgw.spec
@@ -12,7 +12,7 @@ BuildRoot:        %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires:    nspr-devel
 BuildRequires:    nss-devel
 BuildRequires:    svrcore-devel
-BuildRequires:    mozldap-devel
+BuildRequires:    openldap-devel
 BuildRequires:    cyrus-sasl-devel
 BuildRequires:    icu
 BuildRequires:    libicu-devel
@@ -21,8 +21,6 @@ BuildRequires:    389-adminutil-devel
 Requires:         /etc/dirsrv/admin-serv/httpd.conf
 # orgchart uses perldap
 Requires:         perl-Mozilla-LDAP
-Provides:         fedora-ds-dsgw = %{version}-%{release}
-Obsoletes:        fedora-ds-dsgw < 1.1.3-1
 
 Source0:          http://port389.org/sources/%{name}-%{version}.tar.bz2
 
@@ -41,7 +39,7 @@ different types of user and group entries
 %setup -q -n %{name}-%{version}
 
 %build
-%configure --disable-rpath
+%configure --disable-rpath --with-openldap
 
 # Generate symbolic info for debuggers
 export XCFLAGS=$RPM_OPT_FLAGS


More information about the scm-commits mailing list