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 - 1.1.6-1 +- bump version to 1.1.6 +- support for openldap + * Fri Apr 02 2010 Caolán McNamara - 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