From 6cdeda3077bd2459967c44265425c7c15f307738 Mon Sep 17 00:00:00 2001 From: Rich Megginson Date: Tue, 28 Jun 2011 09:52:30 -0600 Subject: [PATCH 1/3] look for separate openldap ldif library remove old fedora-ds cruft --- .gitignore | 1 + 389-dsgw.spec | 10 ++++++---- sources | 2 +- 3 files changed, 8 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index d1753e7..16e0b92 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ *~ 389-dsgw-1.1.6.tar.bz2 +/389-dsgw-1.1.7.tar.bz2 diff --git a/389-dsgw.spec b/389-dsgw.spec index c8b60a0..dfc0be7 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.6 -Release: 2%{?dist} +Version: 1.1.7 +Release: 1%{?dist} License: GPLv2 URL: http://port389.org/ Group: System Environment/Daemons @@ -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 @@ -86,6 +84,10 @@ fi %{_libdir}/%{pkgname}/dsgw-cgi-bin %changelog +* Tue Jun 28 2011 Rich Megginson - 1.1.7-1 +- look for separate openldap ldif library +- remove old fedora-ds cruft + * Mon Feb 07 2011 Fedora Release Engineering - 1.1.6-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild diff --git a/sources b/sources index 9cbbc99..138ad95 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -d1cecd96ff807e50590d8e330b0e4baf 389-dsgw-1.1.6.tar.bz2 +367537e786006adf8f204974b62c282b 389-dsgw-1.1.7.tar.bz2 From 4ae512326518f790d0856557fd30a62437c10cf7 Mon Sep 17 00:00:00 2001 From: Rich Megginson Date: Thu, 30 Jun 2011 18:57:07 -0600 Subject: [PATCH 2/3] bump rel to rebuild with 389-adminutil-1.1.14 --- 389-dsgw.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/389-dsgw.spec b/389-dsgw.spec index dfc0be7..8c6763a 100644 --- a/389-dsgw.spec +++ b/389-dsgw.spec @@ -3,7 +3,7 @@ Summary: 389 Directory Server Gateway (dsgw) Name: 389-dsgw Version: 1.1.7 -Release: 1%{?dist} +Release: 2%{?dist} License: GPLv2 URL: http://port389.org/ Group: System Environment/Daemons @@ -84,6 +84,9 @@ fi %{_libdir}/%{pkgname}/dsgw-cgi-bin %changelog +* Thu Jun 30 2011 Rich Megginson - 1.1.7-2 +- bump rel to rebuild with 389-adminutil-1.1.14 + * Tue Jun 28 2011 Rich Megginson - 1.1.7-1 - look for separate openldap ldif library - remove old fedora-ds cruft From 533f9bde03cfb3fe2874f64e4331d0116307b27c Mon Sep 17 00:00:00 2001 From: Rich Megginson Date: Fri, 3 Feb 2012 17:29:12 -0700 Subject: [PATCH 3/3] Ticket #281 - TLS not working with latest openldap --- .gitignore | 1 + 389-dsgw.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 3491077..0d25317 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ 389-dsgw-1.1.6.tar.bz2 /389-dsgw-1.1.7.tar.bz2 /389-dsgw-1.1.8.tar.bz2 +/389-dsgw-1.1.9.tar.bz2 diff --git a/389-dsgw.spec b/389-dsgw.spec index ff421fb..a6d80d3 100644 --- a/389-dsgw.spec +++ b/389-dsgw.spec @@ -2,7 +2,7 @@ Summary: 389 Directory Server Gateway (dsgw) Name: 389-dsgw -Version: 1.1.8 +Version: 1.1.9 Release: 1%{?dist} License: GPLv2 URL: http://port389.org/ @@ -88,6 +88,9 @@ fi %ghost %{_sysconfdir}/tmpfiles.d/%{pkgname}-dsgw.conf %changelog +* Fri Feb 3 2012 Rich Megginson - 1.1.9-1 +- Ticket #281 - TLS not working with latest openldap + * Wed Dec 14 2011 Rich Megginson - 1.1.8-1 - add support for tmpfiles.d diff --git a/sources b/sources index a6860b5..6a7fb33 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -7b7382bdeeff75840c0052d6b159c735 389-dsgw-1.1.8.tar.bz2 +a622d6e4ed636b831fdaa8dea6bef1f9 389-dsgw-1.1.9.tar.bz2