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

Richard Allen Megginson rmeggins at fedoraproject.org
Wed Oct 27 00:38:42 UTC 2010


commit b459a5e2a6ea0ed9695f3992320a504965070d85
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

 .gitignore    |    3 ++-
 389-dsgw.spec |   12 ++++++++----
 sources       |    2 +-
 3 files changed, 11 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 4db97bf..d1753e7 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
-389-dsgw-1.1.5.tar.bz2
+*~
+389-dsgw-1.1.6.tar.bz2
diff --git a/389-dsgw.spec b/389-dsgw.spec
index 8b24808..147cd2d 100644
--- a/389-dsgw.spec
+++ b/389-dsgw.spec
@@ -2,8 +2,8 @@
 
 Summary:          389 Directory Server Gateway (dsgw)
 Name:             389-dsgw
-Version:          1.1.5
-Release:          2%{?dist}
+Version:          1.1.6
+Release:          1%{?dist}
 License:          GPLv2
 URL:              http://port389.org/
 Group:            System Environment/Daemons
@@ -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
@@ -41,7 +41,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
@@ -86,6 +86,10 @@ fi
 %{_libdir}/%{pkgname}/dsgw-cgi-bin
 
 %changelog
+* Fri Oct  8 2010 Rich Megginson <rmeggins at redhat.com> - 1.1.6-1
+- bump version to 1.1.6
+- support for openldap
+
 * Fri Apr 02 2010 Caolán McNamara <caolanm at redhat.com> - 1.1.5-2
 - rebuild for icu 4.4
 
diff --git a/sources b/sources
index caa1ee8..9cbbc99 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-8a9931ea00229d6fd0aaca4f87389e10  389-dsgw-1.1.5.tar.bz2
+d1cecd96ff807e50590d8e330b0e4baf  389-dsgw-1.1.6.tar.bz2


More information about the scm-commits mailing list