[389-ds-base/f17] Ticket #358 - managed entry doesn't delete linked entry (cherry picked from commit 02ef66621861a21c3

Richard Allen Megginson rmeggins at fedoraproject.org
Sat May 5 14:24:15 UTC 2012


commit 3d45d6314d7c2c1ffcf79a3570853615f2d953a6
Author: Rich Megginson <rmeggins at redhat.com>
Date:   Sat May 5 08:22:46 2012 -0600

    Ticket #358 - managed entry doesn't delete linked entry
    (cherry picked from commit 02ef66621861a21c3c1f0e87a7954988ae8c369c)

 .gitignore               |    1 +
 389-ds-base-git-local.sh |    4 ++--
 389-ds-base-git.sh       |    2 +-
 389-ds-base.spec         |    5 ++++-
 sources                  |    2 +-
 5 files changed, 9 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 57ba765..3399164 100644
--- a/.gitignore
+++ b/.gitignore
@@ -44,3 +44,4 @@
 /389-ds-base-1.2.11.a1.tar.bz2
 /389-ds-base-1.2.11.1.tar.bz2
 /389-ds-base-1.2.11.2.tar.bz2
+/389-ds-base-1.2.11.3.tar.bz2
diff --git a/389-ds-base-git-local.sh b/389-ds-base-git-local.sh
index e1c3bfd..2889c02 100644
--- a/389-ds-base-git-local.sh
+++ b/389-ds-base-git-local.sh
@@ -2,14 +2,14 @@
 
 DATE=`date +%Y%m%d`
 # use a real tag name here
-VERSION=1.2.11.2
+VERSION=1.2.11.3
 PKGNAME=389-ds-base
 TAG=${TAG:-$PKGNAME-$VERSION}
 #SRCNAME=$PKGNAME-$VERSION-$DATE
 SRCNAME=$PKGNAME-$VERSION
 
-echo you must be in the ds git repo to use this
 test -d .git || {
+    echo you must be in the ds git repo to use this
     echo bye
     exit 1
 }
diff --git a/389-ds-base-git.sh b/389-ds-base-git.sh
index 685443f..49b2740 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.11.2
+VERSION=1.2.11.3
 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 993a85d..ed33a9a 100644
--- a/389-ds-base.spec
+++ b/389-ds-base.spec
@@ -21,7 +21,7 @@
 
 Summary:          389 Directory Server (base)
 Name:             389-ds-base
-Version:          1.2.11.2
+Version:          1.2.11.3
 Release:          %{?relprefix}1%{?prerel}%{?dist}
 License:          GPLv2 with exceptions
 URL:              http://port389.org/
@@ -309,6 +309,9 @@ fi
 %{_libdir}/%{pkgname}/libslapd.so.*
 
 %changelog
+* Sat May  5 2012 Rich Megginson <rmeggins at redhat.com> - 1.2.11.3-1
+- Ticket #358 - managed entry doesn't delete linked entry
+
 * Fri May  4 2012 Rich Megginson <rmeggins at redhat.com> - 1.2.11.2-1
 - Ticket #351 - use betxn plugins by default
 -   revert - make no plugins betxn by default - too great a risk
diff --git a/sources b/sources
index dc56a4b..e56f7e3 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-0572df7902160f790b38e6fdff8f17f7  389-ds-base-1.2.11.2.tar.bz2
+83f26fd3042b1ccfeb5fb2d61b363a26  389-ds-base-1.2.11.3.tar.bz2


More information about the scm-commits mailing list