[389-ds-base/el6] Ticket #410 - Referential integrity plug-in does not work when update interval is not zero (cherry p

Richard Allen Megginson rmeggins at fedoraproject.org
Thu Jul 19 03:17:03 UTC 2012


commit 32cfafa507dd1a0f048ae38e9e48e6ad6671bdd7
Author: Rich Megginson <rmeggins at redhat.com>
Date:   Wed Jul 18 21:14:42 2012 -0600

    Ticket #410 - Referential integrity plug-in does not work when update interval is not zero
    (cherry picked from commit 7dbcce4e91e7f8afa530fe4bc538affa397a9a9f)
    (cherry picked from commit fbc1d01f1f06461a477b22bad2bd3c70c1c6bc80)

 .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 757ebd2..38f830d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -50,3 +50,4 @@
 /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
+/389-ds-base-1.2.10.14.tar.bz2
diff --git a/389-ds-base-git-local.sh b/389-ds-base-git-local.sh
index 96438ee..30b95d5 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.13
+VERSION=1.2.10.14
 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 ebbe05d..d4387c4 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.13
+VERSION=1.2.10.14
 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 d030014..7f7a41f 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.13
+Version:          1.2.10.14
 Release:          %{?relprefix}1%{?prerel}%{?dist}
 License:          GPLv2 with exceptions
 URL:              http://port389.org/
@@ -271,6 +271,9 @@ fi
 %{_libdir}/%{pkgname}/libslapd.so.*
 
 %changelog
+* Wed Jul 18 2012 Rich Megginson <rmeggins at redhat.com> - 1.2.10.14-1
+- Ticket #410 - Referential integrity plug-in does not work when update interval is not zero
+
 * 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
diff --git a/sources b/sources
index 0691326..47a3da5 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-4a1ae1d61229f524c154f0f70520de88  389-ds-base-1.2.10.13.tar.bz2
+fb524ff20bbee0a2eab8413f15fd8cbf  389-ds-base-1.2.10.14.tar.bz2


More information about the scm-commits mailing list