[389-ds-base/el5] Bug 735114 - renaming a managed entry does not update mepmanagedby (cherry picked from commit e9513b

Richard Allen Megginson rmeggins at fedoraproject.org
Wed Sep 7 01:44:45 UTC 2011


commit 4ea543a5a7270795e3fe9607408cdfcad6e472a9
Author: Rich Megginson <rmeggins at redhat.com>
Date:   Tue Sep 6 19:40:07 2011 -0600

    Bug 735114 - renaming a managed entry does not update mepmanagedby
    (cherry picked from commit e9513bcbb4ac46308296e840865dcc6861897c02)
    (cherry picked from commit ec3549869b29225c1482112cfa74b963e8315dfe)
    (cherry picked from commit 213e9b295c05a00756d289cb768022fe9dc9531f)
    (cherry picked from commit 14c18147129af56ac755472e0f99ab575d2340b2)

 .gitignore               |    1 +
 389-ds-base-git-local.sh |    2 +-
 389-ds-base-git.sh       |    2 +-
 389-ds-base.spec         |    5 ++++-
 sources                  |    2 +-
 5 files changed, 8 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index acd03b8..4a74c52 100644
--- a/.gitignore
+++ b/.gitignore
@@ -26,3 +26,4 @@
 /389-ds-base-1.2.9.7.tar.bz2
 /389-ds-base-1.2.9.8.tar.bz2
 /389-ds-base-1.2.9.9.tar.bz2
+/389-ds-base-1.2.9.10.tar.bz2
diff --git a/389-ds-base-git-local.sh b/389-ds-base-git-local.sh
index f2552ca..0b64b75 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.9.9
+VERSION=1.2.9.10
 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 3902d19..a9e16f8 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.9.9
+VERSION=1.2.9.10
 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 504bcf2..71773c1 100644
--- a/389-ds-base.spec
+++ b/389-ds-base.spec
@@ -17,7 +17,7 @@
 
 Summary:          389 Directory Server (base)
 Name:             389-ds-base
-Version:          1.2.9.9
+Version:          1.2.9.10
 Release:          %{?relprefix}1%{?prerel}%{?dist}
 License:          GPLv2 with exceptions
 URL:              http://port389.org/
@@ -347,6 +347,9 @@ exit 0
 %{_libdir}/%{pkgname}/libslapd.so.*
 
 %changelog
+* Wed Sep  7 2011 Rich Megginson <rmeggins at redhat.com> - 1.2.9.10-1
+- Bug 735114 - renaming a managed entry does not update mepmanagedby
+
 * Thu Sep  1 2011 Rich Megginson <rmeggins at redhat.com> - 1.2.9.9-1
 - Bug 735121 - simple paged search + ip/dns based ACI hangs server
 - Bug 722292 - (cov#11030) Leak of mapped_sdn in winsync rename code
diff --git a/sources b/sources
index 460dd85..29ff515 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-85ca908b219b6b7689bcf411b800e2e2  389-ds-base-1.2.9.9.tar.bz2
+773b63cd5e4e2a700a25af6630258d76  389-ds-base-1.2.9.10.tar.bz2


More information about the scm-commits mailing list