Ticket #294 - 389 DS Segfaults during replica install in FreeIPA

This commit is contained in:
Rich Megginson 2012-02-14 09:12:02 -07:00
parent 13353f7555
commit 6453827534
5 changed files with 8 additions and 4 deletions

1
.gitignore vendored
View File

@ -37,3 +37,4 @@
/389-ds-base-1.2.10.a8.tar.bz2
/389-ds-base-1.2.10.rc1.tar.bz2
/389-ds-base-1.2.10.0.tar.bz2
/389-ds-base-1.2.10.1.tar.bz2

View File

@ -2,7 +2,7 @@
DATE=`date +%Y%m%d`
# use a real tag name here
VERSION=1.2.10.0
VERSION=1.2.10.1
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.0
VERSION=1.2.10.1
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

@ -19,7 +19,7 @@
Summary: 389 Directory Server (base)
Name: 389-ds-base
Version: 1.2.10.0
Version: 1.2.10.1
Release: %{?relprefix}1%{?prerel}%{?dist}
License: GPLv2 with exceptions
URL: http://port389.org/
@ -297,6 +297,9 @@ exit 0
%{_libdir}/%{pkgname}/libslapd.so.*
%changelog
* Tue Feb 14 2012 Rich Megginson <rmeggins@redhat.com> - 1.2.10.1-1
- Ticket #294 - 389 DS Segfaults during replica install in FreeIPA
* Mon Feb 13 2012 Rich Megginson <rmeggins@redhat.com> - 1.2.10.0-1
- Ticket 284 - Remove unnecessary SNMP MIB files
- Ticket 51 - memory leaks in 389-ds-base-1.2.8.2-1.el5?

View File

@ -1 +1 @@
936afee1da4e49e636696577c5cf1dd8 389-ds-base-1.2.10.0.tar.bz2
7f38bb2433472fbc2bf6956af912193e 389-ds-base-1.2.10.1.tar.bz2