Ticket #358 - managed entry doesn't delete linked entry
This commit is contained in:
parent
aa78a6d494
commit
02ef666218
1
.gitignore
vendored
1
.gitignore
vendored
@ -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
|
||||||
|
@ -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
|
||||||
}
|
}
|
||||||
|
@ -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"
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user