release 1.3.2.1

- Ticket 47513 - tmpfiles.d references /var/lock when they should reference /run/lock
- Ticket 47551 - logconv: -V does not produce unindexed search report
- Ticket 47490 - Schema replication between DS versions may overwrite newer base schema
This commit is contained in:
Noriko Hosoi 2013-10-10 18:01:58 -07:00
parent c1e57bc4ee
commit d4c89e568c
5 changed files with 11 additions and 4 deletions

1
.gitignore vendored
View File

@ -80,3 +80,4 @@
/389-ds-base-1.3.1.10.tar.bz2 /389-ds-base-1.3.1.10.tar.bz2
/389-ds-base-1.3.1.11.tar.bz2 /389-ds-base-1.3.1.11.tar.bz2
/389-ds-base-1.3.2.0.tar.bz2 /389-ds-base-1.3.2.0.tar.bz2
/389-ds-base-1.3.2.1.tar.bz2

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.3.2.0 VERSION=1.3.2.1
PKGNAME=389-ds-base PKGNAME=389-ds-base
TAG=${TAG:-$PKGNAME-$VERSION} TAG=${TAG:-$PKGNAME-$VERSION}
#SRCNAME=$PKGNAME-$VERSION-$DATE #SRCNAME=$PKGNAME-$VERSION-$DATE

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.3.2.0 VERSION=1.3.2.1
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

@ -24,7 +24,7 @@
Summary: 389 Directory Server (base) Summary: 389 Directory Server (base)
Name: 389-ds-base Name: 389-ds-base
Version: 1.3.2.0 Version: 1.3.2.1
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/
@ -314,6 +314,12 @@ fi
%{_libdir}/%{pkgname}/libslapd.so.* %{_libdir}/%{pkgname}/libslapd.so.*
%changelog %changelog
* Wed Oct 10 2013 Noriko Hosoi <nhosoi@redhat.com> - 1.3.2.1-1
- release 1.3.2.1
- Ticket 47513 - tmpfiles.d references /var/lock when they should reference /run/lock
- Ticket 47551 - logconv: -V does not produce unindexed search report
- Ticket 47490 - Schema replication between DS versions may overwrite newer base schema
* Fri Oct 4 2013 Noriko Hosoi <nhosoi@redhat.com> - 1.3.2.0-1 * Fri Oct 4 2013 Noriko Hosoi <nhosoi@redhat.com> - 1.3.2.0-1
- release 1.3.2.0 - release 1.3.2.0
- Ticket 48 - Active Directory has certain uids which are reserved and will cause a Directory Server replica initialization of an AD server to abort. - Ticket 48 - Active Directory has certain uids which are reserved and will cause a Directory Server replica initialization of an AD server to abort.

View File

@ -1 +1 @@
ccd325e5f6c2604d3e57641180b3f612 389-ds-base-1.3.2.0.tar.bz2 6afa8846417fa852e06167d1b12df886 389-ds-base-1.3.2.1.tar.bz2