[389-ds-base/f15] issues with modrdn and attribute uniqueness and referential integrity

Richard Allen Megginson rmeggins at fedoraproject.org
Mon Jul 16 22:47:31 UTC 2012


commit 007f012d589ffea2d3ca94a9d9ea4ee15090174a
Author: Rich Megginson <rmeggins at redhat.com>
Date:   Mon Jul 16 16:44:53 2012 -0600

    issues with modrdn and attribute uniqueness and referential integrity
    
    Ticket #406 - Impossible to rename entry (modrdn) with Attribute Uniqueness plugin enabled
    Ticket #405 - referint modrdn not working if case is different
    (cherry picked from commit 44774ce082bf6f9c6cac073cb4caf3d2bed522b0)

 .gitignore               |    1 +
 389-ds-base-git-local.sh |    2 +-
 389-ds-base-git.sh       |    2 +-
 389-ds-base.spec         |    6 +++++-
 sources                  |    2 +-
 5 files changed, 9 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index b430fc4..757ebd2 100644
--- a/.gitignore
+++ b/.gitignore
@@ -49,3 +49,4 @@
 /389-ds-base-1.2.10.10.tar.bz2
 /389-ds-base-1.2.10.11.tar.bz2
 /389-ds-base-1.2.10.12.tar.bz2
+/389-ds-base-1.2.10.13.tar.bz2
diff --git a/389-ds-base-git-local.sh b/389-ds-base-git-local.sh
index c1acfeb..96438ee 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.12
+VERSION=1.2.10.13
 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 4833bf0..ebbe05d 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.12
+VERSION=1.2.10.13
 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 84a9ffd..1a02d89 100644
--- a/389-ds-base.spec
+++ b/389-ds-base.spec
@@ -15,7 +15,7 @@
 
 Summary:          389 Directory Server (base)
 Name:             389-ds-base
-Version:          1.2.10.12
+Version:          1.2.10.13
 Release:          %{?relprefix}1%{?prerel}%{?dist}
 License:          GPLv2 with exceptions
 URL:              http://port389.org/
@@ -275,6 +275,10 @@ fi
 %{_libdir}/%{pkgname}/libslapd.so.*
 
 %changelog
+* Mon Jul 16 2012 Rich Megginson <rmeggins at redhat.com> - 1.2.10.13-1
+- Ticket #406 - Impossible to rename entry (modrdn) with Attribute Uniqueness plugin enabled
+- Ticket #405 - referint modrdn not working if case is different
+
 * Wed Jun 27 2012 Rich Megginson <rmeggins at redhat.com> - 1.2.10.12-1
 - Ticket 378 - unhashed#user#password visible after changing password
 -  fix typo in previous patch
diff --git a/sources b/sources
index dce8649..0691326 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-ae500f0f249bf3c192ab3b3aab80956f  389-ds-base-1.2.10.12.tar.bz2
+4a1ae1d61229f524c154f0f70520de88  389-ds-base-1.2.10.13.tar.bz2


More information about the scm-commits mailing list