Ticket #358 - managed entry doesn't delete linked entry

This commit is contained in:
Rich Megginson 2012-05-05 08:22:46 -06:00
parent aa78a6d494
commit 02ef666218
5 changed files with 9 additions and 5 deletions

1
.gitignore vendored
View File

@ -44,3 +44,4 @@
/389-ds-base-1.2.11.a1.tar.bz2 /389-ds-base-1.2.11.a1.tar.bz2
/389-ds-base-1.2.11.1.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.2.tar.bz2
/389-ds-base-1.2.11.3.tar.bz2

View File

@ -2,14 +2,14 @@
DATE=`date +%Y%m%d` DATE=`date +%Y%m%d`
# use a real tag name here # use a real tag name here
VERSION=1.2.11.2 VERSION=1.2.11.3
PKGNAME=389-ds-base PKGNAME=389-ds-base
TAG=${TAG:-$PKGNAME-$VERSION} TAG=${TAG:-$PKGNAME-$VERSION}
#SRCNAME=$PKGNAME-$VERSION-$DATE #SRCNAME=$PKGNAME-$VERSION-$DATE
SRCNAME=$PKGNAME-$VERSION SRCNAME=$PKGNAME-$VERSION
echo you must be in the ds git repo to use this
test -d .git || { test -d .git || {
echo you must be in the ds git repo to use this
echo bye echo bye
exit 1 exit 1
} }

View File

@ -2,7 +2,7 @@
DATE=`date +%Y%m%d` DATE=`date +%Y%m%d`
# use a real tag name here # use a real tag name here
VERSION=1.2.11.2 VERSION=1.2.11.3
PKGNAME=389-ds-base PKGNAME=389-ds-base
TAG=${TAG:-$PKGNAME-$VERSION} TAG=${TAG:-$PKGNAME-$VERSION}
URL="http://git.fedorahosted.org/git/?p=389/ds.git;a=snapshot;h=$TAG;sf=tgz" URL="http://git.fedorahosted.org/git/?p=389/ds.git;a=snapshot;h=$TAG;sf=tgz"

View File

@ -21,7 +21,7 @@
Summary: 389 Directory Server (base) Summary: 389 Directory Server (base)
Name: 389-ds-base Name: 389-ds-base
Version: 1.2.11.2 Version: 1.2.11.3
Release: %{?relprefix}1%{?prerel}%{?dist} Release: %{?relprefix}1%{?prerel}%{?dist}
License: GPLv2 with exceptions License: GPLv2 with exceptions
URL: http://port389.org/ URL: http://port389.org/
@ -309,6 +309,9 @@ fi
%{_libdir}/%{pkgname}/libslapd.so.* %{_libdir}/%{pkgname}/libslapd.so.*
%changelog %changelog
* Sat May 5 2012 Rich Megginson <rmeggins@redhat.com> - 1.2.11.3-1
- Ticket #358 - managed entry doesn't delete linked entry
* Fri May 4 2012 Rich Megginson <rmeggins@redhat.com> - 1.2.11.2-1 * Fri May 4 2012 Rich Megginson <rmeggins@redhat.com> - 1.2.11.2-1
- Ticket #351 - use betxn plugins by default - Ticket #351 - use betxn plugins by default
- revert - make no plugins betxn by default - too great a risk - revert - make no plugins betxn by default - too great a risk

View File

@ -1 +1 @@
0572df7902160f790b38e6fdff8f17f7 389-ds-base-1.2.11.2.tar.bz2 83f26fd3042b1ccfeb5fb2d61b363a26 389-ds-base-1.2.11.3.tar.bz2