[389-ds-base/el6] fix config del/add mods - memberof is transaction aware

Richard Allen Megginson rmeggins at fedoraproject.org
Sat Oct 8 03:09:10 UTC 2011


commit 20389c817bb4b0eb742bf942df63c87766aafb9b
Author: Rich Megginson <rmeggins at redhat.com>
Date:   Fri Oct 7 21:05:45 2011 -0600

    fix config del/add mods - memberof is transaction aware
    
    Bug 741744 - part3 - MOD operations with chained delete/add get back error 53
    1d2f5a0 make memberof transaction aware and able to be a betxnpostoperation plug in
    b6d3ba7 pass the plugin config entry to the plugin init function
    28f7bfb set the ENTRY_POST_OP for modrdn betxnpostoperation plugins
    Bug 743966 - Compiler warnings in account usability plugin
    (cherry picked from commit 6ca11f472189b64d746ed0f81e3d387ecce3eb05)
    (cherry picked from commit 2f39983f7039cf681fc7c6323b2f30676d81ac0a)
    (cherry picked from commit 0f1bfda498030b82a1ff8810aa36215a0af01bc6)

 .gitignore               |    1 +
 389-ds-base-git-local.sh |    2 +-
 389-ds-base-git.sh       |    2 +-
 389-ds-base.spec         |   13 ++++++++++---
 sources                  |    2 +-
 5 files changed, 14 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index c220dee..957454f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -30,3 +30,4 @@
 /389-ds-base-1.2.10.a1.tar.bz2
 /389-ds-base-1.2.10.a2.tar.bz2
 /389-ds-base-1.2.10.a3.tar.bz2
+/389-ds-base-1.2.10.a4.tar.bz2
diff --git a/389-ds-base-git-local.sh b/389-ds-base-git-local.sh
index 297a3f4..cf94349 100644
--- a/389-ds-base-git-local.sh
+++ b/389-ds-base-git-local.sh
@@ -2,7 +2,7 @@
 
 DATE=`date +%Y%m%d`
 # use a real tag name here
-VERSION=1.2.10.a3
+VERSION=1.2.10.a4
 PKGNAME=389-ds-base
 TAG=${TAG:-$PKGNAME-$VERSION}
 #SRCNAME=$PKGNAME-$VERSION-$DATE
diff --git a/389-ds-base-git.sh b/389-ds-base-git.sh
index 7bf5707..54e5cbb 100644
--- a/389-ds-base-git.sh
+++ b/389-ds-base-git.sh
@@ -2,7 +2,7 @@
 
 DATE=`date +%Y%m%d`
 # use a real tag name here
-VERSION=1.2.10.a3
+VERSION=1.2.10.a4
 PKGNAME=389-ds-base
 TAG=${TAG:-$PKGNAME-$VERSION}
 URL="http://git.fedorahosted.org/git/?p=389/ds.git;a=snapshot;h=$TAG;sf=tgz"
diff --git a/389-ds-base.spec b/389-ds-base.spec
index 359eadb..362e114 100644
--- a/389-ds-base.spec
+++ b/389-ds-base.spec
@@ -3,7 +3,7 @@
 # for a pre-release, define the prerel field e.g. .a1 .rc2 - comment out for official release
 # also remove the space between % and global - this space is needed because
 # fedpkg verrel stupidly ignores comment lines
-%global prerel .a3
+%global prerel .a4
 # also need the relprefix field for a pre-release e.g. .0 - also comment out for official release
 %global relprefix 0.
 
@@ -16,7 +16,7 @@
 Summary:          389 Directory Server (base)
 Name:             389-ds-base
 Version:          1.2.10
-Release:          %{?relprefix}3%{?prerel}%{?dist}
+Release:          %{?relprefix}4%{?prerel}%{?dist}
 License:          GPLv2 with exceptions
 URL:              http://port389.org/
 Group:            System Environment/Daemons
@@ -272,7 +272,14 @@ exit 0
 %{_libdir}/%{pkgname}/libslapd.so.*
 
 %changelog
-* Wed Oct  5 2011 Rich Megginson <rmeggins at redhat.com> - 1.2.10.a2-0.2
+* Fri Oct  7 2011 Rich Megginson <rmeggins at redhat.com> - 1.2.10-0.4.a4
+- Bug 741744 - part3 - MOD operations with chained delete/add get back error 53
+- 1d2f5a0 make memberof transaction aware and able to be a betxnpostoperation plug in
+- b6d3ba7 pass the plugin config entry to the plugin init function
+- 28f7bfb set the ENTRY_POST_OP for modrdn betxnpostoperation plugins
+- Bug 743966 - Compiler warnings in account usability plugin
+
+* Wed Oct  5 2011 Rich Megginson <rmeggins at redhat.com> - 1.2.10.a3-0.3
 - 498c42b fix transaction support in ldbm_delete
 
 * Wed Oct  5 2011 Rich Megginson <rmeggins at redhat.com> - 1.2.10.a2-0.2
diff --git a/sources b/sources
index 55f0ce8..5cb840a 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-6cb2c23236721557651fea4c1217210e  389-ds-base-1.2.10.a3.tar.bz2
+270a3098569a257fdeceff6e81ceb673  389-ds-base-1.2.10.a4.tar.bz2


More information about the scm-commits mailing list