fix transaction support in ldbm_delete

This commit is contained in:
Rich Megginson 2011-10-05 17:08:55 -06:00
parent a1eaf04e5c
commit 5e57d04aa7
5 changed files with 9 additions and 5 deletions

1
.gitignore vendored
View File

@ -29,3 +29,4 @@
/389-ds-base-1.2.9.10.tar.bz2
/389-ds-base-1.2.10.a1.tar.bz2
/389-ds-base-1.2.10.a2.tar.bz2
/389-ds-base-1.2.10.a3.tar.bz2

View File

@ -2,7 +2,7 @@
DATE=`date +%Y%m%d`
# use a real tag name here
VERSION=1.2.10.a2
VERSION=1.2.10.a3
PKGNAME=389-ds-base
TAG=${TAG:-$PKGNAME-$VERSION}
#SRCNAME=$PKGNAME-$VERSION-$DATE

View File

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

View File

@ -3,7 +3,7 @@
# for a pre-release, define the prerel field e.g. .a1 .rc2 - comment out for official release
# also remove the space between % and global - this space is needed because
# fedpkg verrel stupidly ignores comment lines
%global prerel .a2
%global prerel .a3
# also need the relprefix field for a pre-release e.g. .0 - also comment out for official release
%global relprefix 0.
@ -19,7 +19,7 @@
Summary: 389 Directory Server (base)
Name: 389-ds-base
Version: 1.2.10
Release: %{?relprefix}2%{?prerel}%{?dist}
Release: %{?relprefix}3%{?prerel}%{?dist}
License: GPLv2 with exceptions
URL: http://port389.org/
Group: System Environment/Daemons
@ -281,6 +281,9 @@ exit 0
%{_libdir}/%{pkgname}/libslapd.so.*
%changelog
* Wed Oct 5 2011 Rich Megginson <rmeggins@redhat.com> - 1.2.10.a2-0.2
- 498c42b fix transaction support in ldbm_delete
* Wed Oct 5 2011 Rich Megginson <rmeggins@redhat.com> - 1.2.10.a2-0.2
- Bug 740942 - allow resource limits to be set for paged searches independently of limits for other searches/operations
- Bug 741744 - MOD operations with chained delete/add get back error 53 on backend config

View File

@ -1 +1 @@
e85590813dad41c817a80ad9e5c4a38d 389-ds-base-1.2.10.a2.tar.bz2
6cb2c23236721557651fea4c1217210e 389-ds-base-1.2.10.a3.tar.bz2